ProxySwitcher/go.mod
dependabot[bot] 7e879ee104
Bump golang.org/x/sys from 0.24.0 to 0.28.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.24.0 to 0.28.0.
- [Commits](https://github.com/golang/sys/compare/v0.24.0...v0.28.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>
2024-12-09 03:25:42 +00:00

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.28.0
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)