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 018bb33 commit 3be52deCopy full SHA for 3be52de
go.mod
@@ -3,8 +3,7 @@ module github.com/rebirthlee/golang-default
3
go 1.16
4
5
require (
6
- github.com/stretchr/objx v0.3.0 // indirect
+ github.com/davecgh/go-spew v1.1.1 // 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