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 4ea89de commit 8f28062Copy full SHA for 8f28062
go.mod
@@ -7,4 +7,15 @@ require (
7
github.com/yeqown/log v1.1.1
8
)
9
10
-go 1.13
+require (
11
+ github.com/andybalholm/brotli v1.0.4 // indirect
12
+ github.com/davecgh/go-spew v1.1.0 // indirect
13
+ github.com/klauspost/compress v1.15.0 // indirect
14
+ github.com/pkg/errors v0.9.1 // indirect
15
+ github.com/pmezard/go-difflib v1.0.0 // indirect
16
+ github.com/savsgio/gotils v0.0.0-20200608150037-a5f6f5aef16c // indirect
17
+ github.com/valyala/bytebufferpool v1.0.0 // indirect
18
+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
19
+)
20
+
21
+go 1.18
0 commit comments