-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathgo.mod
53 lines (50 loc) · 2.27 KB
/
go.mod
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
48
49
50
51
52
53
module github.com/smallnest/gosercomp
go 1.19
require (
github.com/Sereal/Sereal v0.0.0-20190618215532-0b8ac451a863
github.com/actgardner/gogen-avro/v10 v10.2.1
github.com/alexflint/go-memdump v0.0.0-20160830180315-750db99b78d6
github.com/apache/thrift v0.17.0
github.com/bytedance/sonic v1.5.0
github.com/ethereum/go-ethereum v1.9.3
github.com/francoispqt/gojay v1.2.13
github.com/glycerine/zebrapack v4.1.0+incompatible
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.2
github.com/hprose/hprose-golang v2.0.4+incompatible
github.com/json-iterator/go v1.1.10
github.com/mailru/easyjson v0.7.7
github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7
github.com/segmentio/encoding v0.1.0
github.com/shamaton/msgpackgen v0.3.0
github.com/thrift-iterator/go v0.0.0-20190402154806-9b5a67519118
github.com/tinylib/msgp v1.1.6
github.com/ugorji/go/codec v1.1.7
github.com/vmihailenco/msgpack/v4 v4.3.0
github.com/ymz-ncnk/musgo v1.0.0
)
require (
github.com/DataDog/zstd v1.4.1 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20211019084208-fb5309c8db06 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/philhofer/fwd v1.1.1 // indirect
github.com/shamaton/msgpack/v2 v2.1.0 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/v2pro/plz v0.0.0-20200805122259-422184e41b6e // indirect
github.com/v2pro/quokka v0.0.0-20171201153428-382cb39c6ee6 // indirect
github.com/v2pro/wombat v0.0.0-20180402055224-a56dbdcddef2 // indirect
github.com/vmihailenco/tagparser v0.1.1 // indirect
github.com/ymz-ncnk/musgen v1.0.0 // indirect
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/tools v0.1.12 // indirect
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)