diff --git a/go.mod b/go.mod index f4a8c94..f5b2656 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/drone/drone-template-lib v1.0.0 github.com/joho/godotenv v1.5.1 github.com/slack-go/slack v0.12.2 - github.com/urfave/cli v1.22.14 + github.com/urfave/cli/v2 v2.25.7 github.com/urfave/cli/v2 v2.25.7 gotest.tools/v3 v3.5.0 )