diff --git a/go.mod b/go.mod index f4fa6e5..c67ca33 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/joho/godotenv v1.3.0 github.com/mattn/go-zglob v0.0.1 github.com/sirupsen/logrus v1.3.0 - github.com/urfave/cli v1.20.0 + github.com/urfave/cli/v2 v2.3.0 golang.org/x/net v0.0.0-20190110200230-915654e7eabc // indirect golang.org/x/text v0.3.0 // indirect )