Skip to content

Commit 49f32c3

Browse files
Bump the gomod-backward-compatible group with 5 updates (#1128)
Bumps the gomod-backward-compatible group with 5 updates: | Package | From | To | | --- | --- | --- | | [cloud.google.com/go/compute/metadata](https://github.com/googleapis/google-cloud-go) | `0.8.4` | `0.9.0` | | [github.com/go-openapi/runtime](https://github.com/go-openapi/runtime) | `0.28.0` | `0.29.0` | | [github.com/go-openapi/strfmt](https://github.com/go-openapi/strfmt) | `0.23.0` | `0.24.0` | | [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) | `0.50.0` | `0.51.0` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.249.0` | `0.250.0` | Updates `cloud.google.com/go/compute/metadata` from 0.8.4 to 0.9.0 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@area120/v0.8.4...v0.9.0) 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/strfmt` from 0.23.0 to 0.24.0 - [Commits](go-openapi/strfmt@v0.23.0...v0.24.0) Updates `github.com/gruntwork-io/terratest` from 0.50.0 to 0.51.0 - [Release notes](https://github.com/gruntwork-io/terratest/releases) - [Commits](gruntwork-io/terratest@v0.50.0...v0.51.0) Updates `google.golang.org/api` from 0.249.0 to 0.250.0 - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.249.0...v0.250.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/compute/metadata dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-backward-compatible - dependency-name: github.com/go-openapi/runtime dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-backward-compatible - dependency-name: github.com/go-openapi/strfmt dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-backward-compatible - dependency-name: github.com/gruntwork-io/terratest dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-backward-compatible - dependency-name: google.golang.org/api dependency-version: 0.250.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-backward-compatible ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7903cda commit 49f32c3

File tree

2 files changed

+103
-74
lines changed

2 files changed

+103
-74
lines changed

go.mod

Lines changed: 33 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ replace (
2020
)
2121

2222
require (
23-
cloud.google.com/go/compute/metadata v0.8.4
23+
cloud.google.com/go/compute/metadata v0.9.0
2424
github.com/Masterminds/sprig/v3 v3.3.0
2525
github.com/argoproj/argo-rollouts v1.8.3
2626
github.com/cenkalti/backoff/v4 v4.3.0
2727
github.com/go-logr/logr v1.4.3
28-
github.com/go-openapi/runtime v0.28.0
29-
github.com/go-openapi/strfmt v0.23.0
28+
github.com/go-openapi/runtime v0.29.0
29+
github.com/go-openapi/strfmt v0.24.0
3030
github.com/google/uuid v1.6.0
31-
github.com/gruntwork-io/terratest v0.50.0
31+
github.com/gruntwork-io/terratest v0.51.0
3232
github.com/hashicorp/go-hclog v1.6.3
3333
github.com/hashicorp/go-rootcerts v1.0.2
3434
github.com/hashicorp/go-secure-stdlib/awsutil v0.3.0
@@ -44,7 +44,7 @@ require (
4444
github.com/prometheus/client_model v0.6.2
4545
github.com/stretchr/testify v1.11.1
4646
golang.org/x/crypto v0.42.0
47-
google.golang.org/api v0.249.0
47+
google.golang.org/api v0.250.0
4848
gopkg.in/yaml.v3 v3.0.1
4949
k8s.io/api v0.34.1
5050
k8s.io/apiextensions-apiserver v0.34.1
@@ -96,14 +96,24 @@ require (
9696
github.com/aws/aws-sdk-go-v2/service/sts v1.33.2 // indirect
9797
github.com/aws/smithy-go v1.22.1 // indirect
9898
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
99+
github.com/go-openapi/swag/conv v0.25.1 // indirect
100+
github.com/go-openapi/swag/fileutils v0.25.1 // indirect
101+
github.com/go-openapi/swag/jsonname v0.25.1 // indirect
102+
github.com/go-openapi/swag/jsonutils v0.25.1 // indirect
103+
github.com/go-openapi/swag/loading v0.25.1 // indirect
104+
github.com/go-openapi/swag/mangling v0.25.1 // indirect
105+
github.com/go-openapi/swag/stringutils v0.25.1 // indirect
106+
github.com/go-openapi/swag/typeutils v0.25.1 // indirect
107+
github.com/go-openapi/swag/yamlutils v0.25.1 // indirect
108+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
99109
github.com/google/btree v1.1.3 // indirect
100110
github.com/hashicorp/go-getter/v2 v2.2.3 // indirect
101111
github.com/jackc/pgpassfile v1.0.0 // indirect
102112
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
103113
github.com/jackc/pgx/v5 v5.7.1 // indirect
104114
github.com/jackc/puddle/v2 v2.2.2 // indirect
105115
github.com/x448/float16 v0.8.4 // indirect
106-
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
116+
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
107117
go.yaml.in/yaml/v2 v2.4.2 // indirect
108118
go.yaml.in/yaml/v3 v3.0.4 // indirect
109119
golang.org/x/mod v0.27.0 // indirect
@@ -136,14 +146,14 @@ require (
136146
github.com/go-jose/go-jose/v4 v4.1.1 // indirect
137147
github.com/go-logr/stdr v1.2.2 // indirect
138148
github.com/go-logr/zapr v1.3.0 // indirect
139-
github.com/go-openapi/analysis v0.23.0 // indirect
140-
github.com/go-openapi/errors v0.22.0 // indirect
141-
github.com/go-openapi/jsonpointer v0.21.0 // indirect
142-
github.com/go-openapi/jsonreference v0.21.0 // indirect
143-
github.com/go-openapi/loads v0.22.0 // indirect
144-
github.com/go-openapi/spec v0.21.0 // indirect
149+
github.com/go-openapi/analysis v0.24.0 // indirect
150+
github.com/go-openapi/errors v0.22.3 // indirect
151+
github.com/go-openapi/jsonpointer v0.22.1 // indirect
152+
github.com/go-openapi/jsonreference v0.21.2 // indirect
153+
github.com/go-openapi/loads v0.23.1 // indirect
154+
github.com/go-openapi/spec v0.22.0 // indirect
145155
github.com/go-openapi/swag v0.23.0 // indirect
146-
github.com/go-openapi/validate v0.24.0 // indirect
156+
github.com/go-openapi/validate v0.25.0 // indirect
147157
github.com/go-sql-driver/mysql v1.8.1 // indirect
148158
github.com/gogo/protobuf v1.3.2 // indirect
149159
github.com/google/gnostic-models v0.7.0 // indirect
@@ -188,7 +198,6 @@ require (
188198
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
189199
github.com/nxadm/tail v1.4.8 // indirect
190200
github.com/oklog/ulid v1.3.1 // indirect
191-
github.com/opentracing/opentracing-go v1.2.0 // indirect
192201
github.com/patrickmn/go-cache v2.1.0+incompatible
193202
github.com/pkg/errors v0.9.1 // indirect
194203
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
@@ -206,24 +215,24 @@ require (
206215
github.com/urfave/cli v1.22.16 // indirect
207216
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
208217
github.com/zclconf/go-cty v1.15.0 // indirect
209-
go.mongodb.org/mongo-driver v1.14.0 // indirect
218+
go.mongodb.org/mongo-driver v1.17.4 // indirect
210219
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
211-
go.opentelemetry.io/otel v1.37.0 // indirect
212-
go.opentelemetry.io/otel/metric v1.37.0 // indirect
213-
go.opentelemetry.io/otel/trace v1.37.0 // indirect
220+
go.opentelemetry.io/otel v1.38.0 // indirect
221+
go.opentelemetry.io/otel/metric v1.38.0 // indirect
222+
go.opentelemetry.io/otel/trace v1.38.0 // indirect
214223
go.uber.org/multierr v1.11.0 // indirect
215224
go.uber.org/zap v1.27.0 // indirect
216-
golang.org/x/net v0.43.0 // indirect
217-
golang.org/x/oauth2 v0.30.0 // indirect
225+
golang.org/x/net v0.44.0 // indirect
226+
golang.org/x/oauth2 v0.31.0 // indirect
218227
golang.org/x/sync v0.17.0 // indirect
219228
golang.org/x/sys v0.36.0 // indirect
220229
golang.org/x/term v0.35.0 // indirect
221230
golang.org/x/text v0.29.0 // indirect
222-
golang.org/x/time v0.12.0 // indirect
231+
golang.org/x/time v0.13.0 // indirect
223232
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
224-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c // indirect
225-
google.golang.org/grpc v1.75.0 // indirect
226-
google.golang.org/protobuf v1.36.8 // indirect
233+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250908214217-97024824d090 // indirect
234+
google.golang.org/grpc v1.75.1 // indirect
235+
google.golang.org/protobuf v1.36.9 // indirect
227236
gopkg.in/inf.v0 v0.9.1 // indirect
228237
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
229238
k8s.io/klog/v2 v2.130.1 // indirect

0 commit comments

Comments
 (0)