Skip to content

Commit 059834d

Browse files
Bump github.com/hashicorp/vault from 1.18.2 to 1.19.1
Bumps [github.com/hashicorp/vault](https://github.com/hashicorp/vault) from 1.18.2 to 1.19.1. - [Release notes](https://github.com/hashicorp/vault/releases) - [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md) - [Commits](hashicorp/vault@v1.18.2...v1.19.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/vault dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 457feb6 commit 059834d

File tree

2 files changed

+83
-89
lines changed

2 files changed

+83
-89
lines changed

go.mod

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ require (
1010
github.com/fsnotify/fsnotify v1.8.0
1111
github.com/go-zookeeper/zk v1.0.4
1212
github.com/gogo/protobuf v1.3.2
13-
github.com/hashicorp/vault v1.18.2
14-
github.com/hashicorp/vault-plugin-auth-gcp v0.20.1
13+
github.com/hashicorp/vault v1.19.1
14+
github.com/hashicorp/vault-plugin-auth-gcp v0.20.2
1515
github.com/hashicorp/vault/api v1.16.0
1616
github.com/knadh/koanf v1.5.0
1717
github.com/open-telemetry/opentelemetry-collector-contrib/connector/countconnector v0.122.0
@@ -200,7 +200,6 @@ require (
200200
github.com/IBM/sarama v1.45.1 // indirect
201201
github.com/Jeffail/gabs/v2 v2.7.0 // indirect
202202
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c // indirect
203-
github.com/ProtonMail/go-crypto v1.0.0 // indirect
204203
github.com/antchfx/xmlquery v1.4.4 // indirect
205204
github.com/antchfx/xpath v1.3.3 // indirect
206205
github.com/apache/arrow-go/v18 v18.0.0 // indirect
@@ -275,8 +274,6 @@ require (
275274
github.com/hashicorp/go-discover v0.0.0-20230724184603-e89ebd1b2f65 // indirect
276275
github.com/hashicorp/go-hmac-drbg v0.0.0-20210916214228-a6e5a68489f6 // indirect
277276
github.com/hashicorp/go-kms-wrapping/v2 v2.0.18 // indirect
278-
github.com/hashicorp/go-kms-wrapping/wrappers/ocikms/v2 v2.0.8 // indirect
279-
github.com/hashicorp/go-metrics v0.5.3 // indirect
280277
github.com/hashicorp/go-msgpack v1.1.5 // indirect
281278
github.com/hashicorp/go-raftchunking v0.7.0 // indirect
282279
github.com/hashicorp/go-secure-stdlib/cryptoutil v0.1.1 // indirect
@@ -522,7 +519,7 @@ require (
522519
github.com/eapache/queue v1.1.0 // indirect
523520
github.com/emicklei/go-restful/v3 v3.11.3 // indirect
524521
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
525-
github.com/fatih/color v1.17.0 // indirect
522+
github.com/fatih/color v1.18.0 // indirect
526523
github.com/felixge/httpsnoop v1.0.4 // indirect
527524
github.com/gabriel-vasile/mimetype v1.4.7 // indirect
528525
github.com/go-kit/log v0.2.1 // indirect
@@ -544,7 +541,7 @@ require (
544541
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
545542
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
546543
github.com/golang-sql/sqlexp v0.1.0 // indirect
547-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
544+
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
548545
github.com/golang/protobuf v1.5.4 // indirect
549546
github.com/golang/snappy v1.0.0
550547
github.com/google/cadvisor v0.52.1 // indirect
@@ -562,7 +559,7 @@ require (
562559
github.com/hashicorp/consul/api v1.31.2 // indirect
563560
github.com/hashicorp/errwrap v1.1.0 // indirect
564561
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
565-
github.com/hashicorp/go-gcp-common v0.9.1 // indirect
562+
github.com/hashicorp/go-gcp-common v0.9.2 // indirect
566563
github.com/hashicorp/go-hclog v1.6.3 // indirect
567564
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
568565
github.com/hashicorp/go-kms-wrapping/entropy/v2 v2.0.1 // indirect
@@ -574,14 +571,14 @@ require (
574571
github.com/hashicorp/go-secure-stdlib/mlock v0.1.3 // indirect
575572
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.9 // indirect
576573
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
577-
github.com/hashicorp/go-sockaddr v1.0.6 // indirect
574+
github.com/hashicorp/go-sockaddr v1.0.7 // indirect
578575
github.com/hashicorp/go-uuid v1.0.3 // indirect
579576
github.com/hashicorp/go-version v1.7.0 // indirect
580577
github.com/hashicorp/golang-lru v1.0.2 // indirect
581578
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
582579
github.com/hashicorp/serf v0.10.1 // indirect
583580
github.com/hashicorp/vault/sdk v0.15.2 // indirect
584-
github.com/hashicorp/yamux v0.1.1 // indirect
581+
github.com/hashicorp/yamux v0.1.2 // indirect
585582
github.com/iancoleman/strcase v0.3.0 // indirect
586583
github.com/inconshreveable/mousetrap v1.1.0 // indirect
587584
github.com/influxdata/tail v1.0.1-0.20221130111531-19b97bffd978 // indirect
@@ -612,7 +609,7 @@ require (
612609
github.com/lufia/plan9stats v0.0.0-20240226150601-1dcf7310316a // indirect
613610
github.com/magiconair/properties v1.8.9
614611
github.com/mailru/easyjson v0.9.0 // indirect
615-
github.com/mattn/go-colorable v0.1.13 // indirect
612+
github.com/mattn/go-colorable v0.1.14 // indirect
616613
github.com/mattn/go-isatty v0.0.20 // indirect
617614
github.com/mattn/go-xmlrpc v0.0.3 // indirect
618615
github.com/miekg/dns v1.1.62 // indirect
@@ -705,7 +702,7 @@ require (
705702
golang.org/x/crypto v0.36.0 // indirect
706703
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8
707704
golang.org/x/mod v0.23.0 // indirect
708-
golang.org/x/net v0.37.0 // indirect
705+
golang.org/x/net v0.38.0 // indirect
709706
golang.org/x/oauth2 v0.28.0 // indirect
710707
golang.org/x/sync v0.12.0 // indirect
711708
golang.org/x/term v0.30.0 // indirect

0 commit comments

Comments
 (0)