1
0
mirror of https://github.com/bestnite/sub2sing-box.git synced 2026-06-08 16:04:43 +00:00
This commit is contained in:
2024-03-11 03:13:42 +08:00
commit c75126e368
25 changed files with 1028 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
module sub2sing-box
go 1.21.5
require github.com/spf13/cobra v1.8.0
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)