blob: 0bbf86cb9e561835fd1f60bd7f0f2c3b97fabc46 [file] [log] [blame]
#!/bin/bash
# Install the necessary dependencies
set -e -x
go get -u github.com/kisielk/errcheck \
golang.org/x/tools/cmd/goimports
go get -u github.com/golang/protobuf/protoc-gen-go \
golang.org/x/tools/cmd/stringer \
github.com/twitchtv/twirp/protoc-gen-twirp \
github.com/skia-dev/protoc-gen-twirp_typescript