diff --git a/go.mod b/go.mod index d263812..c860818 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/gin-gonic/gin v1.10.0 github.com/stretchr/testify v1.9.0 github.com/takama/daemon v1.0.0 - github.com/urfave/cli v1.22.15 + github.com/urfave/cli/v2 v2.27.2 github.com/urfave/cli/v2 v2.27.2 )