forked from YotpoLtd/resec
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathgo.mod
27 lines (25 loc) · 1.04 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
module github.com/seatgeek/resec
go 1.13
require (
github.com/armon/go-metrics v0.3.6 // indirect
github.com/bep/debounce v1.2.0
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/d4l3k/messagediff v1.2.1 // indirect
github.com/fatih/color v1.10.0 // indirect
github.com/go-redis/redis v6.15.9+incompatible
github.com/hashicorp/consul/api v1.8.1
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-hclog v0.15.0 // indirect
github.com/hashicorp/go-immutable-radix v1.3.0 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/jpillora/backoff v1.0.0
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/onsi/ginkgo v1.14.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/seatgeek/logrus-gelf-formatter v0.0.0-20210219220335-367fa274be2c
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.6.1
github.com/urfave/cli/v2 v2.3.0
golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 // indirect
gopkg.in/d4l3k/messagediff.v1 v1.2.1
)