Skip to content

Commit

Permalink
Update module github.com/urfave/cli to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 25, 2023
1 parent 8dec979 commit 0568b0f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/masahiro331/go-mvn-version v0.0.0-20210429150710-d3157d602a08
github.com/samber/lo v1.38.1
github.com/stretchr/testify v1.8.4
github.com/urfave/cli v1.22.14
github.com/urfave/cli/v2 v2.25.7
go.etcd.io/bbolt v1.3.7
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
golang.org/x/text v0.13.0
Expand All @@ -26,7 +26,10 @@ require (
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
)

require gopkg.in/yaml.v2 v2.4.0
require (
github.com/urfave/cli v1.22.14
gopkg.in/yaml.v2 v2.4.0
)

require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
Expand Down

0 comments on commit 0568b0f

Please sign in to comment.