mirror of
https://github.com/docker/compose.git
synced 2025-11-03 21:25:21 +01:00
7 lines
196 B
Bash
Executable File
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
|