Added missing dependencies
Some checks failed
Testing / test (1.23.x, ubuntu-latest) (push) Failing after 5s

This commit is contained in:
2025-02-03 16:40:26 -05:00
parent 5b0487a9e7
commit bfb66981e1
3 changed files with 4 additions and 2 deletions

2
go.mod
View File

@ -7,7 +7,7 @@ require (
github.com/go-resty/resty/v2 v2.16.5
github.com/sirupsen/logrus v1.9.3
github.com/spf13/viper v1.18.1
github.com/stretchr/testify v1.8.4
github.com/stretchr/testify v1.10.0
)
require (