fabric-samples/high-throughput/chaincode-go/go.mod
sapthasurendran e963ddc726
lint Fix (#555)
Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>
2021-12-09 09:44:25 +00:00

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
)