Support both socks and http proxies

This commit is contained in:
Ben Sarmiento
2024-01-11 04:40:38 +01:00
parent b2e02c7e1f
commit f074bb2e2b
3 changed files with 17 additions and 2 deletions

1
go.mod
View File

@@ -20,6 +20,7 @@ require (
github.com/go-chi/chi/v5 v5.0.11 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/mwitkow/go-http-dialer v0.0.0-20161116154839-378f744fb2b8 // indirect
golang.org/x/net v0.20.0 // indirect
)