fabric-samples/asset-transfer-basic/rest-api-go/go.mod
dependabot[bot] 4e7b6429d6
Bump golang.org/x/net in /asset-transfer-basic/rest-api-go
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220526153639-5463443f8c37 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-01 16:52:27 +00:00

19 lines
552 B
Modula-2

module rest-api-go
go 1.19
require (
github.com/hyperledger/fabric-gateway v1.1.0
google.golang.org/grpc v1.49.0
)
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/hyperledger/fabric-protos-go-apiv2 v0.0.0-20220615102044-467be1c7b2e7 // 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-20220527130721-00d5c0f3be58 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)