forwardproxy/go.mod
Matthew Holt e92fe979d0 Begin refactor for Caddy 2
All the tests pass. I tried to keep as much as possible the same, but a
few things don't translate well to Caddy 2, notably one test in
probe_resist_test.go on L200, I had to change that test case since I
didn't quite understand why it was the way it was before.

Does not yet have v2 Caddyfile support.
2020-04-20 17:22:47 -06:00

8 lines
163 B
Modula-2

module github.com/caddyserver/forwardproxy
go 1.14
require (
github.com/caddyserver/caddy/v2 v2.0.0-rc.3
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
)