From 9d86e2ba8caba80f68ef00143ef74f2aa95f70fe Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 17 Oct 2022 00:00:52 +0000 Subject: [PATCH] chore(deps): update module github.com/urfave/cli/v2 to v2.20.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )