Skip to content

Commit ca0daab

Browse files
Bump github.com/hashicorp/vault from 1.16.3 to 1.20.2
Bumps [github.com/hashicorp/vault](https://github.com/hashicorp/vault) from 1.16.3 to 1.20.2. - [Release notes](https://github.com/hashicorp/vault/releases) - [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md) - [Commits](hashicorp/vault@v1.16.3...v1.20.2) --- updated-dependencies: - dependency-name: github.com/hashicorp/vault dependency-version: 1.20.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c143a49 commit ca0daab

File tree

2 files changed

+206
-807
lines changed

2 files changed

+206
-807
lines changed

go.mod

Lines changed: 59 additions & 147 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/blablacar/terraform-provider-vaultprov
22

3-
go 1.23.0
4-
5-
toolchain go1.24.1
3+
go 1.24.4
64

75
require (
86
github.com/hashicorp/terraform-plugin-docs v0.17.0
@@ -11,203 +9,117 @@ require (
119
github.com/hashicorp/terraform-plugin-go v0.20.0
1210
github.com/hashicorp/terraform-plugin-log v0.9.0
1311
github.com/hashicorp/terraform-plugin-testing v1.6.0
14-
github.com/hashicorp/vault v1.16.3
15-
github.com/hashicorp/vault/api v1.12.0
12+
github.com/hashicorp/vault v1.20.2
13+
github.com/hashicorp/vault/api v1.20.0
1614
github.com/mitchellh/mapstructure v1.5.0
1715
)
1816

1917
require (
20-
cloud.google.com/go/compute/metadata v0.3.0 // indirect
21-
cloud.google.com/go/iam v1.1.5 // indirect
22-
cloud.google.com/go/kms v1.15.6 // indirect
23-
cloud.google.com/go/monitoring v1.17.0 // indirect
24-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.1 // indirect
25-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.1 // indirect
26-
github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.1 // indirect
27-
github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys v0.10.0 // indirect
28-
github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.7.1 // indirect
29-
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
30-
github.com/Azure/go-autorest/autorest v0.11.29 // indirect
31-
github.com/Azure/go-autorest/autorest/adal v0.9.23 // indirect
32-
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
33-
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
34-
github.com/Azure/go-autorest/logger v0.2.1 // indirect
35-
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
36-
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.1 // indirect
37-
github.com/DataDog/datadog-go v4.8.3+incompatible // indirect
18+
dario.cat/mergo v1.0.2 // indirect
3819
github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
3920
github.com/Masterminds/goutils v1.1.1 // indirect
40-
github.com/Masterminds/semver/v3 v3.2.1 // indirect
41-
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
42-
github.com/Microsoft/go-winio v0.6.1 // indirect
43-
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
21+
github.com/Masterminds/semver/v3 v3.3.1 // indirect
22+
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
23+
github.com/ProtonMail/go-crypto v1.2.0 // indirect
4424
github.com/agext/levenshtein v1.2.2 // indirect
45-
github.com/aliyun/alibaba-cloud-sdk-go v1.62.676 // indirect
4625
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
47-
github.com/armon/go-metrics v0.4.1 // indirect
4826
github.com/armon/go-radix v1.0.0 // indirect
4927
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
50-
github.com/aws/aws-sdk-go v1.50.13 // indirect
51-
github.com/beorn7/perks v1.0.1 // indirect
52-
github.com/bgentry/speakeasy v0.1.0 // indirect
53-
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
54-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
55-
github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible // indirect
56-
github.com/circonus-labs/circonusllhist v0.1.5 // indirect
57-
github.com/cloudflare/circl v1.6.1 // indirect
58-
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
59-
github.com/distribution/reference v0.6.0 // indirect
60-
github.com/docker/docker v25.0.6+incompatible // indirect
61-
github.com/docker/go-connections v0.5.0 // indirect
62-
github.com/docker/go-units v0.5.0 // indirect
63-
github.com/fatih/color v1.16.0 // indirect
64-
github.com/felixge/httpsnoop v1.0.4 // indirect
65-
github.com/go-jose/go-jose/v3 v3.0.4 // indirect
66-
github.com/go-logr/logr v1.4.1 // indirect
28+
github.com/bgentry/speakeasy v0.2.0 // indirect
29+
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
30+
github.com/cloudflare/circl v1.6.2-0.20250618153321-aa837fd1539d // indirect
31+
github.com/fatih/color v1.18.0 // indirect
32+
github.com/go-jose/go-jose/v4 v4.1.1 // indirect
33+
github.com/go-logr/logr v1.4.2 // indirect
6734
github.com/go-logr/stdr v1.2.2 // indirect
68-
github.com/go-openapi/analysis v0.21.4 // indirect
69-
github.com/go-openapi/errors v0.20.4 // indirect
70-
github.com/go-openapi/jsonpointer v0.20.0 // indirect
71-
github.com/go-openapi/jsonreference v0.20.2 // indirect
72-
github.com/go-openapi/loads v0.21.2 // indirect
73-
github.com/go-openapi/runtime v0.26.0 // indirect
74-
github.com/go-openapi/spec v0.20.9 // indirect
75-
github.com/go-openapi/strfmt v0.21.7 // indirect
76-
github.com/go-openapi/swag v0.22.4 // indirect
77-
github.com/go-openapi/validate v0.22.2 // indirect
78-
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible // indirect
79-
github.com/gogo/protobuf v1.3.2 // indirect
80-
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
81-
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
82-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
35+
github.com/go-openapi/analysis v0.23.0 // indirect
36+
github.com/go-openapi/errors v0.22.0 // indirect
37+
github.com/go-openapi/jsonpointer v0.21.0 // indirect
38+
github.com/go-openapi/jsonreference v0.21.0 // indirect
39+
github.com/go-openapi/loads v0.22.0 // indirect
40+
github.com/go-openapi/runtime v0.28.0 // indirect
41+
github.com/go-openapi/spec v0.21.0 // indirect
42+
github.com/go-openapi/strfmt v0.23.0 // indirect
43+
github.com/go-openapi/swag v0.23.0 // indirect
44+
github.com/go-openapi/validate v0.24.0 // indirect
8345
github.com/golang/protobuf v1.5.4 // indirect
84-
github.com/golang/snappy v0.0.4 // indirect
85-
github.com/google/go-cmp v0.6.0 // indirect
86-
github.com/google/go-metrics-stackdriver v0.2.0 // indirect
87-
github.com/google/s2a-go v0.1.7 // indirect
46+
github.com/google/go-cmp v0.7.0 // indirect
8847
github.com/google/uuid v1.6.0 // indirect
89-
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
90-
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
91-
github.com/hashicorp/cli v1.1.6 // indirect
48+
github.com/hashicorp/cli v1.1.7 // indirect
9249
github.com/hashicorp/errwrap v1.1.0 // indirect
9350
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
9451
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
9552
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
9653
github.com/hashicorp/go-hclog v1.6.3 // indirect
97-
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
98-
github.com/hashicorp/go-kms-wrapping/entropy/v2 v2.0.1 // indirect
99-
github.com/hashicorp/go-kms-wrapping/v2 v2.0.16 // indirect
100-
github.com/hashicorp/go-kms-wrapping/wrappers/aead/v2 v2.0.9 // indirect
101-
github.com/hashicorp/go-kms-wrapping/wrappers/alicloudkms/v2 v2.0.3 // indirect
102-
github.com/hashicorp/go-kms-wrapping/wrappers/awskms/v2 v2.0.9 // indirect
103-
github.com/hashicorp/go-kms-wrapping/wrappers/azurekeyvault/v2 v2.0.11 // indirect
104-
github.com/hashicorp/go-kms-wrapping/wrappers/gcpckms/v2 v2.0.12 // indirect
105-
github.com/hashicorp/go-kms-wrapping/wrappers/ocikms/v2 v2.0.7 // indirect
106-
github.com/hashicorp/go-kms-wrapping/wrappers/transit/v2 v2.0.11 // indirect
10754
github.com/hashicorp/go-multierror v1.1.1 // indirect
108-
github.com/hashicorp/go-plugin v1.6.0 // indirect
109-
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
55+
github.com/hashicorp/go-plugin v1.6.1 // indirect
56+
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
11057
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
111-
github.com/hashicorp/go-secure-stdlib/awsutil v0.3.0 // indirect
112-
github.com/hashicorp/go-secure-stdlib/mlock v0.1.3 // indirect
113-
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.8 // indirect
114-
github.com/hashicorp/go-secure-stdlib/plugincontainer v0.3.0 // indirect
58+
github.com/hashicorp/go-secure-stdlib/parseutil v0.2.0 // indirect
11559
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
116-
github.com/hashicorp/go-secure-stdlib/tlsutil v0.1.3 // indirect
117-
github.com/hashicorp/go-sockaddr v1.0.6 // indirect
60+
github.com/hashicorp/go-sockaddr v1.0.7 // indirect
11861
github.com/hashicorp/go-uuid v1.0.3 // indirect
119-
github.com/hashicorp/go-version v1.6.0 // indirect
120-
github.com/hashicorp/golang-lru v1.0.2 // indirect
62+
github.com/hashicorp/go-version v1.7.0 // indirect
12163
github.com/hashicorp/hc-install v0.6.2 // indirect
122-
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
64+
github.com/hashicorp/hcl v1.0.1-vault-7 // indirect
12365
github.com/hashicorp/hcl/v2 v2.19.1 // indirect
124-
github.com/hashicorp/hcp-sdk-go v0.75.0 // indirect
66+
github.com/hashicorp/hcp-sdk-go v0.138.0 // indirect
12567
github.com/hashicorp/logutils v1.0.0 // indirect
12668
github.com/hashicorp/terraform-exec v0.20.0 // indirect
12769
github.com/hashicorp/terraform-json v0.20.0 // indirect
12870
github.com/hashicorp/terraform-plugin-sdk/v2 v2.30.0 // indirect
12971
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
13072
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
131-
github.com/hashicorp/vault-hcp-lib v0.0.0-20240402205111-2312b38227ab // indirect
132-
github.com/hashicorp/vault/sdk v0.11.0 // indirect
133-
github.com/hashicorp/yamux v0.1.1 // indirect
134-
github.com/huandu/xstrings v1.4.0 // indirect
135-
github.com/imdario/mergo v0.3.16 // indirect
136-
github.com/jmespath/go-jmespath v0.4.0 // indirect
73+
github.com/hashicorp/vault-hcp-lib v0.0.0-20250306185756-615fe2449b16 // indirect
74+
github.com/hashicorp/yamux v0.1.2 // indirect
75+
github.com/huandu/xstrings v1.5.0 // indirect
76+
github.com/jhump/protoreflect v1.16.0 // indirect
13777
github.com/josharian/intern v1.0.0 // indirect
138-
github.com/joshlf/go-acl v0.0.0-20200411065538-eae00ae38531 // indirect
139-
github.com/json-iterator/go v1.1.12 // indirect
140-
github.com/kylelemons/godebug v1.1.0 // indirect
141-
github.com/mailru/easyjson v0.7.7 // indirect
142-
github.com/mattn/go-colorable v0.1.13 // indirect
78+
github.com/mailru/easyjson v0.9.0 // indirect
79+
github.com/mattn/go-colorable v0.1.14 // indirect
14380
github.com/mattn/go-isatty v0.0.20 // indirect
144-
github.com/mattn/go-runewidth v0.0.9 // indirect
81+
github.com/mattn/go-runewidth v0.0.13 // indirect
14582
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
14683
github.com/mitchellh/copystructure v1.2.0 // indirect
14784
github.com/mitchellh/go-homedir v1.1.0 // indirect
14885
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
14986
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
15087
github.com/mitchellh/reflectwalk v1.0.2 // indirect
151-
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
152-
github.com/modern-go/reflect2 v1.0.2 // indirect
153-
github.com/natefinch/atomic v1.0.1 // indirect
15488
github.com/oklog/run v1.1.0 // indirect
15589
github.com/oklog/ulid v1.3.1 // indirect
156-
github.com/opencontainers/go-digest v1.0.0 // indirect
157-
github.com/opencontainers/image-spec v1.1.0-rc6 // indirect
15890
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b // indirect
159-
github.com/oracle/oci-go-sdk/v60 v60.0.0 // indirect
160-
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
161-
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
162-
github.com/pkg/errors v0.9.1 // indirect
163-
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
16491
github.com/posener/complete v1.2.3 // indirect
165-
github.com/prometheus/client_golang v1.18.0 // indirect
166-
github.com/prometheus/client_model v0.5.0 // indirect
167-
github.com/prometheus/common v0.46.0 // indirect
168-
github.com/prometheus/procfs v0.12.0 // indirect
92+
github.com/rivo/uniseg v0.4.4 // indirect
16993
github.com/russross/blackfriday v1.6.0 // indirect
17094
github.com/ryanuber/go-glob v1.0.0 // indirect
171-
github.com/shopspring/decimal v1.3.1 // indirect
95+
github.com/shopspring/decimal v1.4.0 // indirect
17296
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
173-
github.com/sony/gobreaker v0.5.0 // indirect
174-
github.com/spf13/cast v1.6.0 // indirect
175-
github.com/stretchr/testify v1.9.0 // indirect
176-
github.com/tv42/httpunix v0.0.0-20191220191345-2ba4b9c3382c // indirect
97+
github.com/spf13/cast v1.7.1 // indirect
17798
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
17899
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
179100
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
180101
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
181102
github.com/yuin/goldmark v1.6.0 // indirect
182103
github.com/yuin/goldmark-meta v1.1.0 // indirect
183104
github.com/zclconf/go-cty v1.14.1 // indirect
184-
go.mongodb.org/mongo-driver v1.13.1 // indirect
185-
go.opencensus.io v0.24.0 // indirect
186-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47.0 // indirect
187-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0 // indirect
188-
go.opentelemetry.io/otel v1.24.0 // indirect
189-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.22.0 // indirect
190-
go.opentelemetry.io/otel/metric v1.24.0 // indirect
191-
go.opentelemetry.io/otel/trace v1.24.0 // indirect
192-
go.uber.org/atomic v1.11.0 // indirect
193-
golang.org/x/crypto v0.36.0 // indirect
194-
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
195-
golang.org/x/mod v0.17.0 // indirect
196-
golang.org/x/net v0.38.0 // indirect
197-
golang.org/x/oauth2 v0.27.0 // indirect
198-
golang.org/x/sync v0.12.0 // indirect
199-
golang.org/x/sys v0.31.0 // indirect
200-
golang.org/x/text v0.23.0 // indirect
201-
golang.org/x/time v0.5.0 // indirect
202-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
203-
google.golang.org/api v0.163.0 // indirect
105+
go.mongodb.org/mongo-driver v1.17.3 // indirect
106+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
107+
go.opentelemetry.io/otel v1.35.0 // indirect
108+
go.opentelemetry.io/otel/metric v1.35.0 // indirect
109+
go.opentelemetry.io/otel/trace v1.35.0 // indirect
110+
golang.org/x/crypto v0.40.0 // indirect
111+
golang.org/x/exp v0.0.0-20250711185948-6ae5c78190dc // indirect
112+
golang.org/x/mod v0.26.0 // indirect
113+
golang.org/x/net v0.42.0 // indirect
114+
golang.org/x/oauth2 v0.30.0 // indirect
115+
golang.org/x/sync v0.16.0 // indirect
116+
golang.org/x/sys v0.34.0 // indirect
117+
golang.org/x/text v0.27.0 // indirect
118+
golang.org/x/time v0.12.0 // indirect
204119
google.golang.org/appengine v1.6.8 // indirect
205-
google.golang.org/genproto v0.0.0-20240125205218-1f4bbc51befe // indirect
206-
google.golang.org/genproto/googleapis/api v0.0.0-20240125205218-1f4bbc51befe // indirect
207-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe // indirect
208-
google.golang.org/grpc v1.61.1 // indirect
209-
google.golang.org/protobuf v1.34.1 // indirect
210-
gopkg.in/ini.v1 v1.67.0 // indirect
120+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect
121+
google.golang.org/grpc v1.72.2 // indirect
122+
google.golang.org/protobuf v1.36.6 // indirect
211123
gopkg.in/yaml.v2 v2.4.0 // indirect
212124
gopkg.in/yaml.v3 v3.0.1 // indirect
213125
)

0 commit comments

Comments
 (0)