mirror of
https://codeberg.org/woodpecker-plugins/go-plugin.git
synced 2024-11-09 16:35:38 +01:00
fix(deps): update github.com/urfave/cli/v3 digest to cd7d34a (#32)
Reviewed-on: https://codeberg.org/woodpecker-plugins/go-plugin/pulls/32 Co-authored-by: woodpecker-bot <woodpecker-bot@obermui.de> Co-committed-by: woodpecker-bot <woodpecker-bot@obermui.de>
This commit is contained in:
parent
c79c27bb51
commit
2b17135e0c
2
go.mod
2
go.mod
@ -6,7 +6,7 @@ require (
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/rs/zerolog v1.33.0
|
||||
github.com/stretchr/testify v1.9.0
|
||||
github.com/urfave/cli/v3 v3.0.0-alpha9.0.20240817222500-3110c0e7401e
|
||||
github.com/urfave/cli/v3 v3.0.0-alpha9.0.20240825143536-cd7d34a171a0
|
||||
golang.org/x/net v0.28.0
|
||||
)
|
||||
|
||||
|
4
go.sum
4
go.sum
@ -17,8 +17,8 @@ github.com/rs/zerolog v1.33.0 h1:1cU2KZkvPxNyfgEmhHAz/1A9Bz+llsdYzklWFzgp0r8=
|
||||
github.com/rs/zerolog v1.33.0/go.mod h1:/7mN4D5sKwJLZQ2b/znpjC3/GQWY/xaDXUM0kKWRHss=
|
||||
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
|
||||
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
|
||||
github.com/urfave/cli/v3 v3.0.0-alpha9.0.20240817222500-3110c0e7401e h1:M6dLyOys+RUvA++CYiyLItvWSWj7cE/782douqMytv4=
|
||||
github.com/urfave/cli/v3 v3.0.0-alpha9.0.20240817222500-3110c0e7401e/go.mod h1:Z1ItyMma7t6I7zHG9OpbExhHQOSkFf/96n+mAZ9MtVI=
|
||||
github.com/urfave/cli/v3 v3.0.0-alpha9.0.20240825143536-cd7d34a171a0 h1:YFlNsEsMWtfv7EHRjDjt7zOhDa5UDi1MJvN8Y2gqH3E=
|
||||
github.com/urfave/cli/v3 v3.0.0-alpha9.0.20240825143536-cd7d34a171a0/go.mod h1:Z1ItyMma7t6I7zHG9OpbExhHQOSkFf/96n+mAZ9MtVI=
|
||||
golang.org/x/net v0.28.0 h1:a9JDOJc5GMUJ0+UDqmLT86WiEy7iWyIhz8gz8E4e5hE=
|
||||
golang.org/x/net v0.28.0/go.mod h1:yqtgsTWOOnlGLG9GFRrK3++bGOUEkNBoHZc8MEDWPNg=
|
||||
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||
|
Loading…
Reference in New Issue
Block a user