mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2024-12-26 04:31:45 +00:00
1e00a2a696
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.24.0 to 0.27.0. - [Commits](https://github.com/golang/sys/compare/v0.24.0...v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/sys 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.8.1
|
|
golang.org/x/sys v0.27.0
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
)
|