mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2025-02-22 20:51:46 +00:00
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.1 to 1.9.1. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/v1.8.1...v1.9.1) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
14 lines
235 B
Modula-2
14 lines
235 B
Modula-2
module github.com/Baipyrus/ProxySwitcher
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
github.com/spf13/cobra v1.9.1
|
|
golang.org/x/sys v0.24.0
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
)
|