File: go.mod

package info (click to toggle)
golang-golang-x-net 1%3A0.0%2Bgit20191112.2180aed%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,624 kB
  • sloc: makefile: 37; asm: 18
file content (9 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
module golang.org/x/net

go 1.11

require (
	golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
	golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
	golang.org/x/text v0.3.0
)