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 7c9a2f0 commit 3af21e3Copy full SHA for 3af21e3
go.mod
@@ -1,10 +1,13 @@
1
module github.com/jiachengxu/leetdoad
2
3
-go 1.16
+go 1.19
4
5
require (
6
- github.com/kr/pretty v0.1.0 // indirect
7
github.com/rs/zerolog v1.26.0
8
- gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
9
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
10
)
+
+require (
11
+ github.com/kr/pretty v0.1.0 // indirect
12
+ gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
13
+)
0 commit comments