go.mod: github.com/stretchr/testify v1.7.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2021-03-12 15:51:52 +01:00
parent fe9e9fcbba
commit 9b555f4fd7
2 changed files with 9 additions and 4 deletions
+1 -2
View File
@@ -2,8 +2,7 @@ module github.com/sirupsen/logrus
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20210218155724-8ebf48af031b
)