File: go.mod

package info (click to toggle)
golang-github-mattn-go-ieproxy 0.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 192 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 163 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/mattn/go-ieproxy

go 1.14

require (
	golang.org/x/net v0.0.0-20220630215102-69896b714898
	golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e
)