1
0
mirror of https://github.com/nitezs/sub2sing-box.git synced 2024-12-23 13:44:42 -05:00
sub2sing-box/go.mod
2024-03-11 03:13:42 +08:00

11 lines
183 B
Modula-2

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
)