-
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) · 923 Bytes
/
Copy pathgo.mod
File metadata and controls
31 lines (27 loc) · 923 Bytes
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/cassius0924/jtgo
go 1.20
require (
github.com/bytedance/sonic v1.13.2
github.com/davecgh/go-spew v1.1.1
github.com/liyue201/gostl v1.2.0
github.com/samber/lo v1.49.1
github.com/smartystreets/goconvey v1.8.1
github.com/spf13/cast v1.7.1
)
require (
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/smarty/assertions v1.15.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
)
require (
github.com/bytedance/sonic/loader v0.2.4 // indirect
github.com/cloudwego/base64x v0.1.5 // indirect
github.com/expr-lang/expr v1.17.2
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/tidwall/gjson v1.18.0
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
golang.org/x/text v0.21.0 // indirect
)