forked from alecthomas/go_serialization_benchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
54 lines (52 loc) · 2.37 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
54
module github.com/alecthomas/go_serialization_benchmarks
go 1.13
require (
github.com/200sc/bebop v0.0.8
github.com/DataDog/zstd v1.4.5 // indirect
github.com/Hatch1fy/errors v0.1.0 // indirect
github.com/Sereal/Sereal v0.0.0-20190618215532-0b8ac451a863
github.com/alecthomas/binary v0.0.0-20171101084825-6e8df1b1fb9d
github.com/andyleap/gencode v0.0.0-20171124163308-e1423834d4b4 // indirect
github.com/andyleap/parser v0.0.0-20160126201130-db5a13a7cd46 // indirect
github.com/calmh/xdr v1.1.0
github.com/davecgh/go-xdr v0.0.0-20161123171359-e6a2ba005892
github.com/glycerine/go-capnproto v0.0.0-20190118050403-2d07de3aa7fc
github.com/glycerine/rbtree v0.0.0-20190406191118-ceb71889d809 // indirect
github.com/gogo/protobuf v1.2.1
github.com/golang/protobuf v1.3.2
github.com/golang/snappy v0.0.1 // indirect
github.com/google/flatbuffers v1.11.0
github.com/gorilla/websocket v1.4.1 // indirect
github.com/hprose/hprose-go v0.0.0-20161031134501-83de97da5004
github.com/hprose/hprose-golang v2.0.4+incompatible
github.com/ikkerens/ikeapack v1.5.1
github.com/itsmontoya/mum v0.3.2
github.com/json-iterator/go v1.1.7
github.com/kr/pretty v0.1.0 // indirect
github.com/linkedin/goavro v2.1.0+incompatible
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e
github.com/minio/sha256-simd v0.1.0 // indirect
github.com/niubaoshu/gotiny v0.0.3
github.com/pascaldekloe/colfer v1.7.2 // indirect
github.com/pascaldekloe/name v1.0.0 // indirect
github.com/philhofer/fwd v1.0.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/protolambda/zssz v0.1.1 // indirect
github.com/prysmaticlabs/go-bitfield v0.0.0-20190825002834-fb724e897364 // indirect
github.com/prysmaticlabs/go-ssz v0.0.0-20190827151743-72881c4223d8
github.com/shamaton/msgpack v1.1.1 // indirect
github.com/shamaton/msgpack/v2 v2.0.0
github.com/shamaton/msgpackgen v0.1.1
github.com/tinylib/msgp v1.1.0
github.com/ttacon/chalk v0.0.0-20160626202418-22c06c80ed31 // indirect
github.com/ugorji/go/codec v1.1.7
github.com/valyala/fastjson v1.6.3
github.com/vmihailenco/msgpack/v4 v4.3.0
github.com/ymz-ncnk/musgo v0.1.6 // indirect
go.dedis.ch/protobuf v1.0.6
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
golang.org/x/tools v0.1.3 // indirect
gopkg.in/linkedin/goavro.v1 v1.0.5
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
zombiezen.com/go/capnproto2 v2.17.0+incompatible
)