-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathgo.mod
27 lines (24 loc) · 877 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
27
module github.com/kost/revsocks
go 1.19
require (
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/hashicorp/yamux v0.1.1
github.com/kost/dnstun v0.0.0-20230511164951-6e7f5656a900
github.com/kost/go-ntlmssp v0.0.0-20190601005913-a22bdd33b2a4
golang.org/x/crypto v0.14.0
nhooyr.io/websocket v1.8.10
)
require (
github.com/Jeffail/tunny v0.1.4 // indirect
github.com/acomagu/bufpipe v1.0.4 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/kost/chashell v0.0.0-20230409212000-cf0fbd106275 // indirect
github.com/miekg/dns v1.1.54 // indirect
github.com/rs/xid v1.5.0 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/tools v0.9.1 // indirect
google.golang.org/protobuf v1.30.0 // indirect
)