@@ -11,7 +11,7 @@ require (
11
11
github.com/go-chi/chi/v5 v5.2.1
12
12
github.com/go-chi/render v1.0.3
13
13
github.com/gobwas/ws v1.4.0
14
- github.com/gofrs/uuid/v5 v5.3.1
14
+ github.com/gofrs/uuid/v5 v5.3.2
15
15
github.com/insomniacslk/dhcp v0.0.0-20250109001534-8abf58130905
16
16
github.com/klauspost/compress v1.17.9 // lastest version compatible with golang1.20
17
17
github.com/klauspost/cpuid/v2 v2.2.9 // lastest version compatible with golang1.20
@@ -34,7 +34,7 @@ require (
34
34
github.com/metacubex/tfo-go v0.0.0-20241231083714-66613d49c422
35
35
github.com/metacubex/utls v1.7.0-alpha.1
36
36
github.com/metacubex/wireguard-go v0.0.0-20240922131502-c182e7471181
37
- github.com/miekg/dns v1.1.63
37
+ github.com/miekg/dns v1.1.63 // lastest version compatible with golang1.20
38
38
github.com/mroth/weightedrand/v2 v2.1.0
39
39
github.com/openacid/low v0.1.21
40
40
github.com/oschwald/maxminddb-golang v1.12.0 // lastest version compatible with golang1.20
@@ -45,7 +45,7 @@ require (
45
45
github.com/sagernet/sing v0.5.2
46
46
github.com/sagernet/sing-mux v0.2.1
47
47
github.com/sagernet/smux v0.0.0-20231208180855-7041f6ea79e7
48
- github.com/samber/lo v1.49.1
48
+ github.com/samber/lo v1.50.0
49
49
github.com/shirou/gopsutil/v4 v4.25.1 // lastest version compatible with golang1.20
50
50
github.com/sirupsen/logrus v1.9.3
51
51
github.com/stretchr/testify v1.10.0
@@ -57,6 +57,7 @@ require (
57
57
golang.org/x/crypto v0.33.0 // lastest version compatible with golang1.20
58
58
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e // lastest version compatible with golang1.20
59
59
golang.org/x/net v0.35.0 // lastest version compatible with golang1.20
60
+ golang.org/x/sync v0.11.0
60
61
golang.org/x/sys v0.30.0 // lastest version compatible with golang1.20
61
62
google.golang.org/protobuf v1.34.2 // lastest version compatible with golang1.20
62
63
gopkg.in/yaml.v3 v3.0.1
@@ -110,7 +111,6 @@ require (
110
111
gitlab.com/yawning/bsaes.git v0.0.0-20190805113838-0a714cd429ec // indirect
111
112
go.uber.org/mock v0.4.0 // indirect
112
113
golang.org/x/mod v0.20.0 // indirect
113
- golang.org/x/sync v0.11.0 // indirect
114
114
golang.org/x/text v0.22.0 // indirect
115
115
golang.org/x/time v0.7.0 // indirect
116
116
golang.org/x/tools v0.24.0 // indirect
0 commit comments