This commit is contained in:
iceBear67
2026-07-24 13:29:16 +00:00
commit 2275bd7dc4
29 changed files with 3641 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
module sing-vis
go 1.24.7
require (
github.com/sagernet/sing v0.8.12-0.20260721063414-596db5dd6ef4
github.com/sagernet/sing-box v0.0.0-00010101000000-000000000000
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
)
require (
github.com/miekg/dns v1.1.72 // indirect
golang.org/x/mod v0.33.0 // indirect
golang.org/x/net v0.50.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/tools v0.42.0 // indirect
)
replace github.com/sagernet/sing-box => ./sing-box