You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module github.com/kongyixueyuan.com/education/chaincode
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/hyperledger/fabric-chaincode-go v0.0.0-20201119163726-f8ef75b17719
|
|
github.com/hyperledger/fabric-protos-go v0.0.0-20210127161553-4f432a78f286
|
|
)
|