fabric-samples/chaincode/fabcar/external/go.mod
James Taylor a10c92851a Add fabcar external service sample
Add sample which can be used with the builder scripts described in
the "Chaincode as an external service" documentation

Signed-off-by: James Taylor <jamest@uk.ibm.com>
2020-03-10 13:29:16 +00:00

5 lines
142 B
Modula-2

module github.com/hyperledger/fabric-samples/chaincode/fabcar/external
go 1.13
require github.com/hyperledger/fabric-contract-api-go v1.0.0