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>
20 lines
550 B
Modula-2
20 lines
550 B
Modula-2
module offchaindata
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0
|
|
github.com/hyperledger/fabric-gateway v1.7.0
|
|
github.com/hyperledger/fabric-protos-go-apiv2 v0.3.4
|
|
google.golang.org/grpc v1.72.0-dev
|
|
google.golang.org/protobuf v1.36.4
|
|
)
|
|
|
|
require (
|
|
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
|
|
)
|