From bed9a2a367c9362c3602950dc10560a6584bf2ee Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 22 Feb 2021 09:18:33 +0000 Subject: [PATCH] Update module github.com/urfave/cli to v2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ae4c463..7ead8c3 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,6 @@ go 1.12 require ( github.com/aws/aws-sdk-go v1.29.33 - github.com/urfave/cli v1.22.5 + github.com/urfave/cli/v2/v2 v2.3.0 github.com/y13i/metrin v0.0.6 )