fix(deps): update module github.com/stretchr/testify to v1.10.0
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
Renovate Bot 2024-12-07 02:04:46 +00:00 committed by Tom Neuber
parent c3814e14a6
commit d4ff29cfcc
Signed by: tom
GPG key ID: F17EFE4272D89FF6
2 changed files with 3 additions and 2 deletions

2
go.mod
View file

@ -10,7 +10,7 @@ require (
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.10.0
golang.org/x/net v0.32.0
)