File: go.mod

package info (click to toggle)
golang-golang-x-net 1%3A0.0%2Bgit20210119.5f4716e%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports
  • size: 7,164 kB
  • sloc: makefile: 39; asm: 23
file content (9 lines) | stat: -rw-r--r-- 179 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module golang.org/x/net

go 1.11

require (
	golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
	golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
	golang.org/x/text v0.3.3
)