blob: 0fb7512617802030c3ce7ae31ba5021ed35af20a [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 \
go.larrymyers.com/protoc-gen-twirp_typescript