From 8f28e51abec563fc2e21c61c6249b234c7a0b8ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 07:37:11 +0000 Subject: [PATCH] fix(deps): update module github.com/urfave/cli/v2 to v2.27.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 725d839..fabdcb4 100644 --- a/go.mod +++ b/go.mod @@ -10,8 +10,9 @@ require ( github.com/go-logr/logr v1.3.0 github.com/go-logr/zapr v1.3.0 github.com/prometheus/client_golang v1.19.0 + github.com/prometheus/common v0.48.0 github.com/stretchr/testify v1.8.4 - github.com/urfave/cli/v2 v2.24.4 + github.com/urfave/cli/v2 v2.27.1 github.com/vshn/provider-cloudscale v0.5.0 github.com/vshn/provider-exoscale v0.8.1 go.uber.org/zap v1.26.0 @@ -68,7 +69,6 @@ require ( github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/prometheus/client_model v0.5.0 // indirect - github.com/prometheus/common v0.48.0 // indirect github.com/prometheus/procfs v0.12.0 // indirect github.com/russross/blackfriday/v2 v2.1.0 // indirect github.com/spf13/afero v1.9.3 // indirect diff --git a/go.sum b/go.sum index f6a4d69..9bc7125 100644 --- a/go.sum +++ b/go.sum @@ -404,8 +404,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= -github.com/urfave/cli/v2 v2.24.4 h1:0gyJJEBYtCV87zI/x2nZCPyDxD51K6xM8SkwjHFCNEU= -github.com/urfave/cli/v2 v2.24.4/go.mod h1:GHupkWPMM0M/sj1a2b4wUrWBPzazNrIjouW6fmdJLxc= +github.com/urfave/cli/v2 v2.27.1 h1:8xSQ6szndafKVRmfyeUMxkNUJQMjL1F2zmsZ+qHpfho= +github.com/urfave/cli/v2 v2.27.1/go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ= github.com/vshn/provider-cloudscale v0.5.0 h1:C5Cv5MZXLaC4qOQ0B6WTBGiyndQMiDMbhTelF7cJuzw= github.com/vshn/provider-cloudscale v0.5.0/go.mod h1:TaiT6RLZoQwsHeHNLyLmWBPEJTlBRRcHISeRkkt0WKc= github.com/vshn/provider-exoscale v0.8.1 h1:jYAADQl1ngTeUajKtbqicmRrBHVr1gmf8WkcBkfRtIo=