Skip to content

Commit

Permalink
Merge pull request #56 from seatgeek/urfave-cliv2
Browse files Browse the repository at this point in the history
Urfave CLI v2
  • Loading branch information
burdandrei authored Mar 21, 2021
2 parents f91dc3c + a17c86d commit db0044d
Show file tree
Hide file tree
Showing 6 changed files with 219 additions and 125 deletions.
18 changes: 14 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,25 @@ 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.6.0
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/seatgeek/logrus-gelf-formatter v0.0.0-20180829220724-ce23ecb3f367
github.com/sirupsen/logrus v1.6.0
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
gopkg.in/urfave/cli.v1 v1.20.0
)
Loading

0 comments on commit db0044d

Please sign in to comment.