Update go dependencies
This commit is contained in:
parent
14a9e9f3fa
commit
14f4a7b8e8
1349 changed files with 128369 additions and 32627 deletions
27
vendor/github.com/grpc-ecosystem/grpc-gateway/.goreleaser.yml
generated
vendored
Normal file
27
vendor/github.com/grpc-ecosystem/grpc-gateway/.goreleaser.yml
generated
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
builds:
|
||||
- main: ./protoc-gen-grpc-gateway/main.go
|
||||
binary: protoc-gen-grpc-gateway
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
goos:
|
||||
- linux
|
||||
- darwin
|
||||
- windows
|
||||
goarch:
|
||||
- amd64
|
||||
- main: ./protoc-gen-swagger/main.go
|
||||
binary: protoc-gen-swagger
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
goos:
|
||||
- linux
|
||||
- darwin
|
||||
- windows
|
||||
goarch:
|
||||
- amd64
|
||||
archive:
|
||||
name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
|
||||
format: binary
|
||||
replacements:
|
||||
amd64: x86_64
|
||||
dist: _output
|
||||
Loading…
Add table
Add a link
Reference in a new issue