mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 lines
538 B
Modula-2
19 lines
538 B
Modula-2
module rest-api-go
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
github.com/hyperledger/fabric-gateway v1.7.0
|
|
google.golang.org/grpc v1.71.0
|
|
)
|
|
|
|
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.32.0 // indirect
|
|
golang.org/x/net v0.34.0 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
|
|
google.golang.org/protobuf v1.36.4 // indirect
|
|
)
|