1
0
mirror of https://github.com/nitezs/sub2sing-box.git synced 2024-12-23 14:34:41 -05:00
sub2sing-box/go.mod

11 lines
183 B
Modula-2
Raw Normal View History

2024-03-10 15:13:42 -04:00
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
)