diff --git a/go.mod b/go.mod index 3db864d..fd1f68c 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/uptrace/bun/dialect/pgdialect v1.1.8 github.com/uptrace/bun/driver/pgdriver v1.1.8 github.com/uptrace/bun/extra/bunotel v1.1.8 - github.com/urfave/cli/v2 v2.17.1 + github.com/urfave/cli/v2 v2.20.2 go.uber.org/zap v1.23.0 )