From 1bc7fa63588c48d30cc0450c8949ee1b11c77072 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 14:31:49 +0000 Subject: [PATCH] fix(deps): update module github.com/urfave/cli to v2 --- go.mod | 1 + go.sum | 1 + vendor/modules.txt | 2 ++ 3 files changed, 4 insertions(+) diff --git a/go.mod b/go.mod index 8820a97a2c..7d0c768496 100644 --- a/go.mod +++ b/go.mod @@ -60,6 +60,7 @@ require ( github.com/sirupsen/logrus v1.9.3 github.com/stretchr/testify v1.8.4 github.com/urfave/cli v1.22.13 + github.com/urfave/cli/v2 v2.27.1 golang.org/x/mod v0.13.0 golang.org/x/net v0.20.0 golang.org/x/sys v0.16.0 diff --git a/go.sum b/go.sum index 7ecfb639ac..d5959ca40f 100644 --- a/go.sum +++ b/go.sum @@ -1324,6 +1324,7 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75/go.mod h1 github.com/urfave/cli v1.22.5/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0= github.com/urfave/cli v1.22.13 h1:wsLILXG8qCJNse/qAgLNf23737Cx05GflHg/PJGe1Ok= github.com/urfave/cli v1.22.13/go.mod h1:VufqObjsMTF2BBwKawpx9R8eAneNEWhoO0yx8Vd+FkE= +github.com/urfave/cli/v2 v2.27.1/go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ= github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad/go.mod h1:Hy8o65+MXnS6EwGElrSRjUzQDLXreJlzYLlWiHtt8hM= github.com/xhit/go-str2duration v1.2.0/go.mod h1:3cPSlfZlUHVlneIVfePFWcJZsuwf+P1v2SRTV4cUmp4= github.com/xhit/go-str2duration/v2 v2.1.0/go.mod h1:ohY8p+0f07DiV6Em5LKB0s2YpLtXVyJfNt1+BlmyAsU= diff --git a/vendor/modules.txt b/vendor/modules.txt index 042a796b76..71b37b6b71 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -465,6 +465,8 @@ github.com/stretchr/testify/require # github.com/urfave/cli v1.22.13 ## explicit; go 1.11 github.com/urfave/cli +# github.com/urfave/cli/v2 v2.27.1 +## explicit; go 1.18 # github.com/yusufpapurcu/wmi v1.2.3 ## explicit; go 1.16 github.com/yusufpapurcu/wmi