forked from hashicorp/consul-esm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (30 loc) · 1.21 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
32
module github.com/hashicorp/consul-esm
go 1.16
require (
github.com/Microsoft/go-winio v0.4.5 // indirect
github.com/armon/go-metrics v0.3.9
github.com/fatih/color v1.12.0 // indirect
github.com/go-ping/ping v0.0.0-20210506233800-ff8be3320020
github.com/hashicorp/consul v1.6.1
github.com/hashicorp/consul/api v1.10.1
github.com/hashicorp/consul/sdk v0.8.0
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-hclog v0.16.2
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/go-multierror v1.1.0
github.com/hashicorp/go-retryablehttp v0.6.3 // 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/golang-lru v0.5.4 // indirect
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/serf v0.9.5
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mitchellh/cli v1.1.0
github.com/mitchellh/hashstructure v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.4.1
github.com/prometheus/client_golang v1.4.0
github.com/stretchr/testify v1.4.0
golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e // indirect
google.golang.org/grpc v1.25.0 // indirect
)