Skip to content

Commit 4ccfec2

Browse files
build(deps): bump golang.org/x/sys
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20211013075003-97ac67df715c to 0.40.0. - [Commits](https://github.com/golang/sys/commits/v0.40.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9c4eea1 commit 4ccfec2

File tree

2 files changed

+102
-18
lines changed

2 files changed

+102
-18
lines changed

go.mod

Lines changed: 100 additions & 15 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.24.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
2724
github.com/google/go-cmp v0.5.6
28-
github.com/google/go-querystring v1.0.0 // indirect
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
@@ -42,7 +38,6 @@ require (
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
4641
github.com/hashicorp/go-sockaddr v1.0.2
4742
github.com/hashicorp/go-syslog v1.0.0
4843
github.com/hashicorp/go-uuid v1.0.2
@@ -53,15 +48,12 @@ require (
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
5953
github.com/hashicorp/vault/api v1.0.5-0.20200717191844-f687267c8086
6054
github.com/hashicorp/vault/sdk v0.1.14-0.20200519221838-e0cfd64bc267
6155
github.com/hashicorp/yamux v0.0.0-20210826001029-26ff87cf9493
6256
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
6557
github.com/kr/text v0.2.0
6658
github.com/miekg/dns v1.1.41
6759
github.com/mitchellh/cli v1.1.0
@@ -72,25 +64,20 @@ require (
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
8272
github.com/stretchr/testify v1.7.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
8675
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
8776
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
8877
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
8978
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
90-
golang.org/x/sys v0.0.0-20211013075003-97ac67df715c
79+
golang.org/x/sys v0.40.0
9180
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
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,102 @@ 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/Microsoft/go-winio v0.4.3 // indirect
105+
github.com/StackExchange/wmi v1.2.1 // indirect
106+
github.com/beorn7/perks v1.0.1 // indirect
107+
github.com/bgentry/speakeasy v0.1.0 // indirect
108+
github.com/boltdb/bolt v1.3.1 // indirect
109+
github.com/census-instrumentation/opencensus-proto v0.2.1 // indirect
110+
github.com/cespare/xxhash/v2 v2.1.1 // indirect
111+
github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible // indirect
112+
github.com/circonus-labs/circonusllhist v0.1.3 // indirect
113+
github.com/cncf/udpa/go v0.0.0-20200313221541-5f7e5dd04533 // indirect
114+
github.com/davecgh/go-spew v1.1.1 // indirect
115+
github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661 // indirect
116+
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
117+
github.com/digitalocean/godo v1.10.0 // indirect
118+
github.com/dimchansky/utfbom v1.1.0 // indirect
119+
github.com/envoyproxy/protoc-gen-validate v0.1.0 // indirect
120+
github.com/fatih/color v1.9.0 // indirect
121+
github.com/frankban/quicktest v1.11.0 // indirect
122+
github.com/go-ole/go-ole v1.2.6 // indirect
123+
github.com/golang/snappy v0.0.1 // indirect
124+
github.com/google/btree v1.0.0 // indirect
125+
github.com/google/go-querystring v1.0.0 // indirect
126+
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
127+
github.com/googleapis/gnostic v0.2.0 // indirect
128+
github.com/gophercloud/gophercloud v0.1.0 // indirect
129+
github.com/hashicorp/errwrap v1.0.0 // indirect
130+
github.com/hashicorp/go-immutable-radix v1.3.0 // indirect
131+
github.com/hashicorp/go-msgpack v0.5.5 // indirect
132+
github.com/hashicorp/go-retryablehttp v0.6.7 // indirect
133+
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
134+
github.com/hashicorp/mdns v1.0.4 // indirect
135+
github.com/hashicorp/raft-boltdb v0.0.0-20211202195631-7d34b9fb3f42 // indirect
136+
github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 // indirect
137+
github.com/jmespath/go-jmespath v0.4.0 // indirect
138+
github.com/joyent/triton-go v1.7.1-0.20200416154420-6801d15b779f // indirect
139+
github.com/json-iterator/go v1.1.9 // indirect
140+
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
141+
github.com/linode/linodego v0.7.1 // indirect
142+
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
143+
github.com/mattn/go-colorable v0.1.6 // indirect
144+
github.com/mattn/go-isatty v0.0.12 // indirect
145+
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
146+
github.com/mitchellh/go-homedir v1.1.0 // indirect
147+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
148+
github.com/modern-go/reflect2 v1.0.1 // indirect
149+
github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 // indirect
150+
github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c // indirect
151+
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
152+
github.com/pmezard/go-difflib v1.0.0 // indirect
153+
github.com/posener/complete v1.2.3 // indirect
154+
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
155+
github.com/prometheus/client_model v0.2.0 // indirect
156+
github.com/prometheus/common v0.9.1 // indirect
157+
github.com/prometheus/procfs v0.0.8 // indirect
158+
github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 // indirect
159+
github.com/ryanuber/go-glob v1.0.0 // indirect
160+
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
161+
github.com/sirupsen/logrus v1.4.2 // indirect
162+
github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d // indirect
163+
github.com/spf13/pflag v1.0.5 // indirect
164+
github.com/stretchr/objx v0.1.1 // indirect
165+
github.com/tencentcloud/tencentcloud-sdk-go v1.0.162 // indirect
166+
github.com/tklauser/go-sysconf v0.3.9 // indirect
167+
github.com/tklauser/numcpus v0.3.0 // indirect
168+
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 // indirect
169+
github.com/vmware/govmomi v0.18.0 // indirect
170+
go.opencensus.io v0.22.0 // indirect
171+
golang.org/x/lint v0.0.0-20190930215403-16217165b5de // indirect
172+
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
173+
golang.org/x/text v0.3.6 // indirect
174+
golang.org/x/tools v0.0.0-20210106214847-113979e3529a // indirect
175+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
176+
google.golang.org/api v0.9.0 // indirect
177+
google.golang.org/appengine v1.6.0 // indirect
178+
gopkg.in/inf.v0 v0.9.1 // indirect
179+
gopkg.in/resty.v1 v1.12.0 // indirect
180+
gopkg.in/yaml.v2 v2.2.8 // indirect
181+
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
182+
k8s.io/klog v1.0.0 // indirect
183+
k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89 // indirect
184+
sigs.k8s.io/structured-merge-diff/v3 v3.0.0 // indirect
185+
sigs.k8s.io/yaml v1.2.0 // indirect
186+
)
187+
103188
replace istio.io/gogo-genproto v0.0.0-20190124151557-6d926a6e6feb => github.com/istio/gogo-genproto v0.0.0-20190124151557-6d926a6e6feb

go.sum

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ github.com/boltdb/bolt v1.3.1 h1:JQmyP4ZBrce+ZQu0dY660FMfatumYDLun9hBCUVIkF4=
7979
github.com/boltdb/bolt v1.3.1/go.mod h1:clJnj/oiGkjum5o1McbSZDSLxVThjynRyGBgiAx27Ps=
8080
github.com/census-instrumentation/opencensus-proto v0.2.1 h1:glEXhBS5PSLLv4IXzLA5yPRVX4bilULVyxxbrfOtDAk=
8181
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
82-
github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=
8382
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
8483
github.com/cespare/xxhash/v2 v2.1.1 h1:6MnRN8NT7+YBpUIWxHtefFZOKTAPgGjpQSxqLNn0+qY=
8584
github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
@@ -570,7 +569,6 @@ golang.org/x/lint v0.0.0-20190409202823-959b441ac422/go.mod h1:6SW0HCj/g11FgYtHl
570569
golang.org/x/lint v0.0.0-20190930215403-16217165b5de h1:5hukYrvBGR8/eNkX5mdUezrA6JiaEZDtJb9Ei+1LlBs=
571570
golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
572571
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
573-
golang.org/x/mod v0.3.0 h1:RM4zey1++hCTbCVQfnWeKs9/IEsaBLA8vTkd0WVtmH4=
574572
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
575573
golang.org/x/net v0.0.0-20170114055629-f2499483f923/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
576574
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
@@ -650,8 +648,9 @@ golang.org/x/sys v0.0.0-20210303074136-134d130e1a04/go.mod h1:h1NjWce9XRLGQEsW7w
650648
golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
651649
golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
652650
golang.org/x/sys v0.0.0-20210816074244-15123e1e1f71/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
653-
golang.org/x/sys v0.0.0-20211013075003-97ac67df715c h1:taxlMj0D/1sOAuv/CbSD+MMDof2vbyPTqz5FNYKpXt8=
654651
golang.org/x/sys v0.0.0-20211013075003-97ac67df715c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
652+
golang.org/x/sys v0.40.0 h1:DBZZqJ2Rkml6QMQsZywtnjnnGvHza6BTfYFWY9kjEWQ=
653+
golang.org/x/sys v0.40.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
655654
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 h1:v+OssWQX+hTHEmOBgwxdZxK4zHq3yOs8F9J7mk0PY8E=
656655
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
657656
golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=

0 commit comments

Comments
 (0)