Skip to content

Commit db0044d

Browse files
authored
Merge pull request #56 from seatgeek/urfave-cliv2
Urfave CLI v2
2 parents f91dc3c + a17c86d commit db0044d

File tree

6 files changed

+219
-125
lines changed

6 files changed

+219
-125
lines changed

go.mod

+14-4
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,25 @@ module github.com/seatgeek/resec
33
go 1.13
44

55
require (
6+
github.com/armon/go-metrics v0.3.6 // indirect
67
github.com/bep/debounce v1.2.0
8+
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
79
github.com/d4l3k/messagediff v1.2.1 // indirect
10+
github.com/fatih/color v1.10.0 // indirect
811
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
1017
github.com/jpillora/backoff v1.0.0
18+
github.com/mitchellh/mapstructure v1.4.1 // indirect
1119
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
1423
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
1526
gopkg.in/d4l3k/messagediff.v1 v1.2.1
16-
gopkg.in/urfave/cli.v1 v1.20.0
1727
)

0 commit comments

Comments
 (0)