-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathgo.mod
More file actions
41 lines (37 loc) · 1.45 KB
/
Copy pathgo.mod
File metadata and controls
41 lines (37 loc) · 1.45 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
// ==============================================================================
// MasterDnsVPN
// Author: MasterkinG32
// Github: https://github.com/masterking32
// Year: 2026
// ==============================================================================
module masterdnsvpn-go
go 1.25.0
require (
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c
github.com/klauspost/compress v1.18.5
github.com/pierrec/lz4/v4 v4.1.26
github.com/xjasonlyu/tun2socks/v2 v2.6.0
golang.org/x/crypto v0.49.0
golang.org/x/sys v0.42.0
)
require (
github.com/ajg/form v1.5.1 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/go-chi/chi/v5 v5.2.1 // indirect
github.com/go-chi/cors v1.2.1 // indirect
github.com/go-chi/render v1.0.3 // indirect
github.com/go-gost/relay v0.5.0 // indirect
github.com/google/btree v1.1.3 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/schema v1.4.1 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/net v0.51.0 // indirect
golang.org/x/time v0.11.0 // indirect
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
golang.zx2c4.com/wireguard v0.0.0-20250521234502-f333402bd9cb // indirect
gvisor.dev/gvisor v0.0.0-20250523182742-eede7a881b20 // indirect
)