spf13--cobra/go.mod
dependabot[bot] cdd6ad5bb1
build(deps): bump github.com/inconshreveable/mousetrap
Bumps [github.com/inconshreveable/mousetrap](https://github.com/inconshreveable/mousetrap) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/inconshreveable/mousetrap/releases)
- [Commits](https://github.com/inconshreveable/mousetrap/compare/v1.0.1...v1.1)

---
updated-dependencies:
- dependency-name: github.com/inconshreveable/mousetrap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-03 02:38:30 +00:00

10 lines
194 B
Modula-2

module github.com/spf13/cobra
go 1.15
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2
github.com/inconshreveable/mousetrap v1.1.0
github.com/spf13/pflag v1.0.5
gopkg.in/yaml.v3 v3.0.1
)