-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathgo.mod
39 lines (36 loc) · 1.59 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
module github.com/meshplus/hyperbench
require (
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible // indirect
github.com/Shopify/sarama v1.26.1 // indirect
github.com/fsouza/go-dockerclient v1.4.4 // indirect
github.com/gin-gonic/gin v1.7.7
github.com/gobuffalo/packr/v2 v2.8.3
github.com/golang/snappy v0.0.4 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect
github.com/hashicorp/go-version v1.2.0 // indirect
github.com/hyperledger/fabric v1.4.3
github.com/hyperledger/fabric-amcl v0.0.0-20190902191507-f66264322317 // indirect
github.com/influxdata/tdigest v0.0.1
github.com/json-iterator/go v1.1.12
github.com/meshplus/hyperbench-common v0.0.0-20220128060413-2f16193421b0
github.com/mholt/archiver/v3 v3.5.0
github.com/miekg/pkcs11 v1.0.3 // indirect
github.com/mitchellh/mapstructure v1.4.3
github.com/onsi/ginkgo v1.14.0 // indirect
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/pingcap/failpoint v0.0.0-20191029060244-12f4ac2fd11d
github.com/pkg/errors v0.9.1
github.com/rogpeppe/go-internal v1.8.1 // indirect
github.com/spf13/cast v1.4.1
github.com/spf13/cobra v1.3.0
github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.7.0
github.com/sykesm/zap-logfmt v0.0.2 // indirect
github.com/xuperchain/contract-sdk-go v1.0.0
github.com/yuin/gopher-lua v0.0.0-20190206043414-8bfc7677f583
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
golang.org/x/tools v0.1.9 // indirect
gonum.org/v1/gonum v0.6.0 // indirect
)
go 1.13