fabric-samples/chaincode/fabcar/go/go.mod
Andrew Hurt 5ed56df5e7
[FAB-17477] Update fabcar to use go api v1.0.0
Signed-off-by: Andrew Hurt <andrew.hurt1@ibm.com>
2020-02-06 14:04:42 +00:00

5 lines
136 B
Modula-2

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