-
Notifications
You must be signed in to change notification settings - Fork 8
/
go.mod
24 lines (21 loc) · 968 Bytes
/
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
module github.com/xuperchain/xuperos
go 1.14
require (
github.com/golang/protobuf v1.4.2
github.com/google/gofuzz v1.1.1-0.20200604201612-c04b05f3adfa // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-gateway v1.15.2
github.com/hyperledger/burrow v0.30.5
github.com/manifoldco/promptui v0.7.0
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.6.2
github.com/xuperchain/crypto v0.0.0-20201028025054-4d560674bcd6
github.com/xuperchain/xupercore v0.0.0-20210608021245-b15f81dd9ecf
golang.org/x/mod v0.1.1-0.20191209134235-331c550502dd // indirect
golang.org/x/net v0.0.0-20200822124328-c89045814202
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
google.golang.org/grpc v1.32.0
google.golang.org/protobuf v1.24.0 // indirect
)
replace github.com/hyperledger/burrow => github.com/xuperchain/burrow v0.30.6-0.20210115120720-3da1be35a1e2