Skip to content

Commit 4d31e5a

Browse files
Bump the gomod-backward-compatible group across 1 directory with 9 updates
Bumps the gomod-backward-compatible group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/go-openapi/runtime](https://github.com/go-openapi/runtime) | `0.29.2` | `0.29.3` | | [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) | `0.55.0` | `0.56.0` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.266.0` | `0.269.0` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.35.1` | `0.35.2` | | [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.35.1` | `0.35.2` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.23.1` | `0.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/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/gruntwork-io/terratest` from 0.55.0 to 0.56.0 - [Release notes](https://github.com/gruntwork-io/terratest/releases) - [Commits](gruntwork-io/terratest@v0.55.0...v0.56.0) Updates `google.golang.org/api` from 0.266.0 to 0.269.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.266.0...v0.269.0) Updates `k8s.io/api` from 0.35.1 to 0.35.2 - [Commits](kubernetes/api@v0.35.1...v0.35.2) Updates `k8s.io/apiextensions-apiserver` from 0.35.1 to 0.35.2 - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases) - [Commits](kubernetes/apiextensions-apiserver@v0.35.1...v0.35.2) Updates `k8s.io/apimachinery` from 0.35.1 to 0.35.2 - [Commits](kubernetes/apimachinery@v0.35.1...v0.35.2) Updates `k8s.io/client-go` from 0.35.1 to 0.35.2 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.35.1...v0.35.2) Updates `sigs.k8s.io/controller-runtime` from 0.23.1 to 0.23.3 - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.23.1...v0.23.3) --- updated-dependencies: - dependency-name: github.com/go-openapi/runtime dependency-version: 0.29.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-backward-compatible - dependency-name: github.com/go-openapi/strfmt dependency-version: 0.26.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.56.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.269.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-backward-compatible - dependency-name: k8s.io/api dependency-version: 0.35.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-backward-compatible - dependency-name: k8s.io/apiextensions-apiserver dependency-version: 0.35.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-backward-compatible - dependency-name: k8s.io/apimachinery dependency-version: 0.35.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-backward-compatible - dependency-name: k8s.io/client-go dependency-version: 0.35.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-backward-compatible - dependency-name: sigs.k8s.io/controller-runtime dependency-version: 0.23.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-backward-compatible ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7984c80 commit 4d31e5a

File tree

2 files changed

+118
-120
lines changed

2 files changed

+118
-120
lines changed

go.mod

Lines changed: 37 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/vault-secrets-operator
22

3-
go 1.25.0
3+
go 1.26
44

55
// k8s.io module versions must be kept in sync with each other, but
66
// indirect dependencies in the vault-secrets-operator module are
@@ -25,10 +25,10 @@ require (
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.29.2
29-
github.com/go-openapi/strfmt v0.25.0
28+
github.com/go-openapi/runtime v0.29.3
29+
github.com/go-openapi/strfmt v0.26.0
3030
github.com/google/uuid v1.6.0
31-
github.com/gruntwork-io/terratest v0.55.0
31+
github.com/gruntwork-io/terratest v0.56.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,14 +44,14 @@ require (
4444
github.com/prometheus/client_model v0.6.2
4545
github.com/stretchr/testify v1.11.1
4646
golang.org/x/crypto v0.48.0
47-
google.golang.org/api v0.266.0
47+
google.golang.org/api v0.269.0
4848
gopkg.in/yaml.v3 v3.0.1
49-
k8s.io/api v0.35.1
50-
k8s.io/apiextensions-apiserver v0.35.1
51-
k8s.io/apimachinery v0.35.1
52-
k8s.io/client-go v0.35.1
49+
k8s.io/api v0.35.2
50+
k8s.io/apiextensions-apiserver v0.35.2
51+
k8s.io/apimachinery v0.35.2
52+
k8s.io/client-go v0.35.2
5353
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
54-
sigs.k8s.io/controller-runtime v0.23.1
54+
sigs.k8s.io/controller-runtime v0.23.3
5555
sigs.k8s.io/yaml v1.6.0
5656
)
5757

@@ -96,25 +96,26 @@ 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
99+
github.com/go-openapi/swag/conv v0.25.5 // indirect
100+
github.com/go-openapi/swag/fileutils v0.25.5 // indirect
101+
github.com/go-openapi/swag/jsonname v0.25.5 // indirect
102+
github.com/go-openapi/swag/jsonutils v0.25.5 // indirect
103+
github.com/go-openapi/swag/loading v0.25.5 // indirect
104+
github.com/go-openapi/swag/mangling v0.25.5 // indirect
105+
github.com/go-openapi/swag/stringutils v0.25.5 // indirect
106+
github.com/go-openapi/swag/typeutils v0.25.5 // indirect
107+
github.com/go-openapi/swag/yamlutils v0.25.5 // indirect
108+
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
109109
github.com/google/btree v1.1.3 // indirect
110110
github.com/hashicorp/go-getter/v2 v2.2.3 // indirect
111111
github.com/jackc/pgpassfile v1.0.0 // indirect
112112
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
113113
github.com/jackc/pgx/v5 v5.7.1 // indirect
114114
github.com/jackc/puddle/v2 v2.2.2 // indirect
115+
github.com/oklog/ulid/v2 v2.1.1 // indirect
115116
github.com/x448/float16 v0.8.4 // indirect
116117
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
117-
go.opentelemetry.io/otel/sdk/metric v1.39.0 // indirect
118+
go.opentelemetry.io/otel/sdk/metric v1.41.0 // indirect
118119
go.yaml.in/yaml/v2 v2.4.3 // indirect
119120
go.yaml.in/yaml/v3 v3.0.4 // indirect
120121
golang.org/x/mod v0.32.0 // indirect
@@ -125,7 +126,7 @@ require (
125126
)
126127

127128
require (
128-
cloud.google.com/go/auth v0.18.1 // indirect
129+
cloud.google.com/go/auth v0.18.2 // indirect
129130
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
130131
github.com/Masterminds/goutils v1.1.1 // indirect
131132
github.com/Masterminds/semver/v3 v3.4.0 // indirect
@@ -146,20 +147,20 @@ require (
146147
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
147148
github.com/go-logr/stdr v1.2.2 // indirect
148149
github.com/go-logr/zapr v1.3.0 // indirect
149-
github.com/go-openapi/analysis v0.24.1 // indirect
150-
github.com/go-openapi/errors v0.22.4 // indirect
151-
github.com/go-openapi/jsonpointer v0.22.1 // indirect
152-
github.com/go-openapi/jsonreference v0.21.3 // indirect
153-
github.com/go-openapi/loads v0.23.2 // indirect
154-
github.com/go-openapi/spec v0.22.1 // indirect
150+
github.com/go-openapi/analysis v0.24.3 // indirect
151+
github.com/go-openapi/errors v0.22.7 // indirect
152+
github.com/go-openapi/jsonpointer v0.22.5 // indirect
153+
github.com/go-openapi/jsonreference v0.21.5 // indirect
154+
github.com/go-openapi/loads v0.23.3 // indirect
155+
github.com/go-openapi/spec v0.22.4 // indirect
155156
github.com/go-openapi/swag v0.23.0 // indirect
156-
github.com/go-openapi/validate v0.25.1 // indirect
157+
github.com/go-openapi/validate v0.25.2 // indirect
157158
github.com/go-sql-driver/mysql v1.8.1 // indirect
158159
github.com/gogo/protobuf v1.3.2 // indirect
159160
github.com/google/gnostic-models v0.7.0 // indirect
160161
github.com/google/go-cmp v0.7.0 // indirect
161162
github.com/google/s2a-go v0.1.9 // indirect
162-
github.com/googleapis/enterprise-certificate-proxy v0.3.11 // indirect
163+
github.com/googleapis/enterprise-certificate-proxy v0.3.12 // indirect
163164
github.com/googleapis/gax-go/v2 v2.17.0 // indirect
164165
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
165166
github.com/gruntwork-io/go-commons v0.8.0 // indirect
@@ -197,7 +198,6 @@ require (
197198
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
198199
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
199200
github.com/nxadm/tail v1.4.8 // indirect
200-
github.com/oklog/ulid v1.3.1 // indirect
201201
github.com/patrickmn/go-cache v2.1.0+incompatible
202202
github.com/pkg/errors v0.9.1 // indirect
203203
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
@@ -215,23 +215,22 @@ require (
215215
github.com/urfave/cli v1.22.16 // indirect
216216
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
217217
github.com/zclconf/go-cty v1.15.0 // indirect
218-
go.mongodb.org/mongo-driver v1.17.6 // indirect
219218
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
220-
go.opentelemetry.io/otel v1.39.0 // indirect
221-
go.opentelemetry.io/otel/metric v1.39.0 // indirect
222-
go.opentelemetry.io/otel/trace v1.39.0 // indirect
219+
go.opentelemetry.io/otel v1.41.0 // indirect
220+
go.opentelemetry.io/otel/metric v1.41.0 // indirect
221+
go.opentelemetry.io/otel/trace v1.41.0 // indirect
223222
go.uber.org/multierr v1.11.0 // indirect
224223
go.uber.org/zap v1.27.0 // indirect
225-
golang.org/x/net v0.49.0 // indirect
224+
golang.org/x/net v0.50.0 // indirect
226225
golang.org/x/oauth2 v0.35.0 // indirect
227226
golang.org/x/sync v0.19.0 // indirect
228227
golang.org/x/sys v0.41.0 // indirect
229228
golang.org/x/term v0.40.0 // indirect
230229
golang.org/x/text v0.34.0 // indirect
231230
golang.org/x/time v0.14.0 // indirect
232231
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
233-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260203192932-546029d2fa20 // indirect
234-
google.golang.org/grpc v1.78.0 // indirect
232+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260217215200-42d3e9bedb6d // indirect
233+
google.golang.org/grpc v1.79.1 // indirect
235234
google.golang.org/protobuf v1.36.11 // indirect
236235
gopkg.in/inf.v0 v0.9.1 // indirect
237236
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect

0 commit comments

Comments
 (0)