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
540 B
Modula-2
19 lines
540 B
Modula-2
module assetTransfer
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
github.com/hyperledger/fabric-gateway v1.7.0
|
|
google.golang.org/grpc v1.67.1
|
|
)
|
|
|
|
require (
|
|
github.com/hyperledger/fabric-protos-go-apiv2 v0.3.4 // indirect
|
|
github.com/miekg/pkcs11 v1.1.1 // indirect
|
|
golang.org/x/crypto v0.28.0 // indirect
|
|
golang.org/x/net v0.28.0 // indirect
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
golang.org/x/text v0.19.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
|
|
google.golang.org/protobuf v1.35.1 // indirect
|
|
)
|