Files
karma/tools/benchstat/go.mod
dependabot[bot] 24b1ad7ec6 chore(deps): bump golang.org/x/text in /tools/benchstat
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.6 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.6...v0.3.8)

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

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

11 lines
178 B
Modula-2

module _
go 1.19
require golang.org/x/perf v0.0.0-20220920022801-e8d778a60d07
require (
github.com/google/safehtml v0.0.2 // indirect
golang.org/x/text v0.3.8 // indirect
)