forked from hashicorp/consul-esm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (29 loc) · 1.18 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module github.com/hashicorp/consul-esm
go 1.13
require (
github.com/Microsoft/go-winio v0.4.5 // indirect
github.com/armon/go-metrics v0.3.4
github.com/hashicorp/consul v1.6.1
github.com/hashicorp/consul/api v1.2.0
github.com/hashicorp/consul/sdk v0.4.0
github.com/hashicorp/go-hclog v0.15.0
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.0.0
github.com/hashicorp/go-retryablehttp v0.6.3 // indirect
github.com/hashicorp/go-rootcerts v1.0.1 // indirect
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
github.com/hashicorp/go-uuid v1.0.1
github.com/hashicorp/go-version v1.2.0
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/serf v0.8.4
github.com/miekg/dns v1.1.22 // indirect
github.com/mitchellh/cli v1.0.0
github.com/mitchellh/hashstructure v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/prometheus/client_golang v1.4.0
github.com/sparrc/go-ping v0.0.0-20190613174326-4e5b6552494c
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc // indirect
golang.org/x/net v0.0.0-20191003171128-d98b1b443823 // indirect
google.golang.org/grpc v1.25.0 // indirect
)