Skip to content

Commit 137ee97

Browse files
build(deps): bump github.com/hashicorp/vault/api
Bumps [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault) from 1.0.5-0.20200717191844-f687267c8086 to 1.22.0. - [Release notes](https://github.com/hashicorp/vault/releases) - [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG-v1.10-v1.15.md) - [Commits](https://github.com/hashicorp/vault/commits/api/v1.22.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/vault/api dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9c4eea1 commit 137ee97

File tree

2 files changed

+213
-75
lines changed

2 files changed

+213
-75
lines changed

go.mod

Lines changed: 122 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/consul
22

3-
go 1.13
3+
go 1.23.0
44

55
replace github.com/hashicorp/consul/api => ./api
66

@@ -9,23 +9,19 @@ replace github.com/hashicorp/consul/sdk => ./sdk
99
replace launchpad.net/gocheck => github.com/go-check/check v0.0.0-20140225173054-eb6ee6f84d0a
1010

1111
require (
12-
github.com/Microsoft/go-winio v0.4.3 // indirect
1312
github.com/NYTimes/gziphandler v1.0.1
1413
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e
1514
github.com/armon/go-metrics v0.3.10
1615
github.com/armon/go-radix v1.0.0
1716
github.com/aws/aws-sdk-go v1.42.34
1817
github.com/coredns/coredns v1.1.2
1918
github.com/coreos/go-oidc v2.1.0+incompatible
20-
github.com/digitalocean/godo v1.10.0 // indirect
2119
github.com/docker/go-connections v0.3.0
2220
github.com/elazarl/go-bindata-assetfs v0.0.0-20160803192304-e1a2a7ec64b0
2321
github.com/envoyproxy/go-control-plane v0.9.5
24-
github.com/frankban/quicktest v1.11.0 // indirect
2522
github.com/gogo/protobuf v1.3.2
2623
github.com/golang/protobuf v1.3.5
27-
github.com/google/go-cmp v0.5.6
28-
github.com/google/go-querystring v1.0.0 // indirect
24+
github.com/google/go-cmp v0.6.0
2925
github.com/google/gofuzz v1.2.0
3026
github.com/google/pprof v0.0.0-20210601050228-01bbb1931b22
3127
github.com/google/tcpproxy v0.0.0-20180808230851-dfa16c61dad2
@@ -35,62 +31,53 @@ require (
3531
github.com/hashicorp/consul/sdk v0.8.0
3632
github.com/hashicorp/go-bexpr v0.1.2
3733
github.com/hashicorp/go-checkpoint v0.5.0
38-
github.com/hashicorp/go-cleanhttp v0.5.1
34+
github.com/hashicorp/go-cleanhttp v0.5.2
3935
github.com/hashicorp/go-connlimit v0.3.0
4036
github.com/hashicorp/go-discover v0.0.0-20210818145131-c573d69da192
41-
github.com/hashicorp/go-hclog v0.14.1
37+
github.com/hashicorp/go-hclog v1.6.3
4238
github.com/hashicorp/go-memdb v1.3.2
4339
github.com/hashicorp/go-multierror v1.1.1
4440
github.com/hashicorp/go-raftchunking v0.6.2
45-
github.com/hashicorp/go-retryablehttp v0.6.7 // indirect
46-
github.com/hashicorp/go-sockaddr v1.0.2
41+
github.com/hashicorp/go-sockaddr v1.0.7
4742
github.com/hashicorp/go-syslog v1.0.0
4843
github.com/hashicorp/go-uuid v1.0.2
4944
github.com/hashicorp/go-version v1.2.1
5045
github.com/hashicorp/golang-lru v0.5.4
51-
github.com/hashicorp/hcl v1.0.0
46+
github.com/hashicorp/hcl v1.0.1-vault-7
5247
github.com/hashicorp/hil v0.0.0-20200423225030-a18a1cd20038
5348
github.com/hashicorp/memberlist v0.3.1
5449
github.com/hashicorp/raft v1.3.5
5550
github.com/hashicorp/raft-autopilot v0.1.5
56-
github.com/hashicorp/raft-boltdb v0.0.0-20211202195631-7d34b9fb3f42 // indirect
5751
github.com/hashicorp/raft-boltdb/v2 v2.2.0
5852
github.com/hashicorp/serf v0.9.7
59-
github.com/hashicorp/vault/api v1.0.5-0.20200717191844-f687267c8086
53+
github.com/hashicorp/vault/api v1.22.0
6054
github.com/hashicorp/vault/sdk v0.1.14-0.20200519221838-e0cfd64bc267
6155
github.com/hashicorp/yamux v0.0.0-20210826001029-26ff87cf9493
62-
github.com/imdario/mergo v0.3.6
63-
github.com/joyent/triton-go v1.7.1-0.20200416154420-6801d15b779f // indirect
64-
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
56+
github.com/imdario/mergo v0.3.11
6557
github.com/kr/text v0.2.0
6658
github.com/miekg/dns v1.1.41
67-
github.com/mitchellh/cli v1.1.0
59+
github.com/mitchellh/cli v1.1.5
6860
github.com/mitchellh/copystructure v1.0.0
6961
github.com/mitchellh/go-testing-interface v1.14.0
7062
github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452
71-
github.com/mitchellh/mapstructure v1.4.1
63+
github.com/mitchellh/mapstructure v1.5.0
7264
github.com/mitchellh/pointerstructure v1.2.1
7365
github.com/mitchellh/reflectwalk v1.0.1
7466
github.com/patrickmn/go-cache v2.1.0+incompatible
75-
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
7667
github.com/pkg/errors v0.9.1
77-
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
7868
github.com/prometheus/client_golang v1.4.0
7969
github.com/rboyer/safeio v0.2.1
8070
github.com/ryanuber/columnize v2.1.2+incompatible
8171
github.com/shirou/gopsutil/v3 v3.21.10
82-
github.com/stretchr/testify v1.7.0
72+
github.com/stretchr/testify v1.10.0
8373
go.etcd.io/bbolt v1.3.5
84-
go.opencensus.io v0.22.0 // indirect
8574
go.uber.org/goleak v1.1.10
86-
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
87-
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
75+
golang.org/x/crypto v0.40.0
76+
golang.org/x/net v0.42.0
8877
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
89-
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
90-
golang.org/x/sys v0.0.0-20211013075003-97ac67df715c
91-
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
92-
google.golang.org/api v0.9.0 // indirect
93-
google.golang.org/appengine v1.6.0 // indirect
78+
golang.org/x/sync v0.16.0
79+
golang.org/x/sys v0.34.0
80+
golang.org/x/time v0.12.0
9481
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55
9582
google.golang.org/grpc v1.25.1
9683
gopkg.in/square/go-jose.v2 v2.5.1
@@ -100,4 +87,110 @@ require (
10087
k8s.io/client-go v0.18.2
10188
)
10289

90+
require (
91+
cloud.google.com/go v0.38.0 // indirect
92+
github.com/Azure/azure-sdk-for-go v44.0.0+incompatible // indirect
93+
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
94+
github.com/Azure/go-autorest/autorest v0.11.0 // indirect
95+
github.com/Azure/go-autorest/autorest/adal v0.9.0 // indirect
96+
github.com/Azure/go-autorest/autorest/azure/auth v0.5.0 // indirect
97+
github.com/Azure/go-autorest/autorest/azure/cli v0.4.0 // indirect
98+
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
99+
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
100+
github.com/Azure/go-autorest/autorest/validation v0.3.0 // indirect
101+
github.com/Azure/go-autorest/logger v0.2.0 // indirect
102+
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
103+
github.com/DataDog/datadog-go v3.2.0+incompatible // indirect
104+
github.com/Masterminds/goutils v1.1.1 // indirect
105+
github.com/Masterminds/semver/v3 v3.1.1 // indirect
106+
github.com/Masterminds/sprig/v3 v3.2.1 // indirect
107+
github.com/Microsoft/go-winio v0.4.3 // indirect
108+
github.com/StackExchange/wmi v1.2.1 // indirect
109+
github.com/beorn7/perks v1.0.1 // indirect
110+
github.com/bgentry/speakeasy v0.1.0 // indirect
111+
github.com/boltdb/bolt v1.3.1 // indirect
112+
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
113+
github.com/census-instrumentation/opencensus-proto v0.2.1 // indirect
114+
github.com/cespare/xxhash/v2 v2.1.1 // indirect
115+
github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible // indirect
116+
github.com/circonus-labs/circonusllhist v0.1.3 // indirect
117+
github.com/cncf/udpa/go v0.0.0-20200313221541-5f7e5dd04533 // indirect
118+
github.com/davecgh/go-spew v1.1.1 // indirect
119+
github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661 // indirect
120+
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
121+
github.com/digitalocean/godo v1.10.0 // indirect
122+
github.com/dimchansky/utfbom v1.1.0 // indirect
123+
github.com/envoyproxy/protoc-gen-validate v0.1.0 // indirect
124+
github.com/fatih/color v1.18.0 // indirect
125+
github.com/go-jose/go-jose/v4 v4.1.1 // indirect
126+
github.com/go-ole/go-ole v1.2.6 // indirect
127+
github.com/google/btree v1.0.0 // indirect
128+
github.com/google/go-querystring v1.0.0 // indirect
129+
github.com/google/uuid v1.1.2 // indirect
130+
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
131+
github.com/googleapis/gnostic v0.2.0 // indirect
132+
github.com/gophercloud/gophercloud v0.1.0 // indirect
133+
github.com/hashicorp/errwrap v1.1.0 // indirect
134+
github.com/hashicorp/go-immutable-radix v1.3.0 // indirect
135+
github.com/hashicorp/go-msgpack v0.5.5 // indirect
136+
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
137+
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
138+
github.com/hashicorp/go-secure-stdlib/parseutil v0.2.0 // indirect
139+
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
140+
github.com/hashicorp/mdns v1.0.4 // indirect
141+
github.com/hashicorp/raft-boltdb v0.0.0-20211202195631-7d34b9fb3f42 // indirect
142+
github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 // indirect
143+
github.com/huandu/xstrings v1.3.2 // indirect
144+
github.com/jmespath/go-jmespath v0.4.0 // indirect
145+
github.com/joyent/triton-go v1.7.1-0.20200416154420-6801d15b779f // indirect
146+
github.com/json-iterator/go v1.1.9 // indirect
147+
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
148+
github.com/kr/pretty v0.2.1 // indirect
149+
github.com/linode/linodego v0.7.1 // indirect
150+
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
151+
github.com/mattn/go-colorable v0.1.14 // indirect
152+
github.com/mattn/go-isatty v0.0.20 // indirect
153+
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
154+
github.com/mitchellh/go-homedir v1.1.0 // indirect
155+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
156+
github.com/modern-go/reflect2 v1.0.1 // indirect
157+
github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 // indirect
158+
github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c // indirect
159+
github.com/pmezard/go-difflib v1.0.0 // indirect
160+
github.com/posener/complete v1.2.3 // indirect
161+
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
162+
github.com/prometheus/client_model v0.2.0 // indirect
163+
github.com/prometheus/common v0.9.1 // indirect
164+
github.com/prometheus/procfs v0.0.8 // indirect
165+
github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 // indirect
166+
github.com/ryanuber/go-glob v1.0.0 // indirect
167+
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
168+
github.com/shopspring/decimal v1.2.0 // indirect
169+
github.com/sirupsen/logrus v1.4.2 // indirect
170+
github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d // indirect
171+
github.com/spf13/cast v1.3.1 // indirect
172+
github.com/spf13/pflag v1.0.5 // indirect
173+
github.com/stretchr/objx v0.5.2 // indirect
174+
github.com/tencentcloud/tencentcloud-sdk-go v1.0.162 // indirect
175+
github.com/tklauser/go-sysconf v0.3.9 // indirect
176+
github.com/tklauser/numcpus v0.3.0 // indirect
177+
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 // indirect
178+
github.com/vmware/govmomi v0.18.0 // indirect
179+
go.opencensus.io v0.22.0 // indirect
180+
golang.org/x/lint v0.0.0-20190930215403-16217165b5de // indirect
181+
golang.org/x/term v0.33.0 // indirect
182+
golang.org/x/text v0.27.0 // indirect
183+
golang.org/x/tools v0.34.0 // indirect
184+
google.golang.org/api v0.9.0 // indirect
185+
google.golang.org/appengine v1.6.0 // indirect
186+
gopkg.in/inf.v0 v0.9.1 // indirect
187+
gopkg.in/resty.v1 v1.12.0 // indirect
188+
gopkg.in/yaml.v2 v2.3.0 // indirect
189+
gopkg.in/yaml.v3 v3.0.1 // indirect
190+
k8s.io/klog v1.0.0 // indirect
191+
k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89 // indirect
192+
sigs.k8s.io/structured-merge-diff/v3 v3.0.0 // indirect
193+
sigs.k8s.io/yaml v1.2.0 // indirect
194+
)
195+
103196
replace istio.io/gogo-genproto v0.0.0-20190124151557-6d926a6e6feb => github.com/istio/gogo-genproto v0.0.0-20190124151557-6d926a6e6feb

0 commit comments

Comments
 (0)