mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
* Update go dependencies Update go dependencies in sample chaincodes and applications Signed-off-by: David Enyeart <enyeart@us.ibm.com> * Update to Go 1.19.6 Update to Go 1.19.6 Signed-off-by: David Enyeart <enyeart@us.ibm.com> --------- Signed-off-by: David Enyeart <enyeart@us.ibm.com>
8 lines
220 B
Modula-2
8 lines
220 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-20230228194215-b84622ba6a7a
|
|
github.com/hyperledger/fabric-protos-go v0.3.0
|
|
)
|