@@ -4,11 +4,11 @@ go 1.21
4
4
5
5
require (
6
6
github.com/hashicorp/vault v1.16.1
7
- github.com/hashicorp/vault/api v1.12.2
7
+ github.com/hashicorp/vault/api v1.14.0
8
8
github.com/joho/godotenv v1.5.1
9
9
github.com/sirupsen/logrus v1.9.3
10
10
github.com/spf13/afero v1.11.0
11
- github.com/urfave/cli/v2 v2.27.1
11
+ github.com/urfave/cli/v2 v2.27.2
12
12
)
13
13
14
14
require (
@@ -34,6 +34,7 @@ require (
34
34
github.com/felixge/httpsnoop v1.0.4 // indirect
35
35
github.com/gammazero/deque v0.2.1 // indirect
36
36
github.com/gammazero/workerpool v1.1.3 // indirect
37
+ github.com/go-jose/go-jose/v4 v4.0.1 // indirect
37
38
github.com/go-logr/stdr v1.2.2 // indirect
38
39
github.com/golang-jwt/jwt/v5 v5.2.0 // indirect
39
40
github.com/google/gnostic-models v0.6.8 // indirect
@@ -112,7 +113,7 @@ require (
112
113
github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible // indirect
113
114
github.com/circonus-labs/circonusllhist v0.1.3 // indirect
114
115
github.com/cloudflare/circl v1.3.7 // indirect
115
- github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
116
+ github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
116
117
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
117
118
github.com/denverdino/aliyungo v0.0.0-20190125010748-a747050bb1ba // indirect
118
119
github.com/dgryski/go-metro v0.0.0-20180109044635-280f6062b5bc // indirect
@@ -157,7 +158,7 @@ require (
157
158
github.com/hashicorp/eventlogger v0.2.8 // indirect
158
159
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
159
160
github.com/hashicorp/go-discover v0.0.0-20210818145131-c573d69da192 // indirect
160
- github.com/hashicorp/go-hclog v1.6.2 // indirect
161
+ github.com/hashicorp/go-hclog v1.6.3 // indirect
161
162
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
162
163
github.com/hashicorp/go-kms-wrapping/entropy/v2 v2.0.1 // indirect
163
164
github.com/hashicorp/go-kms-wrapping/v2 v2.0.16 // indirect
@@ -172,7 +173,7 @@ require (
172
173
github.com/hashicorp/go-multierror v1.1.1 // indirect
173
174
github.com/hashicorp/go-plugin v1.6.0 // indirect
174
175
github.com/hashicorp/go-raftchunking v0.6.3-0.20191002164813-7e9e8525653a // indirect
175
- github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
176
+ github.com/hashicorp/go-retryablehttp v0.7.6 // indirect
176
177
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
177
178
github.com/hashicorp/go-secure-stdlib/awsutil v0.3.0 // indirect
178
179
github.com/hashicorp/go-secure-stdlib/base62 v0.1.2 // indirect
@@ -256,19 +257,19 @@ require (
256
257
github.com/tklauser/numcpus v0.4.0 // indirect
257
258
github.com/tv42/httpunix v0.0.0-20191220191345-2ba4b9c3382c // indirect
258
259
github.com/vmware/govmomi v0.18.0 // indirect
259
- github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
260
+ github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
260
261
github.com/yusufpapurcu/wmi v1.2.2 // indirect
261
262
go.etcd.io/bbolt v1.3.7 // indirect
262
263
go.mongodb.org/mongo-driver v1.13.1 // indirect
263
264
go.opencensus.io v0.24.0 // indirect
264
265
go.uber.org/atomic v1.11.0 // indirect
265
- golang.org/x/crypto v0.21 .0 // indirect
266
- golang.org/x/net v0.22 .0 // indirect
266
+ golang.org/x/crypto v0.23 .0 // indirect
267
+ golang.org/x/net v0.25 .0 // indirect
267
268
golang.org/x/oauth2 v0.18.0 // indirect
268
269
golang.org/x/sync v0.6.0 // indirect
269
- golang.org/x/sys v0.18 .0 // indirect
270
- golang.org/x/term v0.18 .0 // indirect
271
- golang.org/x/text v0.14 .0 // indirect
270
+ golang.org/x/sys v0.20 .0 // indirect
271
+ golang.org/x/term v0.20 .0 // indirect
272
+ golang.org/x/text v0.15 .0 // indirect
272
273
golang.org/x/time v0.5.0 // indirect
273
274
google.golang.org/api v0.163.0 // indirect
274
275
google.golang.org/appengine v1.6.8 // indirect
0 commit comments