mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
added vendors
This commit is contained in:
7
vendor/github.com/gogo/protobuf/test/issue427/Makefile
generated
vendored
Normal file
7
vendor/github.com/gogo/protobuf/test/issue427/Makefile
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
test:
|
||||
go install github.com/gogo/protobuf/protoc-gen-gogo
|
||||
go install github.com/gogo/protobuf/protoc-min-version
|
||||
go get -u golang.org/x/net/context
|
||||
go get -u google.golang.org/grpc
|
||||
protoc-min-version --version="3.0.0" --gogo_out=plugins=grpc:. --proto_path=../../../../../:../../protobuf/:. issue427.proto
|
||||
go test ./...
|
Reference in New Issue
Block a user