compose/scripts/setup/install-go-gen
2020-04-30 17:45:48 +02:00

7 lines
196 B
Bash
Executable File

#!/usr/bin/env bash
go get -u github.com/gogo/protobuf/proto
go get -u github.com/gogo/protobuf/jsonpb
go get -u github.com/golang/protobuf/protoc-gen-go
go get -u github.com/stevvooe/protobuild