-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (28 loc) · 1.14 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
module github.com/narqo/benchserder
go 1.14
require (
github.com/fatih/color v1.7.0 // indirect
github.com/fxamacker/cbor v1.5.1
github.com/fxamacker/cbor/v2 v2.2.0
github.com/goccy/go-json v0.4.11
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.3.2
github.com/json-iterator/go v1.1.10
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.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/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7
github.com/segmentio/encoding v0.2.17
github.com/stretchr/testify v1.6.1
github.com/ugorji/go/codec v1.1.7
github.com/vmihailenco/msgpack/v4 v4.2.0
go.mongodb.org/mongo-driver v1.5.1
google.golang.org/appengine v1.6.2 // indirect
google.golang.org/grpc v1.23.0 // indirect
gopkg.in/src-d/go-parse-utils.v1 v1.1.2 // indirect
gopkg.in/src-d/proteus.v1 v1.3.3
gopkg.in/urfave/cli.v1 v1.0.0-00010101000000-000000000000 // indirect
)
replace gopkg.in/urfave/cli.v1 => github.com/urfave/cli v1.21.0