fabric-samples/asset-transfer-basic/application-gateway-go/go.mod
Dave Enyeart eb787b7afa
Update Go and Go dependencies (#996)
* Update go dependencies

Update go dependencies in sample chaincodes and applications

Signed-off-by: David Enyeart <enyeart@us.ibm.com>

* Update to Go 1.19.6

Update to Go 1.19.6

Signed-off-by: David Enyeart <enyeart@us.ibm.com>

---------

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
2023-03-07 14:44:33 +00:00

19 lines
514 B
Modula-2

module assetTransfer
go 1.18
require (
github.com/hyperledger/fabric-gateway v1.2.2
github.com/hyperledger/fabric-protos-go-apiv2 v0.2.0
google.golang.org/grpc v1.53.0
)
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/miekg/pkcs11 v1.1.1 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
google.golang.org/genproto v0.0.0-20230216225411-c8e22ba71e44 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)