Skip to content

Commit 412a266

Browse files
🌱 Bump the go-openapi group across 1 directory with 7 updates (#953)
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.6 to 0.22.7 - [Release notes](https://github.com/go-openapi/errors/releases) - [Commits](go-openapi/errors@v0.22.6...v0.22.7) Updates `github.com/go-openapi/loads` from 0.23.2 to 0.23.3 - [Release notes](https://github.com/go-openapi/loads/releases) - [Commits](go-openapi/loads@v0.23.2...v0.23.3) Updates `github.com/go-openapi/runtime` from 0.29.2 to 0.29.3 - [Release notes](https://github.com/go-openapi/runtime/releases) - [Commits](go-openapi/runtime@v0.29.2...v0.29.3) Updates `github.com/go-openapi/spec` from 0.22.1 to 0.22.4 - [Release notes](https://github.com/go-openapi/spec/releases) - [Commits](go-openapi/spec@v0.22.1...v0.22.4) Updates `github.com/go-openapi/strfmt` from 0.25.0 to 0.26.0 - [Release notes](https://github.com/go-openapi/strfmt/releases) - [Commits](go-openapi/strfmt@v0.25.0...v0.26.0) Updates `github.com/go-openapi/swag` from 0.25.4 to 0.25.5 - [Release notes](https://github.com/go-openapi/swag/releases) - [Commits](go-openapi/swag@v0.25.4...v0.25.5) Updates `github.com/go-openapi/validate` from 0.25.1 to 0.25.2 - [Release notes](https://github.com/go-openapi/validate/releases) - [Commits](go-openapi/validate@v0.25.1...v0.25.2) --- updated-dependencies: - dependency-name: github.com/go-openapi/errors dependency-version: 0.22.7 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.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-openapi - dependency-name: github.com/go-openapi/runtime dependency-version: 0.29.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-openapi - dependency-name: github.com/go-openapi/spec dependency-version: 0.22.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-openapi - dependency-name: github.com/go-openapi/strfmt dependency-version: 0.26.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.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-openapi - dependency-name: github.com/go-openapi/validate dependency-version: 0.25.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-openapi ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cbec423 commit 412a266

2 files changed

Lines changed: 103 additions & 105 deletions

File tree

go.mod

Lines changed: 32 additions & 33 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.6
15-
github.com/go-openapi/loads v0.23.2
16-
github.com/go-openapi/runtime v0.29.2
17-
github.com/go-openapi/spec v0.22.1
18-
github.com/go-openapi/strfmt v0.25.0
19-
github.com/go-openapi/swag v0.25.4
20-
github.com/go-openapi/validate v0.25.1
14+
github.com/go-openapi/errors v0.22.7
15+
github.com/go-openapi/loads v0.23.3
16+
github.com/go-openapi/runtime v0.29.3
17+
github.com/go-openapi/spec v0.22.4
18+
github.com/go-openapi/strfmt v0.26.0
19+
github.com/go-openapi/swag v0.25.5
20+
github.com/go-openapi/validate v0.25.2
2121
github.com/google/go-cmp v0.7.0
2222
github.com/onsi/ginkgo/v2 v2.28.1
2323
github.com/onsi/gomega v1.39.1
@@ -26,7 +26,7 @@ require (
2626
github.com/transparency-dev/merkle v0.0.2
2727
gocloud.dev v0.45.0
2828
golang.org/x/mod v0.32.0
29-
golang.org/x/net v0.49.0
29+
golang.org/x/net v0.50.0
3030
)
3131

3232
require (
@@ -55,22 +55,22 @@ require (
5555
github.com/go-jose/go-jose/v4 v4.1.3 // 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.24.1 // indirect
59-
github.com/go-openapi/jsonpointer v0.22.1 // indirect
60-
github.com/go-openapi/jsonreference v0.21.3 // indirect
61-
github.com/go-openapi/swag/cmdutils v0.25.4 // indirect
62-
github.com/go-openapi/swag/conv v0.25.4 // indirect
63-
github.com/go-openapi/swag/fileutils v0.25.4 // indirect
64-
github.com/go-openapi/swag/jsonname v0.25.4 // indirect
65-
github.com/go-openapi/swag/jsonutils v0.25.4 // indirect
66-
github.com/go-openapi/swag/loading v0.25.4 // indirect
67-
github.com/go-openapi/swag/mangling v0.25.4 // indirect
68-
github.com/go-openapi/swag/netutils v0.25.4 // indirect
69-
github.com/go-openapi/swag/stringutils v0.25.4 // indirect
70-
github.com/go-openapi/swag/typeutils v0.25.4 // indirect
71-
github.com/go-openapi/swag/yamlutils v0.25.4 // indirect
58+
github.com/go-openapi/analysis v0.24.3 // indirect
59+
github.com/go-openapi/jsonpointer v0.22.5 // indirect
60+
github.com/go-openapi/jsonreference v0.21.5 // indirect
61+
github.com/go-openapi/swag/cmdutils v0.25.5 // indirect
62+
github.com/go-openapi/swag/conv v0.25.5 // indirect
63+
github.com/go-openapi/swag/fileutils v0.25.5 // indirect
64+
github.com/go-openapi/swag/jsonname v0.25.5 // indirect
65+
github.com/go-openapi/swag/jsonutils v0.25.5 // indirect
66+
github.com/go-openapi/swag/loading v0.25.5 // indirect
67+
github.com/go-openapi/swag/mangling v0.25.5 // indirect
68+
github.com/go-openapi/swag/netutils v0.25.5 // indirect
69+
github.com/go-openapi/swag/stringutils v0.25.5 // indirect
70+
github.com/go-openapi/swag/typeutils v0.25.5 // indirect
71+
github.com/go-openapi/swag/yamlutils v0.25.5 // indirect
7272
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
73-
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
73+
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
7474
github.com/google/go-querystring v1.1.0 // indirect
7575
github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83 // indirect
7676
github.com/google/s2a-go v0.1.9 // indirect
@@ -82,29 +82,28 @@ require (
8282
github.com/mattn/go-isatty v0.0.20 // indirect
8383
github.com/mattn/go-runewidth v0.0.17 // indirect
8484
github.com/mattn/go-shellwords v1.0.12 // indirect
85-
github.com/oklog/ulid v1.3.1 // indirect
85+
github.com/oklog/ulid/v2 v2.1.1 // indirect
8686
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
8787
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
8888
github.com/rivo/uniseg v0.4.7 // indirect
8989
github.com/robfig/cron/v3 v3.0.1 // indirect
9090
github.com/spiffe/go-spiffe/v2 v2.6.0 // indirect
91-
go.mongodb.org/mongo-driver v1.17.6 // indirect
9291
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
9392
go.opentelemetry.io/contrib/detectors/gcp v1.39.0 // indirect
9493
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect
9594
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect
96-
go.opentelemetry.io/otel v1.40.0 // indirect
97-
go.opentelemetry.io/otel/metric v1.40.0 // indirect
98-
go.opentelemetry.io/otel/sdk v1.40.0 // indirect
99-
go.opentelemetry.io/otel/sdk/metric v1.40.0 // indirect
100-
go.opentelemetry.io/otel/trace v1.40.0 // indirect
95+
go.opentelemetry.io/otel v1.41.0 // indirect
96+
go.opentelemetry.io/otel/metric v1.41.0 // indirect
97+
go.opentelemetry.io/otel/sdk v1.41.0 // indirect
98+
go.opentelemetry.io/otel/sdk/metric v1.41.0 // indirect
99+
go.opentelemetry.io/otel/trace v1.41.0 // indirect
101100
go.yaml.in/yaml/v3 v3.0.4 // indirect
102101
go.yaml.in/yaml/v4 v4.0.0-rc.3 // indirect
103-
golang.org/x/crypto v0.47.0 // indirect
102+
golang.org/x/crypto v0.48.0 // indirect
104103
golang.org/x/oauth2 v0.34.0 // indirect
105104
golang.org/x/sync v0.19.0 // indirect
106-
golang.org/x/sys v0.40.0 // indirect
107-
golang.org/x/text v0.33.0 // indirect
105+
golang.org/x/sys v0.41.0 // indirect
106+
golang.org/x/text v0.34.0 // indirect
108107
golang.org/x/time v0.14.0 // indirect
109108
golang.org/x/tools v0.41.0 // indirect
110109
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect

0 commit comments

Comments
 (0)