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
go.mod Normal file
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
)