File: go.mod

package info (click to toggle)
golang-h12-socks 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 152 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 166 bytes parent folder | download
1
2
3
4
5
6
7
8
module h12.io/socks

go 1.9

require (
	github.com/h12w/go-socks5 v0.0.0-20200522160539-76189e178364
	github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
)