fabric-samples/chaincode/fabcar/external/go.mod
heatherlp 6f853b56a4 FABCAG-27 Update fabric-samples to use latest contract-api-go@v1.1.0
Signed-off-by: heatherlp <heatherpollard0@gmail.com>
2020-05-01 09:47:36 -04: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-20200424173110-d7076418f212
github.com/hyperledger/fabric-contract-api-go v1.1.0
)