gomod2nix/go.mod
dependabot[bot] b6c1995b8a build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.8.0
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.4.0 to 1.8.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.4.0...v1.8.0)

---
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>
2023-11-14 08:29:50 +00:00

18 lines
455 B
Modula-2

module github.com/nix-community/gomod2nix
go 1.17
require (
github.com/BurntSushi/toml v1.3.2
github.com/nix-community/go-nix v0.0.0-20220612195009-5f5614f7ca47
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.8.0
golang.org/x/mod v0.14.0
golang.org/x/tools/go/vcs v0.1.0-deprecated
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.14.0 // indirect
)