mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 23:45:10 +00:00
Update asset-transfer-basic go chaincode dependencies to latest commits from release-2.2 dependency branches. Signed-off-by: David Enyeart <enyeart@us.ibm.com>
11 lines
381 B
Modula-2
11 lines
381 B
Modula-2
module github.com/hyperledger/fabric-samples/asset-transfer-basic/chaincode-go
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.3.2
|
|
github.com/hyperledger/fabric-chaincode-go v0.0.0-20210718160520-38d29fabecb9
|
|
github.com/hyperledger/fabric-contract-api-go v1.1.1
|
|
github.com/hyperledger/fabric-protos-go v0.0.0-20201028172056-a3136dde2354
|
|
github.com/stretchr/testify v1.5.1
|
|
)
|