1
0
mirror of https://github.com/bestnite/sub2sing-box.git synced 2026-06-08 16:04:43 +00:00

重构部分代码

fix: vless ws 配置缺少 path 字段
This commit is contained in:
2024-03-21 00:02:38 +08:00
committed by Nite07
parent 86885f6b47
commit 1a7944f7a1
33 changed files with 757 additions and 548 deletions
+4 -2
View File
@@ -2,7 +2,10 @@ module sub2sing-box
go 1.21.5
require github.com/spf13/cobra v1.8.0
require (
github.com/spf13/cobra v1.8.0
golang.org/x/text v0.9.0
)
require (
github.com/bytedance/sonic v1.9.1 // indirect
@@ -26,7 +29,6 @@ require (
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)