@@ -10,7 +10,9 @@ module github.com/hashicorp/vault
10
10
// semantic related to Go module handling), this comment should be updated to explain that.
11
11
//
12
12
// Whenever this value gets updated, sdk/go.mod should be updated to the same value.
13
- go 1.20
13
+ go 1.21
14
+
15
+ toolchain go1.21.3
14
16
15
17
replace github.com/hashicorp/vault/api => ./api
16
18
@@ -41,7 +43,7 @@ require (
41
43
github.com/apple/foundationdb/bindings/go v0.0.0-20190411004307-cd5c9d91fad2
42
44
github.com/armon/go-metrics v0.4.1
43
45
github.com/armon/go-radix v1.0.0
44
- github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
46
+ github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
45
47
github.com/aws/aws-sdk-go v1.44.331
46
48
github.com/aws/aws-sdk-go-v2/config v1.18.19
47
49
github.com/axiomhq/hyperloglog v0.0.0-20220105174342-98591331716a
@@ -78,7 +80,7 @@ require (
78
80
github.com/hashicorp/consul-template v0.33.0
79
81
github.com/hashicorp/consul/api v1.23.0
80
82
github.com/hashicorp/errwrap v1.1.0
81
- github.com/hashicorp/eventlogger v0.2.5
83
+ github.com/hashicorp/eventlogger v0.2.3
82
84
github.com/hashicorp/go-bexpr v0.1.12
83
85
github.com/hashicorp/go-cleanhttp v0.5.2
84
86
github.com/hashicorp/go-discover v0.0.0-20210818145131-c573d69da192
@@ -120,12 +122,13 @@ require (
120
122
github.com/hashicorp/hcl/v2 v2.16.2
121
123
github.com/hashicorp/hcp-link v0.1.0
122
124
github.com/hashicorp/hcp-scada-provider v0.2.1
123
- github.com/hashicorp/hcp-sdk-go v0.23.0
125
+ github.com/hashicorp/hcp-sdk-go v0.70.1-0.20231027171745-aa8cd4ca3fa0
124
126
github.com/hashicorp/nomad/api v0.0.0-20230519153805-2275a83cbfdf
125
127
github.com/hashicorp/raft v1.3.10
126
128
github.com/hashicorp/raft-autopilot v0.2.0
127
129
github.com/hashicorp/raft-boltdb/v2 v2.0.0-20210421194847-a7e34179d62c
128
130
github.com/hashicorp/raft-snapshot v1.0.4
131
+ github.com/hashicorp/vault-hcp-lib v0.0.0-20231102155729-bf8c13c2e544
129
132
github.com/hashicorp/vault-plugin-auth-alicloud v0.16.0
130
133
github.com/hashicorp/vault-plugin-auth-azure v0.16.2
131
134
github.com/hashicorp/vault-plugin-auth-centrify v0.15.1
@@ -149,7 +152,7 @@ require (
149
152
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.15.1
150
153
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.6.0
151
154
github.com/hashicorp/vault-plugin-secrets-kv v0.16.2
152
- github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.10.2
155
+ github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.10.1
153
156
github.com/hashicorp/vault-plugin-secrets-openldap v0.11.2
154
157
github.com/hashicorp/vault-plugin-secrets-terraform v0.7.3
155
158
github.com/hashicorp/vault-testing-stepwise v0.1.4
@@ -212,17 +215,17 @@ require (
212
215
go.opentelemetry.io/otel/trace v1.16.0
213
216
go.uber.org/atomic v1.11.0
214
217
go.uber.org/goleak v1.2.1
215
- golang.org/x/crypto v0.14 .0
218
+ golang.org/x/crypto v0.13 .0
216
219
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
217
- golang.org/x/net v0.17 .0
218
- golang.org/x/oauth2 v0.11 .0
220
+ golang.org/x/net v0.15 .0
221
+ golang.org/x/oauth2 v0.12 .0
219
222
golang.org/x/sync v0.3.0
220
- golang.org/x/sys v0.13 .0
221
- golang.org/x/term v0.13 .0
223
+ golang.org/x/sys v0.12 .0
224
+ golang.org/x/term v0.12 .0
222
225
golang.org/x/text v0.13.0
223
- golang.org/x/tools v0.10.0
226
+ golang.org/x/tools v0.9.1
224
227
google.golang.org/api v0.138.0
225
- google.golang.org/grpc v1.58.3
228
+ google.golang.org/grpc v1.57.0
226
229
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
227
230
google.golang.org/protobuf v1.31.0
228
231
gopkg.in/ory-am/dockertest.v3 v3.3.4
@@ -334,8 +337,8 @@ require (
334
337
github.com/dvsekhvalnov/jose2go v1.5.0 // indirect
335
338
github.com/emicklei/go-restful/v3 v3.10.1 // indirect
336
339
github.com/emirpasic/gods v1.18.1 // indirect
337
- github.com/envoyproxy/go-control-plane v0.11.1 // indirect
338
- github.com/envoyproxy/protoc-gen-validate v1.0.2 // indirect
340
+ github.com/envoyproxy/go-control-plane v0.11.1-0.20230524094728-9239064ad72f // indirect
341
+ github.com/envoyproxy/protoc-gen-validate v0.10.1 // indirect
339
342
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
340
343
github.com/form3tech-oss/jwt-go v3.2.5+incompatible // indirect
341
344
github.com/fsnotify/fsnotify v1.6.0 // indirect
@@ -348,16 +351,16 @@ require (
348
351
github.com/go-logr/logr v1.2.4 // indirect
349
352
github.com/go-logr/stdr v1.2.2 // indirect
350
353
github.com/go-ole/go-ole v1.2.6 // indirect
351
- github.com/go-openapi/analysis v0.20.0 // indirect
352
- github.com/go-openapi/errors v0.20.1 // indirect
354
+ github.com/go-openapi/analysis v0.21.4 // indirect
355
+ github.com/go-openapi/errors v0.20.3 // indirect
353
356
github.com/go-openapi/jsonpointer v0.19.6 // indirect
354
357
github.com/go-openapi/jsonreference v0.20.2 // indirect
355
- github.com/go-openapi/loads v0.20 .2 // indirect
356
- github.com/go-openapi/runtime v0.19.24 // indirect
357
- github.com/go-openapi/spec v0.20.3 // indirect
358
- github.com/go-openapi/strfmt v0.20.0 // indirect
358
+ github.com/go-openapi/loads v0.21 .2 // indirect
359
+ github.com/go-openapi/runtime v0.25.0 // indirect
360
+ github.com/go-openapi/spec v0.20.8 // indirect
361
+ github.com/go-openapi/strfmt v0.21.3 // indirect
359
362
github.com/go-openapi/swag v0.22.3 // indirect
360
- github.com/go-openapi/validate v0.20.2 // indirect
363
+ github.com/go-openapi/validate v0.22.1 // indirect
361
364
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible // indirect
362
365
github.com/goccy/go-json v0.10.0 // indirect
363
366
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
@@ -455,6 +458,7 @@ require (
455
458
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
456
459
github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 // indirect
457
460
github.com/nwaples/rardecode v1.1.2 // indirect
461
+ github.com/oklog/ulid v1.3.1 // indirect
458
462
github.com/opencontainers/go-digest v1.0.0 // indirect
459
463
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
460
464
github.com/opencontainers/runc v1.1.6 // indirect
@@ -469,7 +473,7 @@ require (
469
473
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
470
474
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
471
475
github.com/pquerna/cachecontrol v0.1.0 // indirect
472
- github.com/prometheus/client_model v0.4 .0 // indirect
476
+ github.com/prometheus/client_model v0.3 .0 // indirect
473
477
github.com/prometheus/procfs v0.8.0 // indirect
474
478
github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 // indirect
475
479
github.com/rogpeppe/go-internal v1.10.0 // indirect
0 commit comments