Skip to content

Commit 675e2a5

Browse files
authored
Merge pull request #2296 from smallstep/dependabot/go_modules/github.com/hashicorp/vault/api-1.20.0
Bump github.com/hashicorp/vault/api from 1.16.0 to 1.20.0
2 parents a7b4e75 + 37899f0 commit 675e2a5

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/google/go-tpm v0.9.5
1818
github.com/google/uuid v1.6.0
1919
github.com/googleapis/gax-go/v2 v2.14.2
20-
github.com/hashicorp/vault/api v1.16.0
20+
github.com/hashicorp/vault/api v1.20.0
2121
github.com/hashicorp/vault/api/auth/approle v0.9.0
2222
github.com/hashicorp/vault/api/auth/aws v0.9.0
2323
github.com/hashicorp/vault/api/auth/kubernetes v0.9.0
@@ -118,7 +118,7 @@ require (
118118
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
119119
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
120120
github.com/hashicorp/go-uuid v1.0.2 // indirect
121-
github.com/hashicorp/hcl v1.0.0 // indirect
121+
github.com/hashicorp/hcl v1.0.1-vault-7 // indirect
122122
github.com/huandu/xstrings v1.5.0 // indirect
123123
github.com/jackc/pgpassfile v1.0.0 // indirect
124124
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect

go.sum

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,11 @@ github.com/hashicorp/go-sockaddr v1.0.2 h1:ztczhD1jLxIRjVejw8gFomI1BQZOe2WoVOu0S
228228
github.com/hashicorp/go-sockaddr v1.0.2/go.mod h1:rB4wwRAUzs07qva3c5SdrY/NEtAUjGlgmH/UkBUC97A=
229229
github.com/hashicorp/go-uuid v1.0.2 h1:cfejS+Tpcp13yd5nYHWDI6qVCny6wyX2Mt5SGur2IGE=
230230
github.com/hashicorp/go-uuid v1.0.2/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
231-
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
232231
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
233-
github.com/hashicorp/vault/api v1.16.0 h1:nbEYGJiAPGzT9U4oWgaaB0g+Rj8E59QuHKyA5LhwQN4=
234-
github.com/hashicorp/vault/api v1.16.0/go.mod h1:KhuUhzOD8lDSk29AtzNjgAu2kxRA9jL9NAbkFlqvkBA=
232+
github.com/hashicorp/hcl v1.0.1-vault-7 h1:ag5OxFVy3QYTFTJODRzTKVZ6xvdfLLCA1cy/Y6xGI0I=
233+
github.com/hashicorp/hcl v1.0.1-vault-7/go.mod h1:XYhtn6ijBSAj6n4YqAaf7RBPS4I06AItNorpy+MoQNM=
234+
github.com/hashicorp/vault/api v1.20.0 h1:KQMHElgudOsr+IbJgmbjHnCTxEpKs9LnozA1D3nozU4=
235+
github.com/hashicorp/vault/api v1.20.0/go.mod h1:GZ4pcjfzoOWpkJ3ijHNpEoAxKEsBJnVljyTe3jM2Sms=
235236
github.com/hashicorp/vault/api/auth/approle v0.9.0 h1:FdpspwGVWnGiWmAxd5L1Yd+T+fX2kYnyAIvI5oGdvNs=
236237
github.com/hashicorp/vault/api/auth/approle v0.9.0/go.mod h1:fvtJhBs3AYMs2fXk4U5+u+7unhUGuboiKzFpLPpIazw=
237238
github.com/hashicorp/vault/api/auth/aws v0.9.0 h1:XtV/fRhgf/MaPv5SLBgXf+Yn/QGjFYIlJkdcPktDlbc=

0 commit comments

Comments
 (0)