-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
41 lines (36 loc) · 1.32 KB
/
Copy pathgo.mod
File metadata and controls
41 lines (36 loc) · 1.32 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
module github.com/mrhaoxx/OpenNG
go 1.25
toolchain go1.25.1
require (
github.com/andybalholm/brotli v1.2.0
github.com/dlclark/regexp2 v1.11.5
github.com/go-ldap/ldap/v3 v3.4.11
github.com/gorilla/websocket v1.5.3
github.com/miekg/dns v1.1.68
github.com/pires/go-proxyproto v0.8.1
github.com/rs/zerolog v1.34.0
golang.org/x/crypto v0.42.0
golang.org/x/net v0.44.0
golang.zx2c4.com/wireguard v0.0.0-20250521234502-f333402bd9cb
gopkg.in/yaml.v3 v3.0.1
gvisor.dev/gvisor v0.0.0-20250820192457-dde98974cb6c
)
require github.com/expr-lang/expr v1.17.6
require (
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667 // indirect
github.com/google/btree v1.1.3 // indirect
github.com/google/gopacket v1.1.19
github.com/google/uuid v1.6.0 // indirect
github.com/libp2p/go-reuseport v0.4.0
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/stretchr/testify v1.11.1 // indirect
golang.org/x/mod v0.28.0 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/sys v0.36.0 // indirect
golang.org/x/text v0.29.0 // indirect
golang.org/x/time v0.13.0 // indirect
golang.org/x/tools v0.36.0 // indirect
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
)