mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
Go 1.24 was released on 2025-02-11. At this point Go 1.22 become an unsupported Go runtime. Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
19 lines
528 B
Modula-2
19 lines
528 B
Modula-2
module assetTransfer
|
|
|
|
go 1.23.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.29.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-20240924160255-9d4c2d233b61 // indirect
|
|
google.golang.org/protobuf v1.34.2 // indirect
|
|
)
|