fabric-samples/high-throughput/chaincode-go/go.mod
David Enyeart 33543ff28e Update go dependencies
Update go dependencies in sample chaincodes and applications

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
2023-03-02 16:48:32 -05:00

8 lines
220 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-20230228194215-b84622ba6a7a
github.com/hyperledger/fabric-protos-go v0.3.0
)