2019-03-26 21:04:58 +00:00
|
|
|
module github.com/hashicorp/consul
|
|
|
|
|
2020-03-10 19:46:09 +00:00
|
|
|
go 1.13
|
2019-03-26 21:04:58 +00:00
|
|
|
|
|
|
|
replace github.com/hashicorp/consul/api => ./api
|
|
|
|
|
2019-03-27 12:54:56 +00:00
|
|
|
replace github.com/hashicorp/consul/sdk => ./sdk
|
2019-03-26 21:04:58 +00:00
|
|
|
|
2019-12-12 16:15:05 +00:00
|
|
|
replace launchpad.net/gocheck => github.com/go-check/check v0.0.0-20140225173054-eb6ee6f84d0a
|
2019-12-04 16:59:16 +00:00
|
|
|
|
2019-03-26 21:04:58 +00:00
|
|
|
require (
|
|
|
|
github.com/Microsoft/go-winio v0.4.3 // indirect
|
|
|
|
github.com/NYTimes/gziphandler v1.0.1
|
|
|
|
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e
|
2021-06-14 21:11:17 +00:00
|
|
|
github.com/armon/go-metrics v0.3.9
|
2019-08-26 19:22:28 +00:00
|
|
|
github.com/armon/go-radix v1.0.0
|
2019-12-04 16:59:16 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.25.41
|
2019-03-26 21:04:58 +00:00
|
|
|
github.com/coredns/coredns v1.1.2
|
2020-05-12 01:59:29 +00:00
|
|
|
github.com/coreos/go-oidc v2.1.0+incompatible
|
2019-03-26 21:04:58 +00:00
|
|
|
github.com/digitalocean/godo v1.10.0 // indirect
|
|
|
|
github.com/docker/go-connections v0.3.0
|
|
|
|
github.com/elazarl/go-bindata-assetfs v0.0.0-20160803192304-e1a2a7ec64b0
|
2020-06-23 20:19:56 +00:00
|
|
|
github.com/envoyproxy/go-control-plane v0.9.5
|
2020-09-15 20:16:17 +00:00
|
|
|
github.com/frankban/quicktest v1.11.0 // indirect
|
2020-05-04 14:59:48 +00:00
|
|
|
github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d
|
2020-06-09 18:23:35 +00:00
|
|
|
github.com/golang/protobuf v1.3.5
|
2020-09-25 17:40:44 +00:00
|
|
|
github.com/google/go-cmp v0.5.2
|
2020-04-15 22:05:11 +00:00
|
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
2020-09-25 17:40:44 +00:00
|
|
|
github.com/google/gofuzz v1.2.0
|
2021-06-07 17:00:51 +00:00
|
|
|
github.com/google/pprof v0.0.0-20210601050228-01bbb1931b22
|
2020-03-09 20:59:02 +00:00
|
|
|
github.com/google/tcpproxy v0.0.0-20180808230851-dfa16c61dad2
|
2020-11-24 22:33:00 +00:00
|
|
|
github.com/hashicorp/consul/api v1.8.0
|
|
|
|
github.com/hashicorp/consul/sdk v0.7.0
|
2019-07-23 18:45:20 +00:00
|
|
|
github.com/hashicorp/go-bexpr v0.1.2
|
2020-09-16 14:34:28 +00:00
|
|
|
github.com/hashicorp/go-checkpoint v0.5.0
|
2019-03-26 21:04:58 +00:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.1
|
2020-07-03 07:25:07 +00:00
|
|
|
github.com/hashicorp/go-connlimit v0.3.0
|
2020-05-04 14:59:48 +00:00
|
|
|
github.com/hashicorp/go-discover v0.0.0-20200501174627-ad1e96bde088
|
2020-09-25 17:46:38 +00:00
|
|
|
github.com/hashicorp/go-hclog v0.14.1
|
2021-01-28 22:19:55 +00:00
|
|
|
github.com/hashicorp/go-memdb v1.3.1
|
2019-06-19 12:50:48 +00:00
|
|
|
github.com/hashicorp/go-msgpack v0.5.5
|
2020-05-04 16:39:08 +00:00
|
|
|
github.com/hashicorp/go-multierror v1.1.0
|
2019-07-31 13:08:10 +00:00
|
|
|
github.com/hashicorp/go-raftchunking v0.6.1
|
2020-09-15 19:45:29 +00:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.6.7 // indirect
|
2019-09-23 17:04:40 +00:00
|
|
|
github.com/hashicorp/go-sockaddr v1.0.2
|
2019-03-26 21:04:58 +00:00
|
|
|
github.com/hashicorp/go-syslog v1.0.0
|
2020-05-12 01:59:29 +00:00
|
|
|
github.com/hashicorp/go-uuid v1.0.2
|
2020-10-07 21:17:55 +00:00
|
|
|
github.com/hashicorp/go-version v1.2.1
|
2020-03-19 13:11:20 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
2019-09-23 17:04:40 +00:00
|
|
|
github.com/hashicorp/hcl v1.0.0
|
2020-09-30 19:56:40 +00:00
|
|
|
github.com/hashicorp/hil v0.0.0-20200423225030-a18a1cd20038
|
2021-04-14 19:17:52 +00:00
|
|
|
github.com/hashicorp/mdns v1.0.4 // indirect
|
2021-04-30 21:44:35 +00:00
|
|
|
github.com/hashicorp/memberlist v0.2.4
|
2019-03-26 21:04:58 +00:00
|
|
|
github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69
|
2021-04-30 21:44:35 +00:00
|
|
|
github.com/hashicorp/raft v1.3.1
|
2021-05-27 16:59:14 +00:00
|
|
|
github.com/hashicorp/raft-autopilot v0.1.5
|
2019-07-24 21:06:39 +00:00
|
|
|
github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea
|
2021-06-09 21:11:53 +00:00
|
|
|
github.com/hashicorp/serf v0.9.6-0.20210609195804-2b5dd0cd2de9
|
2020-09-15 19:45:29 +00:00
|
|
|
github.com/hashicorp/vault/api v1.0.5-0.20200717191844-f687267c8086
|
2020-10-09 12:05:46 +00:00
|
|
|
github.com/hashicorp/yamux v0.0.0-20200609203250-aecfd211c9ce
|
2019-05-01 23:39:31 +00:00
|
|
|
github.com/imdario/mergo v0.3.6
|
2020-04-15 22:05:11 +00:00
|
|
|
github.com/joyent/triton-go v1.7.1-0.20200416154420-6801d15b779f // indirect
|
|
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
2019-03-26 21:04:58 +00:00
|
|
|
github.com/kr/text v0.1.0
|
2021-04-14 19:17:52 +00:00
|
|
|
github.com/miekg/dns v1.1.41
|
2020-03-26 19:27:34 +00:00
|
|
|
github.com/mitchellh/cli v1.1.0
|
2019-07-24 21:06:39 +00:00
|
|
|
github.com/mitchellh/copystructure v1.0.0
|
2020-04-24 22:18:56 +00:00
|
|
|
github.com/mitchellh/go-testing-interface v1.14.0
|
2019-03-26 21:04:58 +00:00
|
|
|
github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452
|
2020-12-22 17:34:32 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.4.1-0.20210112042008-8ebf2d61a8b4
|
2020-05-12 01:59:29 +00:00
|
|
|
github.com/mitchellh/pointerstructure v1.0.0
|
2019-05-02 18:43:54 +00:00
|
|
|
github.com/mitchellh/reflectwalk v1.0.1
|
2020-05-12 01:59:29 +00:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2020-09-15 19:45:29 +00:00
|
|
|
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
|
2019-03-26 21:04:58 +00:00
|
|
|
github.com/pkg/errors v0.8.1
|
2020-05-12 01:59:29 +00:00
|
|
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
|
2020-07-23 18:37:33 +00:00
|
|
|
github.com/prometheus/client_golang v1.4.0
|
2020-04-24 22:34:47 +00:00
|
|
|
github.com/rboyer/safeio v0.2.1
|
2019-09-23 17:04:40 +00:00
|
|
|
github.com/ryanuber/columnize v2.1.0+incompatible
|
2020-11-07 01:48:38 +00:00
|
|
|
github.com/shirou/gopsutil/v3 v3.20.10
|
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-04-15 22:05:11 +00:00
|
|
|
go.opencensus.io v0.22.0 // indirect
|
2020-09-25 17:46:38 +00:00
|
|
|
go.uber.org/goleak v1.1.10
|
2021-06-14 16:38:42 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
|
2021-04-14 19:17:52 +00:00
|
|
|
golang.org/x/net v0.0.0-20210410081132-afb366fc7cd1
|
2020-05-12 01:59:29 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
2021-04-14 19:17:52 +00:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
|
|
golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44
|
2020-09-15 19:45:29 +00:00
|
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
|
2020-06-24 16:40:16 +00:00
|
|
|
golang.org/x/tools v0.0.0-20200513154647-78b527d18275 // indirect
|
2020-06-09 20:03:05 +00:00
|
|
|
google.golang.org/api v0.9.0 // indirect
|
2020-04-15 22:05:11 +00:00
|
|
|
google.golang.org/appengine v1.6.0 // indirect
|
2021-04-29 18:54:05 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55
|
2020-06-23 20:19:56 +00:00
|
|
|
google.golang.org/grpc v1.25.1
|
2020-09-15 19:45:29 +00:00
|
|
|
gopkg.in/square/go-jose.v2 v2.5.1
|
2020-05-04 14:59:48 +00:00
|
|
|
k8s.io/api v0.16.9
|
|
|
|
k8s.io/apimachinery v0.16.9
|
|
|
|
k8s.io/client-go v0.16.9
|
2019-03-26 21:04:58 +00:00
|
|
|
)
|
2020-01-31 18:57:54 +00:00
|
|
|
|
|
|
|
replace istio.io/gogo-genproto v0.0.0-20190124151557-6d926a6e6feb => github.com/istio/gogo-genproto v0.0.0-20190124151557-6d926a6e6feb
|