-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathgo.mod
More file actions
47 lines (41 loc) · 1.72 KB
/
Copy pathgo.mod
File metadata and controls
47 lines (41 loc) · 1.72 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
module go.lsp.dev/jsonrpc2/internal/benchmark
go 1.26
replace go.lsp.dev/jsonrpc2 => ../..
replace go.lsp.dev/jsonrpc2/codec/goccy => ../../codec/goccy
replace go.lsp.dev/jsonrpc2/codec/sonic => ../../codec/sonic
require (
github.com/buger/jsonparser v1.2.0
github.com/cloudwego/netpoll v0.7.2
github.com/creachadair/jrpc2 v1.3.5
github.com/go-json-experiment/json v0.0.0-20260601182631-00ed12fed2a6
github.com/google/go-cmp v0.7.0
github.com/panjf2000/gnet/v2 v2.9.8
github.com/segmentio/encoding v0.5.4
github.com/tidwall/gjson v1.19.0
github.com/valyala/fastjson v1.6.10
go.lsp.dev/jsonrpc2 v0.0.0-00010101000000-000000000000
go.lsp.dev/jsonrpc2/codec/goccy v0.0.0-00010101000000-000000000000
go.lsp.dev/jsonrpc2/codec/sonic v0.0.0-00010101000000-000000000000
)
require (
github.com/bytedance/gopkg v0.1.4 // indirect
github.com/bytedance/sonic v1.15.2 // indirect
github.com/bytedance/sonic/loader v0.5.1 // indirect
github.com/cloudwego/base64x v0.1.7 // indirect
github.com/cloudwego/gopkg v0.1.4 // indirect
github.com/creachadair/mds v0.26.1 // indirect
github.com/goccy/go-json v0.10.6 // indirect
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
github.com/panjf2000/ants/v2 v2.12.1 // indirect
github.com/segmentio/asm v1.1.3 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.28.0 // indirect
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.30.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
)