forked from xuperchain/xbench
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 670 Bytes
/
go.mod
File metadata and controls
18 lines (16 loc) · 670 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/xuperchain/xbench
go 1.16
require (
github.com/alecthomas/kingpin v1.3.8-0.20191105203113-8c96d1c22481
github.com/bojand/ghz v0.94.0
github.com/golang/protobuf v1.4.4-0.20210303013846-acacf8158c9a
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/jhump/protoreflect v1.9.0
github.com/spf13/cobra v1.0.0
github.com/xuperchain/xuper-sdk-go/v2 v2.0.0-20210720072245-eaed3072ed04
github.com/xuperchain/xuperchain v0.0.0-20210720132849-0079bcda5e54
github.com/xuperchain/xupercore v0.0.0-20210720112551-29ed46a49f02
go.uber.org/zap v1.15.0
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
google.golang.org/grpc v1.35.0
)