Skip to content

Commit 5a4af6e

Browse files
committed
feat: update go 1.18
1 parent 56d83dc commit 5a4af6e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

go.mod

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
module github.com/codingpot/paperswithcode-go/v2
22

3-
go 1.16
3+
go 1.18
44

55
require github.com/stretchr/testify v1.7.0
6+
7+
require (
8+
github.com/davecgh/go-spew v1.1.0 // indirect
9+
github.com/pmezard/go-difflib v1.0.0 // indirect
10+
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
11+
)

0 commit comments

Comments
 (0)