update urfave/cli to 1.22.2

This commit is contained in:
Adam Tran
2020-01-02 16:32:11 -05:00
parent 196c393da4
commit af9fdad1d9
2 changed files with 10 additions and 2 deletions

3
go.mod
View File

@@ -5,10 +5,9 @@ require (
github.com/coreos/go-semver v0.2.0
github.com/joho/godotenv v1.3.0
github.com/sirupsen/logrus v1.3.0
github.com/urfave/cli v1.20.0
github.com/urfave/cli v1.22.2
golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e // indirect
golang.org/x/text v0.3.0 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)
go 1.13