-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (31 loc) · 1.32 KB
/
go.mod
File metadata and controls
34 lines (31 loc) · 1.32 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
module github.com/ugorji/go-codec-bench
go 1.24
require (
bitbucket.org/bodhisnarkva/cbor v0.0.0-20170201010848-113f42203c94
github.com/Sereal/Sereal/Go/sereal v0.0.0-20241017075749-134ea28a101c
github.com/davecgh/go-xdr v0.0.0-20161123171359-e6a2ba005892
github.com/fxamacker/cbor/v2 v2.7.0
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
github.com/go-json-experiment/json v0.0.0-20250417205406-170dfdcf87d1
github.com/goccy/go-json v0.10.5
github.com/json-iterator/go v1.1.12
github.com/mailru/easyjson v0.9.0
github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7
github.com/tinylib/msgp v1.2.5
github.com/ugorji/go/codec v1.2.12
github.com/vmihailenco/msgpack/v5 v5.4.1
go.mongodb.org/mongo-driver v1.17.3
)
require (
github.com/DataDog/zstd v1.5.6 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/x448/float16 v0.8.4 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)