forked from elazarl/goproxy
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 701 Bytes
/
go.mod
File metadata and controls
18 lines (16 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/Windscribe/goproxy
go 1.12
require (
github.com/LiamHaworth/go-tproxy v0.0.0-20190726054950-ef7efd7f24ed
github.com/Windscribe/go-tproxy v0.0.0-20210625021014-c992248a46c2
github.com/Windscribe/go-vhost v0.0.0-20221123165256-d464d364ffd1
github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484
github.com/elazarl/goproxy/ext v0.0.0-20190911111923-ecfe977594f1
github.com/function61/gokit v0.0.0-20200923114939-f8d7e065a5c3
github.com/miekg/dns v1.1.41
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
github.com/prometheus/client_golang v1.2.1
github.com/valyala/bytebufferpool v1.0.0
golang.org/x/crypto v0.3.0 // indirect
golang.org/x/sys v0.2.0
)