mirror of https://github.com/docker/compose.git
Add gogo protobuf in install script (from https://github.com/gogo/protobuf)
This commit is contained in:
parent
37591c714b
commit
2a2dff18cb
|
@ -60,3 +60,8 @@ ppc64le)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
rm -rf $PROTOBUF_DIR
|
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…
Reference in New Issue