Skip to content

Commit 2dcbdc7

Browse files
Bump github.com/hashicorp/vault-plugin-auth-gcp from 0.19.1 to 0.20.0
Bumps [github.com/hashicorp/vault-plugin-auth-gcp](https://github.com/hashicorp/vault-plugin-auth-gcp) from 0.19.1 to 0.20.0. - [Release notes](https://github.com/hashicorp/vault-plugin-auth-gcp/releases) - [Changelog](https://github.com/hashicorp/vault-plugin-auth-gcp/blob/main/CHANGELOG.md) - [Commits](hashicorp/vault-plugin-auth-gcp@v0.19.1...v0.20.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/vault-plugin-auth-gcp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f78f26c commit 2dcbdc7

File tree

2 files changed

+50
-34
lines changed

2 files changed

+50
-34
lines changed

go.mod

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/signalfx/splunk-otel-collector
22

33
go 1.23.0
4+
toolchain go1.24.1
45

56
require (
67
github.com/alecthomas/participle/v2 v2.1.1
@@ -11,7 +12,7 @@ require (
1112
github.com/go-zookeeper/zk v1.0.4
1213
github.com/gogo/protobuf v1.3.2
1314
github.com/hashicorp/vault v1.18.2
14-
github.com/hashicorp/vault-plugin-auth-gcp v0.19.1
15+
github.com/hashicorp/vault-plugin-auth-gcp v0.20.1
1516
github.com/hashicorp/vault/api v1.16.0
1617
github.com/knadh/koanf v1.5.0
1718
github.com/open-telemetry/opentelemetry-collector-contrib/connector/countconnector v0.121.0
@@ -244,13 +245,14 @@ require (
244245
github.com/euank/go-kmsg-parser v2.0.0+incompatible // indirect
245246
github.com/facebook/time v0.0.0-20240510113249-fa89cc575891 // indirect
246247
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
247-
github.com/go-jose/go-jose/v4 v4.0.4 // indirect
248+
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
248249
github.com/go-resty/resty/v2 v2.13.1 // indirect
249250
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
250251
github.com/goccy/go-json v0.10.5 // indirect
251252
github.com/godbus/dbus/v5 v5.1.0 // indirect
252253
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
253254
github.com/golang/mock v1.6.0 // indirect
255+
github.com/google/certificate-transparency-go v1.3.1 // indirect
254256
github.com/google/gnostic-models v0.6.8 // indirect
255257
github.com/google/go-metrics-stackdriver v0.6.0 // indirect
256258
github.com/google/s2a-go v0.1.9 // indirect
@@ -260,11 +262,14 @@ require (
260262
github.com/hashicorp/cronexpr v1.1.2 // indirect
261263
github.com/hashicorp/go-bexpr v0.1.14 // indirect
262264
github.com/hashicorp/go-discover v0.0.0-20230724184603-e89ebd1b2f65 // indirect
263-
github.com/hashicorp/go-kms-wrapping/v2 v2.0.16 // indirect
265+
github.com/hashicorp/go-hmac-drbg v0.0.0-20210916214228-a6e5a68489f6 // indirect
266+
github.com/hashicorp/go-kms-wrapping/v2 v2.0.18 // indirect
264267
github.com/hashicorp/go-kms-wrapping/wrappers/ocikms/v2 v2.0.8 // indirect
265268
github.com/hashicorp/go-metrics v0.5.3 // indirect
266269
github.com/hashicorp/go-msgpack v1.1.5 // indirect
267270
github.com/hashicorp/go-raftchunking v0.7.0 // indirect
271+
github.com/hashicorp/go-secure-stdlib/cryptoutil v0.1.1 // indirect
272+
github.com/hashicorp/go-secure-stdlib/permitpool v1.0.0 // indirect
268273
github.com/hashicorp/go-secure-stdlib/plugincontainer v0.4.1 // indirect
269274
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
270275
github.com/hashicorp/mdns v1.0.5 // indirect
@@ -326,7 +331,7 @@ require (
326331
github.com/opencontainers/runtime-spec v1.2.0 // indirect
327332
github.com/ovh/go-ovh v1.6.0 // indirect
328333
github.com/packethost/packngo v0.31.0 // indirect
329-
github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 // indirect
334+
github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
330335
github.com/pkg/errors v0.9.1 // indirect
331336
github.com/pkg/sftp v1.13.7 // indirect
332337
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
@@ -338,7 +343,8 @@ require (
338343
github.com/rboyer/safeio v0.2.3 // indirect
339344
github.com/redis/go-redis/v9 v9.7.1 // indirect
340345
github.com/relvacode/iso8601 v1.6.0 // indirect
341-
github.com/sasha-s/go-deadlock v0.3.1 // indirect
346+
github.com/robfig/cron/v3 v3.0.1 // indirect
347+
github.com/sasha-s/go-deadlock v0.3.5 // indirect
342348
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.30 // indirect
343349
github.com/sethvargo/go-limiter v0.7.2 // indirect
344350
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
@@ -438,7 +444,7 @@ require (
438444
github.com/Azure/azure-event-hubs-go/v3 v3.6.2 // indirect
439445
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
440446
github.com/Azure/go-amqp v1.4.0 // indirect
441-
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
447+
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
442448
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
443449
github.com/Azure/go-autorest/autorest v0.11.29 // indirect
444450
github.com/Azure/go-autorest/autorest/adal v0.9.23 // indirect
@@ -540,15 +546,15 @@ require (
540546
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
541547
github.com/hashicorp/go-secure-stdlib/awsutil v0.3.0 // indirect
542548
github.com/hashicorp/go-secure-stdlib/mlock v0.1.3 // indirect
543-
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.8 // indirect
549+
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.9 // indirect
544550
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
545551
github.com/hashicorp/go-sockaddr v1.0.6 // indirect
546552
github.com/hashicorp/go-uuid v1.0.3 // indirect
547553
github.com/hashicorp/go-version v1.7.0 // indirect
548554
github.com/hashicorp/golang-lru v1.0.2 // indirect
549555
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
550556
github.com/hashicorp/serf v0.10.1 // indirect
551-
github.com/hashicorp/vault/sdk v0.14.0 // indirect
557+
github.com/hashicorp/vault/sdk v0.15.2 // indirect
552558
github.com/hashicorp/yamux v0.1.1 // indirect
553559
github.com/iancoleman/strcase v0.3.0 // indirect
554560
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -558,15 +564,15 @@ require (
558564
github.com/jackc/pgio v1.0.0 // indirect
559565
github.com/jackc/pgpassfile v1.0.0 // indirect
560566
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
561-
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
567+
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
562568
github.com/jackc/pgtype v1.14.3 // indirect
563569
github.com/jackc/pgx/v4 v4.18.3 // indirect
564570
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
565571
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
566572
github.com/jcmturner/gofork v1.7.6 // indirect
567573
github.com/jcmturner/gokrb5/v8 v8.4.4 // indirect
568574
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
569-
github.com/jmespath/go-jmespath v0.4.0 // indirect
575+
github.com/jmespath/go-jmespath v0.4.1-0.20220621161143-b0104c826a24 // indirect
570576
github.com/josharian/intern v1.0.0 // indirect
571577
github.com/jpillora/backoff v1.0.0 // indirect
572578
github.com/json-iterator/go v1.1.12 // indirect

0 commit comments

Comments
 (0)