Skip to content

Commit f945c2b

Browse files
🌱 Bump the go-openapi group across 1 directory with 7 updates
Bumps the go-openapi group with 4 updates in the / directory: [github.com/go-openapi/errors](https://github.com/go-openapi/errors), [github.com/go-openapi/loads](https://github.com/go-openapi/loads), [github.com/go-openapi/runtime](https://github.com/go-openapi/runtime) and [github.com/go-openapi/swag](https://github.com/go-openapi/swag). Updates `github.com/go-openapi/errors` from 0.22.2 to 0.22.3 - [Commits](go-openapi/errors@v0.22.2...v0.22.3) Updates `github.com/go-openapi/loads` from 0.22.0 to 0.23.1 - [Commits](go-openapi/loads@v0.22.0...v0.23.1) Updates `github.com/go-openapi/runtime` from 0.28.0 to 0.29.0 - [Release notes](https://github.com/go-openapi/runtime/releases) - [Commits](go-openapi/runtime@v0.28.0...v0.29.0) Updates `github.com/go-openapi/spec` from 0.21.0 to 0.22.0 - [Commits](go-openapi/spec@v0.21.0...v0.22.0) Updates `github.com/go-openapi/strfmt` from 0.23.0 to 0.24.0 - [Commits](go-openapi/strfmt@v0.23.0...v0.24.0) Updates `github.com/go-openapi/swag` from 0.24.1 to 0.25.1 - [Commits](go-openapi/swag@v0.24.1...v0.25.1) Updates `github.com/go-openapi/validate` from 0.24.0 to 0.25.0 - [Commits](go-openapi/validate@v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: github.com/go-openapi/errors dependency-version: 0.22.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-openapi - dependency-name: github.com/go-openapi/loads dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-openapi - dependency-name: github.com/go-openapi/runtime dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-openapi - dependency-name: github.com/go-openapi/spec dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-openapi - dependency-name: github.com/go-openapi/strfmt dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-openapi - dependency-name: github.com/go-openapi/swag dependency-version: 0.25.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-openapi - dependency-name: github.com/go-openapi/validate dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-openapi ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ab9b01f commit f945c2b

File tree

2 files changed

+91
-99
lines changed

2 files changed

+91
-99
lines changed

go.mod

Lines changed: 29 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ require (
1111
require (
1212
github.com/AdaLogics/go-fuzz-headers v0.0.0-20220824214621-3c06a36a6952
1313
github.com/cyberphone/json-canonicalization v0.0.0-20220623050100-57a0ce2678a7
14-
github.com/go-openapi/errors v0.22.2
15-
github.com/go-openapi/loads v0.22.0
16-
github.com/go-openapi/runtime v0.28.0
17-
github.com/go-openapi/spec v0.21.0
18-
github.com/go-openapi/strfmt v0.23.0
19-
github.com/go-openapi/swag v0.24.1
20-
github.com/go-openapi/validate v0.24.0
14+
github.com/go-openapi/errors v0.22.3
15+
github.com/go-openapi/loads v0.23.1
16+
github.com/go-openapi/runtime v0.29.0
17+
github.com/go-openapi/spec v0.22.0
18+
github.com/go-openapi/strfmt v0.24.0
19+
github.com/go-openapi/swag v0.25.1
20+
github.com/go-openapi/validate v0.25.0
2121
github.com/google/go-cmp v0.7.0
2222
github.com/onsi/ginkgo/v2 v2.25.3
2323
github.com/onsi/gomega v1.38.2
@@ -55,53 +55,50 @@ require (
5555
github.com/go-jose/go-jose/v4 v4.1.1 // indirect
5656
github.com/go-logr/logr v1.4.3 // indirect
5757
github.com/go-logr/stdr v1.2.2 // indirect
58-
github.com/go-openapi/analysis v0.23.0 // indirect
59-
github.com/go-openapi/jsonpointer v0.21.0 // indirect
60-
github.com/go-openapi/jsonreference v0.21.0 // indirect
61-
github.com/go-openapi/swag/cmdutils v0.24.0 // indirect
62-
github.com/go-openapi/swag/conv v0.24.0 // indirect
63-
github.com/go-openapi/swag/fileutils v0.24.0 // indirect
64-
github.com/go-openapi/swag/jsonname v0.24.0 // indirect
65-
github.com/go-openapi/swag/jsonutils v0.24.0 // indirect
66-
github.com/go-openapi/swag/loading v0.24.0 // indirect
67-
github.com/go-openapi/swag/mangling v0.24.0 // indirect
68-
github.com/go-openapi/swag/netutils v0.24.0 // indirect
69-
github.com/go-openapi/swag/stringutils v0.24.0 // indirect
70-
github.com/go-openapi/swag/typeutils v0.24.0 // indirect
71-
github.com/go-openapi/swag/yamlutils v0.24.0 // indirect
58+
github.com/go-openapi/analysis v0.24.0 // indirect
59+
github.com/go-openapi/jsonpointer v0.22.1 // indirect
60+
github.com/go-openapi/jsonreference v0.21.2 // indirect
61+
github.com/go-openapi/swag/cmdutils v0.25.1 // indirect
62+
github.com/go-openapi/swag/conv v0.25.1 // indirect
63+
github.com/go-openapi/swag/fileutils v0.25.1 // indirect
64+
github.com/go-openapi/swag/jsonname v0.25.1 // indirect
65+
github.com/go-openapi/swag/jsonutils v0.25.1 // indirect
66+
github.com/go-openapi/swag/loading v0.25.1 // indirect
67+
github.com/go-openapi/swag/mangling v0.25.1 // indirect
68+
github.com/go-openapi/swag/netutils v0.25.1 // indirect
69+
github.com/go-openapi/swag/stringutils v0.25.1 // indirect
70+
github.com/go-openapi/swag/typeutils v0.25.1 // indirect
71+
github.com/go-openapi/swag/yamlutils v0.25.1 // indirect
7272
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
73+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
7374
github.com/google/go-querystring v1.1.0 // indirect
7475
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
7576
github.com/google/s2a-go v0.1.9 // indirect
7677
github.com/google/uuid v1.6.0 // indirect
7778
github.com/google/wire v0.6.0 // indirect
7879
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
7980
github.com/googleapis/gax-go/v2 v2.15.0 // indirect
80-
github.com/josharian/intern v1.0.0 // indirect
81-
github.com/mailru/easyjson v0.9.0 // indirect
8281
github.com/mattn/go-colorable v0.1.14 // indirect
8382
github.com/mattn/go-isatty v0.0.20 // indirect
8483
github.com/mattn/go-runewidth v0.0.16 // indirect
8584
github.com/mattn/go-shellwords v1.0.12 // indirect
86-
github.com/mitchellh/mapstructure v1.5.0 // indirect
8785
github.com/oklog/ulid v1.3.1 // indirect
88-
github.com/opentracing/opentracing-go v1.2.0 // indirect
8986
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
9087
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
9188
github.com/rivo/uniseg v0.4.7 // indirect
9289
github.com/robfig/cron/v3 v3.0.1 // indirect
9390
github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect
9491
github.com/zeebo/errs v1.4.0 // indirect
95-
go.mongodb.org/mongo-driver v1.14.0 // indirect
96-
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
92+
go.mongodb.org/mongo-driver v1.17.4 // indirect
93+
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
9794
go.opentelemetry.io/contrib/detectors/gcp v1.37.0 // indirect
9895
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62.0 // indirect
9996
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect
100-
go.opentelemetry.io/otel v1.37.0 // indirect
101-
go.opentelemetry.io/otel/metric v1.37.0 // indirect
102-
go.opentelemetry.io/otel/sdk v1.37.0 // indirect
103-
go.opentelemetry.io/otel/sdk/metric v1.37.0 // indirect
104-
go.opentelemetry.io/otel/trace v1.37.0 // indirect
97+
go.opentelemetry.io/otel v1.38.0 // indirect
98+
go.opentelemetry.io/otel/metric v1.38.0 // indirect
99+
go.opentelemetry.io/otel/sdk v1.38.0 // indirect
100+
go.opentelemetry.io/otel/sdk/metric v1.38.0 // indirect
101+
go.opentelemetry.io/otel/trace v1.38.0 // indirect
105102
go.uber.org/automaxprocs v1.6.0 // indirect
106103
go.yaml.in/yaml/v3 v3.0.4 // indirect
107104
golang.org/x/crypto v0.42.0 // indirect

0 commit comments

Comments
 (0)