fabric-samples/high-throughput/chaincode-go/go.mod
sapthasurendran e0d15342e3 lint Fix
Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>
2021-12-09 14:08:12 +05:30

10 lines
362 B
Modula-2

module github.com/hyperledger/fabric-samples/high-throughput/chaincode
go 1.12
require (
github.com/hyperledger/fabric-chaincode-go v0.0.0-20190823162523-04390e015b85
github.com/hyperledger/fabric-protos-go v0.0.0-20190821214336-621b908d5022
golang.org/x/tools v0.1.8 // indirect
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect
)