mirror of
https://github.com/spf13/cobra
synced 2024-11-16 18:57:08 +00:00
178edbb247
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](https://github.com/spf13/viper/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 lines
226 B
Modula-2
11 lines
226 B
Modula-2
module github.com/spf13/cobra
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1
|
|
github.com/inconshreveable/mousetrap v1.0.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.10.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|