Skip to content

Commit

Permalink
fix(deps): 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 Apr 27, 2024
1 parent 785bb5a commit b931574
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -7,7 +7,7 @@ require (
github.com/stretchr/testify v1.9.0
github.com/takama/daemon v1.0.0
github.com/urfave/cli v1.22.15
github.com/urfave/cli/v2 v2.27.1
github.com/urfave/cli/v2 v2.27.2
)

require (
Expand Down
1 change: 1 addition & 0 deletions go.sum
Expand Up @@ -118,6 +118,7 @@ github.com/urfave/cli/v2 v2.25.7/go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6S
github.com/urfave/cli/v2 v2.26.0/go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ=
github.com/urfave/cli/v2 v2.27.0/go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ=
github.com/urfave/cli/v2 v2.27.1/go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ=
github.com/urfave/cli/v2 v2.27.2/go.mod h1:g0+79LmHHATl7DAcHO99smiR/T7uGLw84w8Y42x+4eM=
golang.org/x/arch v0.0.0-20210923205945-b76863e36670/go.mod h1:5om86z9Hs0C8fWVUuoMHwpExlXzs5Tkyp9hOrfG7pp8=
golang.org/x/arch v0.5.0 h1:jpGode6huXQxcskEIpOCvrU+tzo81b6+oFLUYXWtH/Y=
golang.org/x/arch v0.5.0/go.mod h1:5om86z9Hs0C8fWVUuoMHwpExlXzs5Tkyp9hOrfG7pp8=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Expand Up @@ -138,7 +138,7 @@ github.com/ugorji/go/codec
# github.com/urfave/cli v1.22.15
## explicit; go 1.11
github.com/urfave/cli
# github.com/urfave/cli/v2 v2.27.1
# github.com/urfave/cli/v2 v2.27.2
## explicit; go 1.18
# golang.org/x/arch v0.7.0
## explicit; go 1.18
Expand Down

0 comments on commit b931574

Please sign in to comment.