File: go.mod

package info (click to toggle)
golang-github-elazarl-goproxy 1.1%2Bgit20240726.8b0c205%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 612 kB
  • sloc: sh: 36; makefile: 8
file content (8 lines) | stat: -rw-r--r-- 254 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/elazarl/goproxy/examples/goproxy-transparent

require (
	github.com/elazarl/goproxy v0.0.0-20181111060418-2ce16c963a8a
	github.com/inconshreveable/go-vhost v0.0.0-20160627193104-06d84117953b
)

replace github.com/elazarl/goproxy => ../