mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
* 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>
19 lines
524 B
Modula-2
19 lines
524 B
Modula-2
module rest-api-go
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/hyperledger/fabric-gateway v1.2.2
|
|
google.golang.org/grpc v1.53.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/hyperledger/fabric-protos-go-apiv2 v0.2.0 // 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
|
|
)
|