mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com> Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>
19 lines
542 B
Modula-2
19 lines
542 B
Modula-2
module assetTransfer
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/hyperledger/fabric-gateway v1.1.1
|
|
github.com/hyperledger/fabric-protos-go-apiv2 v0.0.0-20220615102044-467be1c7b2e7
|
|
google.golang.org/grpc v1.50.1
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/miekg/pkcs11 v1.1.1 // indirect
|
|
golang.org/x/net v0.1.0 // indirect
|
|
golang.org/x/sys v0.1.0 // indirect
|
|
golang.org/x/text v0.4.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20221018160656-63c7b68cfc55 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
)
|