mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
19 lines
528 B
Modula-2
19 lines
528 B
Modula-2
module assetTransfer
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/hyperledger/fabric-gateway v1.6.0
|
|
github.com/hyperledger/fabric-protos-go-apiv2 v0.3.3
|
|
google.golang.org/grpc v1.67.0
|
|
)
|
|
|
|
require (
|
|
github.com/miekg/pkcs11 v1.1.1 // indirect
|
|
golang.org/x/crypto v0.27.0 // indirect
|
|
golang.org/x/net v0.28.0 // indirect
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
golang.org/x/text v0.18.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
|
|
google.golang.org/protobuf v1.34.2 // indirect
|
|
)
|