We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3897626 commit 018bb33Copy full SHA for 018bb33
go.mod
@@ -2,4 +2,9 @@ module github.com/rebirthlee/golang-default
2
3
go 1.16
4
5
-require github.com/stretchr/testify v1.5.1
+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