File: go.mod

package info (click to toggle)
golang-golang-x-text 0.29.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 41,608 kB
  • sloc: xml: 1,022; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
module golang.org/x/text

go 1.24.0

require golang.org/x/tools v0.36.0 // tagx:ignore

require (
	golang.org/x/mod v0.27.0 // indirect; tagx:ignore
	golang.org/x/sync v0.17.0 // indirect
)