fabric-samples/asset-transfer-basic/rest-api-go/go.mod
dependabot[bot] 29b3eed3eb
Bump golang.org/x/text in /asset-transfer-basic/rest-api-go
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8)

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

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

19 lines
608 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.0.0-20220526153639-5463443f8c37 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/text v0.3.8 // indirect
google.golang.org/genproto v0.0.0-20220527130721-00d5c0f3be58 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)