forked from hyperledger/fabric-chaincode-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
18 lines (15 loc) · 714 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/hyperledger/fabric-chaincode-go
go 1.12
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.3.2
github.com/hyperledger/fabric-protos-go v0.0.0
github.com/kr/pretty v0.1.0 // indirect
github.com/stretchr/testify v1.4.0
golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect
golang.org/x/sys v0.0.0-20190710143415-6ec70d6a5542 // indirect
google.golang.org/genproto v0.0.0-20180831171423-11092d34479b // indirect
google.golang.org/grpc v1.23.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)
replace github.com/hyperledger/fabric-protos-go v0.0.0 => github.com/ale-linux/fabric-protos-go v0.0.0-20200205093610-17857c813f20