2024-08-29 20:56:26 +00:00
|
|
|
module github.com/Baipyrus/ProxySwitcher
|
|
|
|
|
|
|
|
go 1.23.0
|
2024-08-29 20:59:34 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
|
|
github.com/spf13/cobra v1.8.1 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
)
|