Skip to content

Commit 53ab15a

Browse files
NO-ISSUE: Bump github.com/go-openapi/runtime from 0.19.24 to 0.24.1
Bumps [github.com/go-openapi/runtime](https://github.com/go-openapi/runtime) from 0.19.24 to 0.24.1. - [Release notes](https://github.com/go-openapi/runtime/releases) - [Commits](go-openapi/runtime@v0.19.24...v0.24.1) --- updated-dependencies: - dependency-name: github.com/go-openapi/runtime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e6407de commit 53ab15a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+2429
-417
lines changed

go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/go-gormigrate/gormigrate/v2 v2.0.0
1818
github.com/go-openapi/errors v0.20.2
1919
github.com/go-openapi/loads v0.21.1
20-
github.com/go-openapi/runtime v0.19.24
20+
github.com/go-openapi/runtime v0.24.1
2121
github.com/go-openapi/spec v0.20.6
2222
github.com/go-openapi/strfmt v0.21.2
2323
github.com/go-openapi/swag v0.21.1
@@ -123,7 +123,7 @@ require (
123123
github.com/go-openapi/analysis v0.21.2 // indirect
124124
github.com/go-openapi/jsonpointer v0.19.5 // indirect
125125
github.com/go-openapi/jsonreference v0.20.0 // indirect
126-
github.com/go-stack/stack v1.8.0 // indirect
126+
github.com/go-stack/stack v1.8.1 // indirect
127127
github.com/gogo/protobuf v1.3.2 // indirect
128128
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
129129
github.com/golang/glog v1.0.0 // indirect
@@ -169,6 +169,7 @@ require (
169169
github.com/opencontainers/image-spec v1.0.3-0.20211202193544-a5463b7f9c84 // indirect
170170
github.com/opencontainers/runc v1.1.0 // indirect
171171
github.com/openshift/cluster-api-provider-gcp v0.0.1-0.20201002065957-9854f7420570 // indirect
172+
github.com/opentracing/opentracing-go v1.2.0 // indirect
172173
github.com/ovirt/go-ovirt v0.0.0-20210809163552-d4276e35d3db // indirect
173174
github.com/ovirt/go-ovirt-client-log/v2 v2.2.0 // indirect
174175
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -187,7 +188,7 @@ require (
187188
go.etcd.io/etcd/api/v3 v3.5.1 // indirect
188189
go.etcd.io/etcd/client/pkg/v3 v3.5.1 // indirect
189190
go.etcd.io/etcd/client/v3 v3.5.0 // indirect
190-
go.mongodb.org/mongo-driver v1.7.5 // indirect
191+
go.mongodb.org/mongo-driver v1.8.3 // indirect
191192
go.opentelemetry.io/contrib v0.20.0 // indirect
192193
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.20.0 // indirect
193194
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.20.0 // indirect

go.sum

Lines changed: 9 additions & 30 deletions
Large diffs are not rendered by default.

vendor/github.com/go-openapi/runtime/.gitattributes

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-openapi/runtime/.golangci.yml

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-openapi/runtime/.travis.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

vendor/github.com/go-openapi/runtime/bytestream.go

Lines changed: 15 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-openapi/runtime/client/auth_info.go

Lines changed: 18 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-openapi/runtime/client/keepalive.go

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-openapi/runtime/client/opentracing.go

Lines changed: 99 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)