mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 23:45:10 +00:00
12 lines
491 B
Modula-2
12 lines
491 B
Modula-2
module github.com/hyperledger/fabric-samples/high-throughput/chaincode
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/hyperledger/fabric-chaincode-go v0.0.0-20190823162523-04390e015b85
|
|
github.com/hyperledger/fabric-protos-go v0.0.0-20190821214336-621b908d5022
|
|
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect
|
|
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect
|
|
)
|