fabric-samples/chaincode/fabcar/external/go.mod
James Taylor db69c6ff19
Add fabcar external service sample (#136)
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-20 15:06:01 +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