mirror of
https://github.com/docker/compose.git
synced 2026-09-21 13:04:36 +00:00
6 lines
196 B
Bash
Executable file
6 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
|