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/Azure/go-autorest v10.15.3+incompatible // indirect
|
|
|
|
github.com/Microsoft/go-winio v0.4.3 // indirect
|
|
|
|
github.com/NYTimes/gziphandler v1.0.1
|
2019-04-29 16:27:57 +00:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
|
2019-03-26 21:04:58 +00:00
|
|
|
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e
|
2019-06-19 12:50:48 +00:00
|
|
|
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878
|
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
|
|
|
|
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
|
2019-06-07 12:10:43 +00:00
|
|
|
github.com/envoyproxy/go-control-plane v0.8.0
|
2019-04-29 16:27:57 +00:00
|
|
|
github.com/go-ole/go-ole v1.2.1 // indirect
|
2019-03-26 21:04:58 +00:00
|
|
|
github.com/gogo/googleapis v1.1.0
|
2019-06-07 12:10:43 +00:00
|
|
|
github.com/gogo/protobuf v1.2.1
|
2019-07-24 21:06:39 +00:00
|
|
|
github.com/golang/protobuf v1.3.1
|
2020-04-15 22:05:11 +00:00
|
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
2019-03-26 21:04:58 +00:00
|
|
|
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf
|
2020-03-09 20:59:02 +00:00
|
|
|
github.com/google/tcpproxy v0.0.0-20180808230851-dfa16c61dad2
|
2020-02-11 01:08:47 +00:00
|
|
|
github.com/hashicorp/consul/api v1.4.0
|
|
|
|
github.com/hashicorp/consul/sdk v0.4.0
|
2020-03-30 20:05:27 +00:00
|
|
|
github.com/hashicorp/errwrap v1.0.0
|
2019-07-23 18:45:20 +00:00
|
|
|
github.com/hashicorp/go-bexpr v0.1.2
|
2019-03-26 21:04:58 +00:00
|
|
|
github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de
|
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.1
|
2020-02-10 21:13:53 +00:00
|
|
|
github.com/hashicorp/go-connlimit v0.2.0
|
2019-12-04 16:59:16 +00:00
|
|
|
github.com/hashicorp/go-discover v0.0.0-20191202160150-7ec2cfbda7a2
|
2020-01-28 23:50:41 +00:00
|
|
|
github.com/hashicorp/go-hclog v0.12.0
|
2019-10-16 16:10:12 +00:00
|
|
|
github.com/hashicorp/go-memdb v1.0.3
|
2019-06-19 12:50:48 +00:00
|
|
|
github.com/hashicorp/go-msgpack v0.5.5
|
2019-03-26 21:04:58 +00:00
|
|
|
github.com/hashicorp/go-multierror v1.0.0
|
2019-07-31 13:08:10 +00:00
|
|
|
github.com/hashicorp/go-raftchunking v0.6.1
|
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
|
|
|
|
github.com/hashicorp/go-uuid v1.0.1
|
2020-04-15 22:05:11 +00:00
|
|
|
github.com/hashicorp/go-version v1.2.0
|
2019-09-23 17:04:40 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.5.1
|
|
|
|
github.com/hashicorp/hcl v1.0.0
|
2019-03-26 21:04:58 +00:00
|
|
|
github.com/hashicorp/hil v0.0.0-20160711231837-1e86c6b523c5
|
2020-03-09 20:59:02 +00:00
|
|
|
github.com/hashicorp/memberlist v0.2.0
|
2019-03-26 21:04:58 +00:00
|
|
|
github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69
|
2020-01-20 12:58:02 +00:00
|
|
|
github.com/hashicorp/raft v1.1.2
|
2019-07-24 21:06:39 +00:00
|
|
|
github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea
|
2020-03-09 20:59:02 +00:00
|
|
|
github.com/hashicorp/serf v0.9.0
|
2019-09-23 17:04:40 +00:00
|
|
|
github.com/hashicorp/vault/api v1.0.4
|
2019-05-02 19:11:39 +00:00
|
|
|
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d
|
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
|
2020-02-10 20:14:27 +00:00
|
|
|
github.com/miekg/dns v1.1.26
|
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
|
|
|
|
github.com/mitchellh/mapstructure v1.1.2
|
2019-05-02 18:43:54 +00:00
|
|
|
github.com/mitchellh/reflectwalk v1.0.1
|
2019-06-19 12:50:48 +00:00
|
|
|
github.com/pascaldekloe/goe v0.1.0
|
2019-03-26 21:04:58 +00:00
|
|
|
github.com/pkg/errors v0.8.1
|
2020-04-15 22:05:11 +00:00
|
|
|
github.com/prometheus/client_golang v1.0.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
|
2019-03-26 21:04:58 +00:00
|
|
|
github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880
|
|
|
|
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
|
2020-04-15 22:05:11 +00:00
|
|
|
github.com/sirupsen/logrus v1.4.2 // indirect
|
2020-01-28 23:50:41 +00:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2020-04-15 22:05:11 +00:00
|
|
|
go.opencensus.io v0.22.0 // indirect
|
2019-12-16 21:31:27 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4
|
|
|
|
golang.org/x/net v0.0.0-20190923162816-aa69164e4478
|
2019-06-07 12:10:43 +00:00
|
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
2020-01-28 23:50:41 +00:00
|
|
|
golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9
|
2019-09-23 17:04:40 +00:00
|
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
|
2020-04-15 22:05:11 +00:00
|
|
|
google.golang.org/api v0.7.0 // indirect
|
|
|
|
google.golang.org/appengine v1.6.0 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20190530194941-fb225487d101 // indirect
|
2019-08-14 14:41:27 +00:00
|
|
|
google.golang.org/grpc v1.23.0
|
2019-04-26 17:49:28 +00:00
|
|
|
gopkg.in/square/go-jose.v2 v2.3.1
|
|
|
|
k8s.io/api v0.0.0-20190325185214-7544f9db76f6
|
|
|
|
k8s.io/apimachinery v0.0.0-20190223001710-c182ff3b9841
|
|
|
|
k8s.io/client-go v8.0.0+incompatible
|
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
|