@@ -3,32 +3,32 @@ module sprapp
3
3
go 1.18
4
4
5
5
require (
6
- github.com/cloudwego/hertz v0.7.1
7
- github.com/cloudxaas/gocpu v0.0.10
8
- github.com/cloudxaas/gostrconv v0.0.4
9
- github.com/panjf2000/ants/v2 v2.8.2
10
- golang.org/x/sys v0.14.0
6
+ github.com/cloudwego/hertz v0.7.1
7
+ github.com/cloudxaas/gocpu v0.0.10
8
+ github.com/cloudxaas/gostrconv v0.0.4
9
+ github.com/panjf2000/ants/v2 v2.8.2
10
+ golang.org/x/sys v0.14.0
11
11
)
12
12
13
13
require (
14
- github.com/bytedance/go-tagexpr/v2 v2.9.2 // indirect
15
- github.com/bytedance/gopkg v0.0.0-20220413063733-65bf48ffb3a7 // indirect
16
- github.com/bytedance/sonic v1.8.1 // indirect
17
- github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
18
- github.com/cloudwego/netpoll v0.5.0 // indirect
19
- github.com/cloudxaas/gocx v0.0.3 // indirect
20
- github.com/cloudxaas/gohash v0.0.13 // indirect
21
- github.com/fsnotify/fsnotify v1.5.4 // indirect
22
- github.com/golang/protobuf v1.5.0 // indirect
23
- github.com/henrylee2cn/ameda v1.4.10 // indirect
24
- github.com/henrylee2cn/goutil v0.0.0-20210127050712-89660552f6f8 // indirect
25
- github.com/klauspost/cpuid/v2 v2.0.9 // indirect
26
- github.com/nyaruka/phonenumbers v1.0.55 // indirect
27
- github.com/spf13/pflag v1.0.5 // indirect
28
- github.com/tidwall/gjson v1.14.4 // indirect
29
- github.com/tidwall/match v1.1.1 // indirect
30
- github.com/tidwall/pretty v1.2.0 // indirect
31
- github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
32
- golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
33
- google.golang.org/protobuf v1.27.1 // indirect
14
+ github.com/bytedance/go-tagexpr/v2 v2.9.2 // indirect
15
+ github.com/bytedance/gopkg v0.0.0-20220413063733-65bf48ffb3a7 // indirect
16
+ github.com/bytedance/sonic v1.8.1 // indirect
17
+ github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
18
+ github.com/cloudwego/netpoll v0.5.0 // indirect
19
+ github.com/cloudxaas/gocx v0.0.3 // indirect
20
+ github.com/cloudxaas/gohash v0.0.13 // indirect
21
+ github.com/fsnotify/fsnotify v1.5.4 // indirect
22
+ github.com/golang/protobuf v1.5.0 // indirect
23
+ github.com/henrylee2cn/ameda v1.4.10 // indirect
24
+ github.com/henrylee2cn/goutil v0.0.0-20210127050712-89660552f6f8 // indirect
25
+ github.com/klauspost/cpuid/v2 v2.0.9 // indirect
26
+ github.com/nyaruka/phonenumbers v1.0.55 // indirect
27
+ github.com/spf13/pflag v1.0.5 // indirect
28
+ github.com/tidwall/gjson v1.14.4 // indirect
29
+ github.com/tidwall/match v1.1.1 // indirect
30
+ github.com/tidwall/pretty v1.2.0 // indirect
31
+ github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
32
+ golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
33
+ google.golang.org/protobuf v1.33.0 // indirect
34
34
)
0 commit comments