2019-03-26 17:04:58 -04:00
|
|
|
module github.com/hashicorp/consul
|
|
|
|
|
2020-03-10 14:46:09 -05:00
|
|
|
go 1.13
|
2019-03-26 17:04:58 -04:00
|
|
|
|
|
|
|
replace github.com/hashicorp/consul/api => ./api
|
|
|
|
|
2019-03-27 08:54:56 -04:00
|
|
|
replace github.com/hashicorp/consul/sdk => ./sdk
|
2019-03-26 17:04:58 -04:00
|
|
|
|
2019-12-12 17:15:05 +01:00
|
|
|
replace launchpad.net/gocheck => github.com/go-check/check v0.0.0-20140225173054-eb6ee6f84d0a
|
2019-12-04 11:59:16 -05:00
|
|
|
|
2019-03-26 17:04:58 -04:00
|
|
|
require (
|
2022-03-30 12:51:56 -04:00
|
|
|
cloud.google.com/go v0.59.0 // indirect
|
2019-03-26 17:04:58 -04:00
|
|
|
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-10-21 13:33:01 -07:00
|
|
|
github.com/armon/go-metrics v0.3.10
|
2019-08-26 14:22:28 -05:00
|
|
|
github.com/armon/go-radix v1.0.0
|
2022-01-14 11:54:41 -05:00
|
|
|
github.com/aws/aws-sdk-go v1.42.34
|
2019-03-26 17:04:58 -04:00
|
|
|
github.com/coredns/coredns v1.1.2
|
2020-05-11 20:59:29 -05:00
|
|
|
github.com/coreos/go-oidc v2.1.0+incompatible
|
2019-03-26 17:04:58 -04: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
|
2022-03-30 12:51:56 -04:00
|
|
|
github.com/envoyproxy/go-control-plane v0.9.9
|
2020-09-15 13:16:17 -07:00
|
|
|
github.com/frankban/quicktest v1.11.0 // indirect
|
2022-02-21 11:36:52 -05:00
|
|
|
github.com/fsnotify/fsnotify v1.5.1
|
2022-03-28 17:17:50 -04:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2022-03-30 12:51:56 -04:00
|
|
|
github.com/golang/protobuf v1.4.3
|
2022-04-14 16:55:10 -04:00
|
|
|
github.com/google/go-cmp v0.5.7
|
2020-04-15 18:05:11 -04:00
|
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
2020-09-25 13:40:44 -04:00
|
|
|
github.com/google/gofuzz v1.2.0
|
2021-06-07 13:00:51 -04:00
|
|
|
github.com/google/pprof v0.0.0-20210601050228-01bbb1931b22
|
2020-03-09 15:59:02 -05:00
|
|
|
github.com/google/tcpproxy v0.0.0-20180808230851-dfa16c61dad2
|
2021-10-16 18:02:03 +01:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
|
2022-03-17 16:02:26 -07:00
|
|
|
github.com/hashicorp/consul-net-rpc v0.0.0-20220307172752-3602954411b4
|
2021-10-20 14:58:53 -04:00
|
|
|
github.com/hashicorp/consul/api v1.11.0
|
|
|
|
github.com/hashicorp/consul/sdk v0.8.0
|
2019-07-23 14:45:20 -04:00
|
|
|
github.com/hashicorp/go-bexpr v0.1.2
|
2020-09-16 07:34:28 -07:00
|
|
|
github.com/hashicorp/go-checkpoint v0.5.0
|
2019-03-26 17:04:58 -04:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.1
|
2020-07-03 09:25:07 +02:00
|
|
|
github.com/hashicorp/go-connlimit v0.3.0
|
2022-04-12 13:41:12 -05:00
|
|
|
github.com/hashicorp/go-discover v0.0.0-20220411141802-20db45f7f0f9
|
2020-09-25 13:46:38 -04:00
|
|
|
github.com/hashicorp/go-hclog v0.14.1
|
2022-01-13 10:54:36 -08:00
|
|
|
github.com/hashicorp/go-memdb v1.3.2
|
2022-01-13 17:41:15 +00:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1
|
2022-01-13 10:28:49 -08:00
|
|
|
github.com/hashicorp/go-raftchunking v0.6.2
|
2022-03-31 10:18:48 -05:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.6.7
|
2019-09-23 12:04:40 -05:00
|
|
|
github.com/hashicorp/go-sockaddr v1.0.2
|
2019-03-26 17:04:58 -04:00
|
|
|
github.com/hashicorp/go-syslog v1.0.0
|
2020-05-11 20:59:29 -05:00
|
|
|
github.com/hashicorp/go-uuid v1.0.2
|
2020-10-07 14:17:55 -07: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 12:04:40 -05:00
|
|
|
github.com/hashicorp/hcl v1.0.0
|
2020-09-30 12:56:40 -07:00
|
|
|
github.com/hashicorp/hil v0.0.0-20200423225030-a18a1cd20038
|
2022-01-12 12:00:18 -05:00
|
|
|
github.com/hashicorp/memberlist v0.3.1
|
2022-03-02 17:00:02 -06:00
|
|
|
github.com/hashicorp/raft v1.3.6
|
2022-04-07 10:48:48 -04:00
|
|
|
github.com/hashicorp/raft-autopilot v0.1.6
|
2021-12-02 16:45:45 -05:00
|
|
|
github.com/hashicorp/raft-boltdb v0.0.0-20211202195631-7d34b9fb3f42 // indirect
|
2022-03-30 11:38:44 -04:00
|
|
|
github.com/hashicorp/raft-boltdb/v2 v2.2.2
|
2022-01-18 13:03:22 -05:00
|
|
|
github.com/hashicorp/serf v0.9.7
|
2020-09-15 12:45:29 -07:00
|
|
|
github.com/hashicorp/vault/api v1.0.5-0.20200717191844-f687267c8086
|
2021-11-05 11:42:28 -05:00
|
|
|
github.com/hashicorp/vault/sdk v0.1.14-0.20200519221838-e0cfd64bc267
|
2021-08-25 19:46:12 -06:00
|
|
|
github.com/hashicorp/yamux v0.0.0-20210826001029-26ff87cf9493
|
2019-05-02 00:39:31 +01:00
|
|
|
github.com/imdario/mergo v0.3.6
|
2020-04-15 18:05:11 -04:00
|
|
|
github.com/joyent/triton-go v1.7.1-0.20200416154420-6801d15b779f // indirect
|
|
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
2022-01-14 12:35:00 -05:00
|
|
|
github.com/kr/text v0.2.0
|
2021-04-14 14:17:52 -05:00
|
|
|
github.com/miekg/dns v1.1.41
|
2020-03-26 15:27:34 -04:00
|
|
|
github.com/mitchellh/cli v1.1.0
|
2019-07-24 17:06:39 -04:00
|
|
|
github.com/mitchellh/copystructure v1.0.0
|
2020-04-24 17:18:56 -05:00
|
|
|
github.com/mitchellh/go-testing-interface v1.14.0
|
2019-03-26 17:04:58 -04:00
|
|
|
github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452
|
2022-02-25 15:46:34 -06:00
|
|
|
github.com/mitchellh/hashstructure/v2 v2.0.2
|
2022-01-14 11:56:26 -05:00
|
|
|
github.com/mitchellh/mapstructure v1.4.1
|
|
|
|
github.com/mitchellh/pointerstructure v1.2.1
|
2019-05-02 14:43:54 -04:00
|
|
|
github.com/mitchellh/reflectwalk v1.0.1
|
2020-05-11 20:59:29 -05:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2020-09-15 12:45:29 -07:00
|
|
|
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
|
2021-08-07 13:21:12 +01:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-05-11 20:59:29 -05:00
|
|
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
|
2020-07-23 11:37:33 -07:00
|
|
|
github.com/prometheus/client_golang v1.4.0
|
2020-04-24 17:34:47 -05:00
|
|
|
github.com/rboyer/safeio v0.2.1
|
2022-01-14 12:39:13 -05:00
|
|
|
github.com/ryanuber/columnize v2.1.2+incompatible
|
2021-11-16 15:40:11 -05:00
|
|
|
github.com/shirou/gopsutil/v3 v3.21.10
|
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-12-02 16:45:45 -05:00
|
|
|
go.etcd.io/bbolt v1.3.5
|
2020-09-25 13:46:38 -04:00
|
|
|
go.uber.org/goleak v1.1.10
|
2021-06-14 12:38:42 -04:00
|
|
|
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
|
2022-01-14 11:54:41 -05:00
|
|
|
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
|
2022-03-30 12:51:56 -04:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
2021-04-14 14:17:52 -05:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2022-04-14 16:55:10 -04:00
|
|
|
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
|
2020-09-15 12:45:29 -07:00
|
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
|
2022-03-30 12:51:56 -04:00
|
|
|
google.golang.org/genproto v0.0.0-20200623002339-fbb79eadd5eb
|
|
|
|
google.golang.org/grpc v1.36.0
|
|
|
|
google.golang.org/protobuf v1.25.0
|
2020-09-15 12:45:29 -07:00
|
|
|
gopkg.in/square/go-jose.v2 v2.5.1
|
2021-08-06 13:46:01 -04:00
|
|
|
gotest.tools/v3 v3.0.3
|
2021-09-16 12:31:22 -07:00
|
|
|
k8s.io/api v0.18.2
|
|
|
|
k8s.io/apimachinery v0.18.2
|
|
|
|
k8s.io/client-go v0.18.2
|
2019-03-26 17:04:58 -04:00
|
|
|
)
|
2020-01-31 13:57:54 -05:00
|
|
|
|
|
|
|
replace istio.io/gogo-genproto v0.0.0-20190124151557-6d926a6e6feb => github.com/istio/gogo-genproto v0.0.0-20190124151557-6d926a6e6feb
|