@@ -10,7 +10,7 @@ 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.23.3
13
+ go 1.23.6
14
14
15
15
replace github.com/hashicorp/vault/api => ./api
16
16
@@ -60,7 +60,7 @@ require (
60
60
github.com/docker/docker v27.2.1+incompatible
61
61
github.com/duosecurity/duo_api_golang v0.0.0-20190308151101-6c680f768e74
62
62
github.com/dustin/go-humanize v1.0.1
63
- github.com/fatih/color v1.17 .0
63
+ github.com/fatih/color v1.18 .0
64
64
github.com/fatih/structs v1.1.0
65
65
github.com/gammazero/workerpool v1.1.3
66
66
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
@@ -75,12 +75,12 @@ require (
75
75
github.com/golang-jwt/jwt/v4 v4.5.1
76
76
github.com/golang/protobuf v1.5.4
77
77
github.com/google/certificate-transparency-go v1.3.1
78
- github.com/google/go-cmp v0.6 .0
78
+ github.com/google/go-cmp v0.7 .0
79
79
github.com/google/go-github v17.0.0+incompatible
80
80
github.com/google/go-metrics-stackdriver v0.2.0
81
81
github.com/hashicorp/cap v0.7.0
82
82
github.com/hashicorp/cap/ldap v0.0.0-20240403125925-c0418810d10e
83
- github.com/hashicorp/cli v1.1.6
83
+ github.com/hashicorp/cli v1.1.7
84
84
github.com/hashicorp/consul-template v0.39.1
85
85
github.com/hashicorp/consul/api v1.29.1
86
86
github.com/hashicorp/errwrap v1.1.0
@@ -126,14 +126,14 @@ require (
126
126
github.com/hashicorp/hcl/v2 v2.16.2
127
127
github.com/hashicorp/hcp-link v0.2.1
128
128
github.com/hashicorp/hcp-scada-provider v0.2.2
129
- github.com/hashicorp/hcp-sdk-go v0.101 .0
129
+ github.com/hashicorp/hcp-sdk-go v0.138 .0
130
130
github.com/hashicorp/nomad/api v0.0.0-20240213164230-c364cb57298d
131
131
github.com/hashicorp/raft v1.7.1
132
132
github.com/hashicorp/raft-autopilot v0.3.0
133
133
github.com/hashicorp/raft-boltdb/v2 v2.3.0
134
134
github.com/hashicorp/raft-snapshot v1.0.4
135
135
github.com/hashicorp/raft-wal v0.4.0
136
- github.com/hashicorp/vault-hcp-lib v0.0.0-20240704151836-a5c058ac604c
136
+ github.com/hashicorp/vault-hcp-lib v0.0.0-20250306185756-615fe2449b16
137
137
github.com/hashicorp/vault-plugin-auth-alicloud v0.19.0
138
138
github.com/hashicorp/vault-plugin-auth-azure v0.19.2
139
139
github.com/hashicorp/vault-plugin-auth-cf v0.19.1
@@ -174,7 +174,7 @@ require (
174
174
github.com/klauspost/compress v1.17.11
175
175
github.com/kr/pretty v0.3.1
176
176
github.com/kr/text v0.2.0
177
- github.com/mattn/go-colorable v0.1.13
177
+ github.com/mattn/go-colorable v0.1.14
178
178
github.com/mattn/go-isatty v0.0.20
179
179
github.com/michaelklishin/rabbit-hole/v2 v2.12.0
180
180
github.com/mikesmitty/edkey v0.0.0-20170222072505-3356ea4e686a
@@ -210,20 +210,20 @@ require (
210
210
go.etcd.io/etcd/client/v2 v2.305.17
211
211
go.etcd.io/etcd/client/v3 v3.5.17
212
212
go.mongodb.org/atlas v0.37.0
213
- go.mongodb.org/mongo-driver v1.16.1
214
- go.opentelemetry.io/otel v1.31 .0
213
+ go.mongodb.org/mongo-driver v1.17.3
214
+ go.opentelemetry.io/otel v1.35 .0
215
215
go.opentelemetry.io/otel/sdk v1.31.0
216
- go.opentelemetry.io/otel/trace v1.31 .0
216
+ go.opentelemetry.io/otel/trace v1.35 .0
217
217
go.uber.org/atomic v1.11.0
218
218
go.uber.org/goleak v1.3.0
219
- golang.org/x/crypto v0.32 .0
219
+ golang.org/x/crypto v0.36 .0
220
220
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
221
221
golang.org/x/net v0.34.0
222
- golang.org/x/oauth2 v0.24 .0
223
- golang.org/x/sync v0.10 .0
224
- golang.org/x/sys v0.29 .0
225
- golang.org/x/term v0.28 .0
226
- golang.org/x/text v0.21 .0
222
+ golang.org/x/oauth2 v0.28 .0
223
+ golang.org/x/sync v0.12 .0
224
+ golang.org/x/sys v0.31 .0
225
+ golang.org/x/term v0.30 .0
226
+ golang.org/x/text v0.23 .0
227
227
golang.org/x/tools v0.29.0
228
228
google.golang.org/api v0.214.0
229
229
google.golang.org/grpc v1.69.4
@@ -256,6 +256,7 @@ require (
256
256
github.com/moby/sys/userns v0.1.0 // indirect
257
257
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
258
258
github.com/x448/float16 v0.8.4 // indirect
259
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
259
260
go.opentelemetry.io/contrib/detectors/gcp v1.31.0 // indirect
260
261
go.opentelemetry.io/otel/sdk/metric v1.31.0 // indirect
261
262
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
@@ -299,8 +300,8 @@ require (
299
300
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c // indirect
300
301
github.com/Masterminds/goutils v1.1.1 // indirect
301
302
github.com/Masterminds/semver v1.5.0 // indirect
302
- github.com/Masterminds/semver/v3 v3.2 .1 // indirect
303
- github.com/Masterminds/sprig/v3 v3.2.3 // indirect
303
+ github.com/Masterminds/semver/v3 v3.3 .1 // indirect
304
+ github.com/Masterminds/sprig/v3 v3.3.0 // indirect
304
305
github.com/Microsoft/go-winio v0.6.2 // indirect
305
306
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
306
307
github.com/agext/levenshtein v1.2.1 // indirect
@@ -453,7 +454,7 @@ require (
453
454
github.com/kylelemons/godebug v1.1.0 // indirect
454
455
github.com/linode/linodego v0.7.1 // indirect
455
456
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
456
- github.com/mailru/easyjson v0.7.7 // indirect
457
+ github.com/mailru/easyjson v0.9.0 // indirect
457
458
github.com/mattn/go-ieproxy v0.0.1 // indirect
458
459
github.com/mediocregopher/radix/v4 v4.1.4 // indirect
459
460
github.com/microsoft/kiota-abstractions-go v1.6.1 // indirect
@@ -499,7 +500,7 @@ require (
499
500
github.com/prometheus/client_model v0.6.1 // indirect
500
501
github.com/prometheus/procfs v0.15.1 // indirect
501
502
github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 // indirect
502
- github.com/rogpeppe/go-internal v1.12.0 // indirect
503
+ github.com/rogpeppe/go-internal v1.13.1 // indirect
503
504
github.com/segmentio/fasthash v1.0.3 // indirect
504
505
github.com/sergi/go-diff v1.3.1 // indirect
505
506
github.com/shopspring/decimal v1.4.0 // indirect
@@ -509,7 +510,7 @@ require (
509
510
github.com/snowflakedb/gosnowflake v1.11.0 // indirect
510
511
github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d // indirect
511
512
github.com/sony/gobreaker v0.5.0 // indirect
512
- github.com/spf13/cast v1.6.0 // indirect
513
+ github.com/spf13/cast v1.7.1 // indirect
513
514
github.com/spf13/pflag v1.0.5 // indirect
514
515
github.com/std-uritemplate/std-uritemplate/go v0.0.57 // indirect
515
516
github.com/stretchr/objx v0.5.2 // indirect
@@ -526,7 +527,7 @@ require (
526
527
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
527
528
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
528
529
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
529
- github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
530
+ github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
530
531
github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9 // indirect
531
532
github.com/yusufpapurcu/wmi v1.2.2 // indirect
532
533
github.com/zclconf/go-cty v1.12.1 // indirect
@@ -535,7 +536,7 @@ require (
535
536
go.opencensus.io v0.24.0 // indirect
536
537
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
537
538
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
538
- go.opentelemetry.io/otel/metric v1.31 .0 // indirect
539
+ go.opentelemetry.io/otel/metric v1.35 .0 // indirect
539
540
go.uber.org/multierr v1.11.0 // indirect
540
541
go.uber.org/zap v1.27.0 // indirect
541
542
golang.org/x/mod v0.22.0 // indirect
0 commit comments