Skip to content

Commit 018bb33

Browse files
committed
fix: unittest library version up
1 parent 3897626 commit 018bb33

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

go.mod

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@ module github.com/rebirthlee/golang-default
22

33
go 1.16
44

5-
require github.com/stretchr/testify v1.5.1
5+
require (
6+
github.com/stretchr/objx v0.3.0 // indirect
7+
github.com/stretchr/testify v1.7.0
8+
gopkg.in/yaml.v2 v2.2.2 // indirect
9+
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
10+
)

0 commit comments

Comments
 (0)