diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-02-10 09:18:31 +0000 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-02-10 12:35:20 +0100 |
commit | 46b014bad5f1d471a2ebfd819dfdf33a184ea109 (patch) | |
tree | 2743957c7d5919f25846037421a0ef8963c6b266 /vendor/gopkg.in/yaml.v2/go.mod | |
parent | 055e2dda3a1888d319d542abe8735e791e736451 (diff) | |
download | podman-46b014bad5f1d471a2ebfd819dfdf33a184ea109.tar.gz podman-46b014bad5f1d471a2ebfd819dfdf33a184ea109.tar.bz2 podman-46b014bad5f1d471a2ebfd819dfdf33a184ea109.zip |
Bump github.com/spf13/cobra from 1.1.1 to 1.1.2
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spf13/cobra/compare/v1.1.1...v1.1.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'vendor/gopkg.in/yaml.v2/go.mod')
-rw-r--r-- | vendor/gopkg.in/yaml.v2/go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vendor/gopkg.in/yaml.v2/go.mod b/vendor/gopkg.in/yaml.v2/go.mod index 1934e8769..2cbb85aea 100644 --- a/vendor/gopkg.in/yaml.v2/go.mod +++ b/vendor/gopkg.in/yaml.v2/go.mod @@ -1,5 +1,5 @@ -module "gopkg.in/yaml.v2" +module gopkg.in/yaml.v2 -require ( - "gopkg.in/check.v1" v0.0.0-20161208181325-20d25e280405 -) +go 1.15 + +require gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 |