Update module github.com/stretchr/testify to v1.10.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-23 14:33:04 +00:00
parent 9e5772116a
commit 9f3f707457
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -6,7 +6,7 @@ require (
github.com/fsnotify/fsnotify v1.8.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.10.0
gopkg.in/yaml.v3 v3.0.1
)