fabric-samples/high-throughput/chaincode-go/go.mod
Matthew B White 3ba63b15d6
Update go.mod (#500)
Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
2021-10-06 11:35:43 -04: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.7 // indirect
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect
)