fabric-samples/chaincode/fabcar/external/go.mod
2020-03-23 21:37:07 +08:00

8 lines
226 B
Modula-2

module github.com/hyperledger/fabric-samples/chaincode/fabcar/external
go 1.13
require (
github.com/hyperledger/fabric-chaincode-go v0.0.0-20200128192331-2d899240a7ed
github.com/hyperledger/fabric-contract-api-go v1.0.0
)