Skip to content

Commit 8f28062

Browse files
committed
dep: update go version
1 parent 4ea89de commit 8f28062

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

go.mod

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,15 @@ require (
77
github.com/yeqown/log v1.1.1
88
)
99

10-
go 1.13
10+
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

Comments
 (0)