2
0

Upgrade testify

This commit is contained in:
Jack Christensen
2022-07-30 11:27:56 -05:00
parent 40069f25d6
commit 2ef4b3d22a
2 changed files with 15 additions and 2 deletions
+4 -2
View File
@@ -2,9 +2,11 @@ module github.com/jackc/puddle
go 1.18
require github.com/stretchr/testify v1.3.0
require github.com/stretchr/testify v1.8.0
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)