@@ -7,14 +7,14 @@ require (
7
7
github.com/bahlo/generic-list-go v0.2.0
8
8
github.com/coreos/go-iptables v0.8.0
9
9
github.com/dlclark/regexp2 v1.11.5
10
- github.com/enfein/mieru/v3 v3.11.2
10
+ github.com/enfein/mieru/v3 v3.12.0
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
14
github.com/gofrs/uuid/v5 v5.3.1
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
- github.com/klauspost/cpuid/v2 v2.2.9
17
+ github.com/klauspost/cpuid/v2 v2.2.9 // lastest version compatible with golang1.20
18
18
github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40
19
19
github.com/mdlayher/netlink v1.7.2
20
20
github.com/metacubex/amneziawg-go v0.0.0-20240922133038-fdf3a4d5a4ab
@@ -37,7 +37,7 @@ require (
37
37
github.com/mroth/weightedrand/v2 v2.1.0
38
38
github.com/openacid/low v0.1.21
39
39
github.com/oschwald/maxminddb-golang v1.12.0 // lastest version compatible with golang1.20
40
- github.com/puzpuzpuz/xsync/v3 v3.5.0
40
+ github.com/puzpuzpuz/xsync/v3 v3.5.1
41
41
github.com/sagernet/cors v1.2.1
42
42
github.com/sagernet/fswatch v0.1.1
43
43
github.com/sagernet/netlink v0.0.0-20240612041022-b9a21c07ac6a
@@ -46,21 +46,21 @@ require (
46
46
github.com/sagernet/sing-shadowtls v0.1.5
47
47
github.com/sagernet/smux v0.0.0-20231208180855-7041f6ea79e7
48
48
github.com/samber/lo v1.49.1
49
- github.com/shirou/gopsutil/v4 v4.25.1
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
52
52
github.com/vmihailenco/msgpack/v5 v5.4.1
53
53
github.com/wk8/go-ordered-map/v2 v2.1.8
54
54
gitlab.com/go-extension/aes-ccm v0.0.0-20230221065045-e58665ef23c7
55
55
go.uber.org/automaxprocs v1.6.0
56
56
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
57
- golang.org/x/crypto v0.33.0
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
- golang.org/x/net v0.35.0
60
- golang.org/x/sys v0.30.0
59
+ golang.org/x/net v0.35.0 // lastest version compatible with golang1.20
60
+ golang.org/x/sys v0.30.0 // lastest version compatible with golang1.20
61
61
google.golang.org/protobuf v1.34.2 // lastest version compatible with golang1.20
62
62
gopkg.in/yaml.v3 v3.0.1
63
- lukechampine.com/blake3 v1.3.0
63
+ lukechampine.com/blake3 v1.3.0 // lastest version compatible with golang1.20
64
64
)
65
65
66
66
require (
0 commit comments