Skip to content

Commit 3be52de

Browse files
committed
ci: fix go.mod
1 parent 018bb33 commit 3be52de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ module github.com/rebirthlee/golang-default
33
go 1.16
44

55
require (
6-
github.com/stretchr/objx v0.3.0 // indirect
6+
github.com/davecgh/go-spew v1.1.1 // indirect
77
github.com/stretchr/testify v1.7.0
8-
gopkg.in/yaml.v2 v2.2.2 // indirect
98
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
109
)

0 commit comments

Comments
 (0)