File: go.mod

package info (click to toggle)
golang-github-mattn-go-ieproxy 0.0~git20191113.7c0f686-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 156 kB
  • sloc: makefile: 2
file content (9 lines) | stat: -rw-r--r-- 201 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module github.com/mattn/go-ieproxy

go 1.14

require (
	golang.org/x/net v0.0.0-20191112182307-2180aed22343
	golang.org/x/sys v0.0.0-20191112214154-59a1497f0cea
	golang.org/x/text v0.3.2 // indirect
)