forked from mymmrac/telego
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (27 loc) · 1.03 KB
/
Copy pathgo.mod
File metadata and controls
31 lines (27 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module github.com/mymmrac/telego
go 1.25.7
require (
github.com/bytedance/sonic v1.15.0
github.com/stretchr/testify v1.11.1
github.com/valyala/fasthttp v1.69.0
github.com/valyala/fastjson v1.6.10
go.uber.org/mock v0.6.0
)
// Temporary fix for issue https://github.com/goccy/go-json/issues/405
// require github.com/goccy/go-json v0.10.2
require github.com/grbit/go-json v0.11.0
require (
github.com/andybalholm/brotli v1.2.0 // indirect
github.com/bytedance/gopkg v0.1.3 // indirect
github.com/bytedance/sonic/loader v0.5.0 // indirect
github.com/cloudwego/base64x v0.1.6 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/klauspost/compress v1.18.2 // indirect
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
golang.org/x/sys v0.39.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)