mirror of
https://github.com/docker/compose.git
synced 2026-06-24 18:18:27 +00:00
Add gogo protobuf in install script (from https://github.com/gogo/protobuf)
This commit is contained in:
parent
37591c714b
commit
2a2dff18cb
1 changed files with 5 additions and 0 deletions
|
|
@ -60,3 +60,8 @@ ppc64le)
|
|||
;;
|
||||
esac
|
||||
rm -rf $PROTOBUF_DIR
|
||||
|
||||
go get github.com/gogo/protobuf/proto
|
||||
go get github.com/gogo/protobuf/jsonpb
|
||||
go get github.com/gogo/protobuf/protoc-gen-gogo
|
||||
go get github.com/gogo/protobuf/gogoproto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue