feat: migrate to golang

This commit is contained in:
2026-07-19 20:01:38 +08:00
parent 302d4e6bb5
commit a2630df9e0
69 changed files with 4750 additions and 3369 deletions

14
go.mod Normal file
View File

@ -0,0 +1,14 @@
module gitea.epss.net.cn/klesh/ss
go 1.26.5
require (
github.com/spf13/cobra v1.10.2
golang.org/x/sys v0.47.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
)