mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 19:45:10 +00:00
9 lines
211 B
Modula-2
9 lines
211 B
Modula-2
module chaincode-go
|
|
|
|
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
|
|
github.com/stretchr/testify v1.5.1
|
|
)
|