fetch protobuf deps
This commit is contained in:
parent
da672cc00a
commit
63d5fb022d
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ pipeline:
|
|||
- go get -u golang.org/x/tools/cmd/cover
|
||||
- go get -u golang.org/x/net/context
|
||||
- go get -u golang.org/x/net/context/ctxhttp
|
||||
- go get -u github.com/golang/protobuf/proto
|
||||
- go get -u github.com/golang/protobuf/protoc-gen-go
|
||||
- go test -cover $(go list ./... | grep -v /vendor/)
|
||||
|
||||
test_postgres:
|
||||
|
|
Loading…
Reference in a new issue