File: go.mod

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

go 1.18

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

require (
	golang.org/x/mod v0.8.0 // indirect; tagx:ignore
	golang.org/x/sys v0.5.0 // indirect; tagx:ignore
)