Replace godep with dep
This commit is contained in:
parent
1e7489927c
commit
bf5616c65b
14883 changed files with 3937406 additions and 361781 deletions
10
vendor/github.com/googleapis/gnostic/extensions/sample/Makefile
generated
vendored
Executable file
10
vendor/github.com/googleapis/gnostic/extensions/sample/Makefile
generated
vendored
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
build:
|
||||
go get github.com/golang/protobuf/protoc-gen-go
|
||||
cd ..; ./COMPILE-EXTENSION.sh
|
||||
generate-gnostic --extension x-sampleone.json --out_dir=$(GOPATH)/src/github.com/googleapis/gnostic/extensions/sample/generated
|
||||
cd generated/gnostic-x-sampleone/proto; protoc --go_out=Mgoogle/protobuf/any.proto=github.com/golang/protobuf/ptypes/any:. *.proto
|
||||
cd generated/gnostic-x-sampleone; go get; go install
|
||||
generate-gnostic --extension x-sampletwo.json --out_dir=$(GOPATH)/src/github.com/googleapis/gnostic/extensions/sample/generated
|
||||
cd generated/gnostic-x-sampletwo/proto; protoc --go_out=Mgoogle/protobuf/any.proto=github.com/golang/protobuf/ptypes/any:. *.proto
|
||||
cd generated/gnostic-x-sampletwo; go get; go install
|
||||
Loading…
Add table
Add a link
Reference in a new issue