mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-24 02:25:09 +00:00
11 lines
288 B
Modula-2
11 lines
288 B
Modula-2
module assetTransfer.go
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/hyperledger/fabric-gateway v1.0.0
|
|
github.com/hyperledger/fabric-protos-go v0.0.0-20211118165945-23d738fc3553
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
github.com/onsi/gomega v1.17.0 // indirect
|
|
google.golang.org/grpc v1.42.0
|
|
)
|