From 9aabd2c8b10f497dee7eaa67072a287d4b72cd31 Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 10 Oct 2022 00:00:56 +0000 Subject: [PATCH] chore(deps): update module github.com/urfave/cli/v2 to v2.19.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3db864d..476103a 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.19.2 go.uber.org/zap v1.23.0 )