Skip to content

Commit 75069d3

Browse files
Automated dependency upgrades
1 parent aecd6bf commit 75069d3

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

go.mod

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -155,15 +155,15 @@ require (
155155
github.com/hashicorp/vault-plugin-secrets-ad v0.21.0
156156
github.com/hashicorp/vault-plugin-secrets-alicloud v0.20.0
157157
github.com/hashicorp/vault-plugin-secrets-azure v0.22.0
158-
github.com/hashicorp/vault-plugin-secrets-gcp v0.22.0
158+
github.com/hashicorp/vault-plugin-secrets-gcp v0.22.1-0.20251001215830-d553a74f7086
159159
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.21.0
160160
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.11.0
161161
github.com/hashicorp/vault-plugin-secrets-kv v0.24.3
162162
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.15.0
163163
github.com/hashicorp/vault-plugin-secrets-openldap v0.16.1
164164
github.com/hashicorp/vault-plugin-secrets-terraform v0.12.0
165165
github.com/hashicorp/vault-testing-stepwise v0.3.2
166-
github.com/hashicorp/vault/api v1.20.0
166+
github.com/hashicorp/vault/api v1.21.0
167167
github.com/hashicorp/vault/api/auth/approle v0.1.0
168168
github.com/hashicorp/vault/api/auth/userpass v0.1.0
169169
github.com/hashicorp/vault/sdk v0.19.1-0.20250916230224-4fdc2b677763
@@ -206,7 +206,7 @@ require (
206206
github.com/sasha-s/go-deadlock v0.3.5
207207
github.com/sethvargo/go-limiter v0.7.1
208208
github.com/shirou/gopsutil/v3 v3.22.6
209-
github.com/stretchr/testify v1.10.0
209+
github.com/stretchr/testify v1.11.1
210210
github.com/tink-crypto/tink-go/v2 v2.2.0
211211
go.etcd.io/bbolt v1.4.0-beta.0
212212
go.etcd.io/etcd/client/pkg/v3 v3.5.17
@@ -218,18 +218,18 @@ require (
218218
go.opentelemetry.io/otel/sdk v1.37.0
219219
go.opentelemetry.io/otel/trace v1.37.0
220220
go.uber.org/atomic v1.11.0
221-
golang.org/x/crypto v0.41.0
221+
golang.org/x/crypto v0.42.0
222222
golang.org/x/exp v0.0.0-20250711185948-6ae5c78190dc
223-
golang.org/x/net v0.43.0
224-
golang.org/x/oauth2 v0.30.0
225-
golang.org/x/sync v0.16.0
226-
golang.org/x/sys v0.35.0
227-
golang.org/x/term v0.34.0
228-
golang.org/x/text v0.28.0
229-
golang.org/x/tools v0.35.0
230-
google.golang.org/api v0.248.0
231-
google.golang.org/grpc v1.75.0
232-
google.golang.org/protobuf v1.36.8
223+
golang.org/x/net v0.44.0
224+
golang.org/x/oauth2 v0.31.0
225+
golang.org/x/sync v0.17.0
226+
golang.org/x/sys v0.36.0
227+
golang.org/x/term v0.35.0
228+
golang.org/x/text v0.29.0
229+
golang.org/x/tools v0.36.0
230+
google.golang.org/api v0.251.0
231+
google.golang.org/grpc v1.75.1
232+
google.golang.org/protobuf v1.36.9
233233
gopkg.in/ory-am/dockertest.v3 v3.3.4
234234
k8s.io/apimachinery v0.33.1
235235
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
@@ -248,7 +248,7 @@ require (
248248
cloud.google.com/go v0.121.6 // indirect
249249
cloud.google.com/go/auth v0.16.5 // indirect
250250
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
251-
cloud.google.com/go/compute/metadata v0.8.0 // indirect
251+
cloud.google.com/go/compute/metadata v0.9.0 // indirect
252252
cloud.google.com/go/iam v1.5.2 // indirect
253253
cloud.google.com/go/kms v1.22.0 // indirect; indirect\
254254
cloud.google.com/go/longrunning v0.6.7 // indirect
@@ -549,12 +549,12 @@ require (
549549
go.opentelemetry.io/otel/sdk/metric v1.37.0 // indirect
550550
go.uber.org/multierr v1.11.0 // indirect
551551
go.uber.org/zap v1.27.0 // indirect
552-
golang.org/x/mod v0.26.0 // indirect
553-
golang.org/x/time v0.12.0
552+
golang.org/x/mod v0.27.0 // indirect
553+
golang.org/x/time v0.13.0
554554
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
555555
google.golang.org/genproto v0.0.0-20250825161204-c5933d9347a5 // indirect
556556
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
557-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect; indirect\
557+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250929231259-57b25ae835d4 // indirect; indirect\
558558
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
559559
gopkg.in/inf.v0 v0.9.1 // indirect
560560
gopkg.in/ini.v1 v1.67.0 // indirect

0 commit comments

Comments
 (0)