gotext/go.mod
dependabot[bot] 2c591ae0d8
Bump golang.org/x/text from 0.3.7 to 0.3.8
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: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-23 09:29:48 +00:00

10 lines
161 B
Modula-2

module github.com/leonelquinteros/gotext
// go: no requirements found in Gopkg.lock
require (
golang.org/x/text v0.3.8
golang.org/x/tools v0.1.12
)
go 1.13