@@ -3,15 +3,25 @@ module github.com/seatgeek/resec
3
3
go 1.13
4
4
5
5
require (
6
+ github.com/armon/go-metrics v0.3.6 // indirect
6
7
github.com/bep/debounce v1.2.0
8
+ github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
7
9
github.com/d4l3k/messagediff v1.2.1 // indirect
10
+ github.com/fatih/color v1.10.0 // indirect
8
11
github.com/go-redis/redis v6.15.9+incompatible
9
- github.com/hashicorp/consul/api v1.6.0
12
+ github.com/hashicorp/consul/api v1.8.1
13
+ github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
14
+ github.com/hashicorp/go-hclog v0.15.0 // indirect
15
+ github.com/hashicorp/go-immutable-radix v1.3.0 // indirect
16
+ github.com/hashicorp/golang-lru v0.5.4 // indirect
10
17
github.com/jpillora/backoff v1.0.0
18
+ github.com/mitchellh/mapstructure v1.4.1 // indirect
11
19
github.com/onsi/ginkgo v1.14.0 // indirect
12
- github.com/seatgeek/logrus-gelf-formatter v0.0.0-20180829220724-ce23ecb3f367
13
- github.com/sirupsen/logrus v1.6.0
20
+ github.com/russross/blackfriday/v2 v2.1.0 // indirect
21
+ github.com/seatgeek/logrus-gelf-formatter v0.0.0-20210219220335-367fa274be2c
22
+ github.com/sirupsen/logrus v1.8.1
14
23
github.com/stretchr/testify v1.6.1
24
+ github.com/urfave/cli/v2 v2.3.0
25
+ golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 // indirect
15
26
gopkg.in/d4l3k/messagediff.v1 v1.2.1
16
- gopkg.in/urfave/cli.v1 v1.20.0
17
27
)
0 commit comments