2
0

Update golang.org/x/sync and github.com/stretchr/testify

This commit is contained in:
Jack Christensen
2023-02-11 08:53:10 -06:00
parent 02c8336f0d
commit 80dbe4cffe
2 changed files with 9 additions and 5 deletions
+4 -2
View File
@@ -2,11 +2,13 @@ module github.com/jackc/puddle/v2
go 1.19
require github.com/stretchr/testify v1.8.0
require (
github.com/stretchr/testify v1.8.1
golang.org/x/sync v0.1.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sync v0.0.0-20220923202941-7f9b1623fab7
gopkg.in/yaml.v3 v3.0.1 // indirect
)