mirror of
https://github.com/docker/compose.git
synced 2025-05-05 15:10:13 +02:00
8 lines
229 B
Bash
Executable File
8 lines
229 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
|
|
go get -u gotest.tools/gotestsum
|