Replace godep with dep
This commit is contained in:
parent
1e7489927c
commit
bf5616c65b
14883 changed files with 3937406 additions and 361781 deletions
16
vendor/github.com/googleapis/gnostic/Makefile
generated
vendored
Normal file
16
vendor/github.com/googleapis/gnostic/Makefile
generated
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
build:
|
||||
go get
|
||||
go install
|
||||
cd generate-gnostic; go get; go install
|
||||
cd apps/disco; go get; go install
|
||||
cd apps/report; go get; go install
|
||||
cd apps/petstore-builder; go get; go install
|
||||
cd plugins/gnostic-summary; go get; go install
|
||||
cd plugins/gnostic-analyze; go get; go install
|
||||
cd plugins/gnostic-go-generator; go get; go install
|
||||
rm -f $(GOPATH)/bin/gnostic-go-client $(GOPATH)/bin/gnostic-go-server
|
||||
ln -s $(GOPATH)/bin/gnostic-go-generator $(GOPATH)/bin/gnostic-go-client
|
||||
ln -s $(GOPATH)/bin/gnostic-go-generator $(GOPATH)/bin/gnostic-go-server
|
||||
cd extensions/sample; make
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue