go.mod: bump github.com/getkin/kin-openapi to v0.131.0
As deepmap/oapi-codegen didn't work with this newer version, upgrade to oapi-codegen/oapi-codegen v2. Mitigating CVE-2025-30153
This commit is contained in:
parent
c5cb0d0618
commit
b2700903ae
403 changed files with 44758 additions and 16347 deletions
19
vendor/github.com/apapsch/go-jsonmerge/v2/.travis.yml
generated
vendored
Normal file
19
vendor/github.com/apapsch/go-jsonmerge/v2/.travis.yml
generated
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.x
|
||||
|
||||
install:
|
||||
- mkdir -p artifacts
|
||||
|
||||
env:
|
||||
- GO111MODULE=on
|
||||
|
||||
script:
|
||||
- go test -cover -v -coverprofile="./artifacts/cover.out" ./
|
||||
- go tool cover -html="./artifacts/cover.out" -o "./artifacts/cover.htm"
|
||||
- go test -cover -v -coverprofile="./artifacts/cover_cmd.out" ./cmd/jsonmerge
|
||||
- go tool cover -html="./artifacts/cover_cmd.out" -o "./artifacts/cover_cmd.htm"
|
||||
- GOARCH=amd64 GOOS=linux go build -o artifacts/jsonmerge ./cmd/jsonmerge
|
||||
- GOARCH=amd64 GOOS=windows go build -o artifacts/jsonmerge.exe ./cmd/jsonmerge
|
||||
- GOARCH=amd64 GOOS=darwin go build -o artifacts/jsonmerge_darwin ./cmd/jsonmerge
|
||||
Loading…
Add table
Add a link
Reference in a new issue