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 56d83dc commit 5a4af6eCopy full SHA for 5a4af6e
go.mod
@@ -1,5 +1,11 @@
1
module github.com/codingpot/paperswithcode-go/v2
2
3
-go 1.16
+go 1.18
4
5
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