-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
26 lines (23 loc) · 839 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/vpxuser/proxy
go 1.22.10
require (
github.com/elazarl/goproxy v1.7.0
github.com/gobwas/ws v1.4.0
github.com/google/uuid v1.6.0
github.com/inconshreveable/go-vhost v1.0.0
github.com/yaklang/yaklang v1.3.3
golang.org/x/net v0.34.0
)
require (
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/jonboulle/clockwork v0.5.0 // indirect
github.com/kataras/golog v0.0.10 // indirect
github.com/kataras/pio v0.0.2 // indirect
github.com/lestrrat/go-file-rotatelogs v0.0.0-20180223000712-d3151e2a480f // indirect
github.com/lestrrat/go-strftime v0.0.0-20180220042222-ba3bf9c1d042 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)