mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2024-12-26 12:41:45 +00:00
11 lines
204 B
Modula-2
11 lines
204 B
Modula-2
module github.com/Baipyrus/ProxySwitcher
|
|
|
|
go 1.23.0
|
|
|
|
require github.com/spf13/cobra v1.8.1
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
)
|