File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ module github.com/writeas/go-writeas/v2
33go 1.9
44
55require (
6- code.as/core/socks v1.0.0
76 github.com/writeas/impart v1.1.0
7+ h12.io/socks v1.0.3
88)
Original file line number Diff line number Diff line change 1- code.as/core/socks v1.0.0 h1:SPQXNp4SbEwjOAP9VzUahLHak8SDqy5n+9cm9tpjZOs =
2- code.as/core/socks v1.0.0 /go.mod h1:BAXBy5O9s2gmw6UxLqNJcVbWY7C/UPs+801CcSsfWOY =
1+ github.com/h12w/go-socks5 v0.0.0-20200522160539-76189e178364 h1:5XxdakFhqd9dnXoAZy1Mb2R/DZ6D1e+0bGC/JhucGYI =
2+ github.com/h12w/go-socks5 v0.0.0-20200522160539-76189e178364 /go.mod h1:eDJQioIyy4Yn3MVivT7rv/39gAJTrA7lgmYr8EW950c =
3+ github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 h1:JhzVVoYvbOACxoUmOs6V/G4D5nPVUW73rKvXxP4XUJc =
4+ github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 /go.mod h1:iIss55rKnNBTvrwdmkUpLnDpZoAHvWaiq5+iMmen4AE =
35github.com/writeas/impart v1.1.0 h1:nPnoO211VscNkp/gnzir5UwCDEvdHThL5uELU60NFSE =
46github.com/writeas/impart v1.1.0 /go.mod h1:g0MpxdnTOHHrl+Ca/2oMXUHJ0PcRAEWtkCzYCJUXC9Y =
7+ h12.io/socks v1.0.3 h1:Ka3qaQewws4j4/eDQnOdpr4wXsC//dXtWvftlIcCQUo =
8+ h12.io/socks v1.0.3 /go.mod h1:AIhxy1jOId/XCz9BO+EIgNL2rQiPTBNnOfnVnQ+3Eck =
Original file line number Diff line number Diff line change 99 "net/http"
1010 "time"
1111
12- "code.as/core/socks"
1312 "github.com/writeas/impart"
13+ "h12.io/socks"
1414)
1515
1616const (
You can’t perform that action at this time.
0 commit comments