-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (23 loc) · 820 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/hadi77ir/wsproxy
go 1.19
require (
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/gertd/wild v0.0.1
github.com/gorilla/websocket v1.5.0
github.com/hadi77ir/go-logging v0.0.0-20221030142713-7ce400b91bb4
github.com/hadi77ir/go-registry v0.0.0-20230217041210-fe1d54c40419
github.com/refraction-networking/utls v1.2.2
github.com/russtone/iprange v1.0.1
github.com/spf13/cobra v1.6.1
go.uber.org/automaxprocs v1.5.1
golang.org/x/crypto v0.6.0
golang.org/x/net v0.6.0
)
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/klauspost/compress v1.15.15 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.5.0 // indirect
)