-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (25 loc) · 920 Bytes
/
go.mod
File metadata and controls
28 lines (25 loc) · 920 Bytes
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
27
28
module github.com/kost/revsocks
go 1.24.0
require (
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/hashicorp/yamux v0.1.2
github.com/kost/dnstun v0.0.0-20230511164951-6e7f5656a900
github.com/kost/go-ntlmssp v0.0.0-20190601005913-a22bdd33b2a4
golang.org/x/crypto v0.48.0
nhooyr.io/websocket v1.8.17
)
require (
github.com/Jeffail/tunny v0.1.4 // indirect
github.com/acomagu/bufpipe v1.0.4 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/kost/chashell v0.0.0-20230409212000-cf0fbd106275 // indirect
github.com/miekg/dns v1.1.72 // indirect
github.com/rs/xid v1.6.0 // indirect
golang.org/x/mod v0.33.0 // indirect
golang.org/x/net v0.50.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/text v0.34.0 // indirect
golang.org/x/tools v0.42.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
)