mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.1.0 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/compare/v0.1.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
542 B
Modula-2
19 lines
542 B
Modula-2
module assetTransfer
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/hyperledger/fabric-gateway v1.1.1
|
|
github.com/hyperledger/fabric-protos-go-apiv2 v0.0.0-20220615102044-467be1c7b2e7
|
|
google.golang.org/grpc v1.50.1
|
|
)
|
|
|
|
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-20221018160656-63c7b68cfc55 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
)
|