summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-10-19 08:18:00 +0000
committerDaniel J Walsh <dwalsh@redhat.com>2020-10-23 07:02:50 -0400
commit259a9ad2192936d6c38af6b72c95b76ef3258daa (patch)
tree58734aceabb016ca5b8577c85d838cd8f925f8fb /go.mod
parent51fa8ded9ffb7924288a2728ce92af7f6cc66d34 (diff)
downloadpodman-259a9ad2192936d6c38af6b72c95b76ef3258daa.tar.gz
podman-259a9ad2192936d6c38af6b72c95b76ef3258daa.tar.bz2
podman-259a9ad2192936d6c38af6b72c95b76ef3258daa.zip
Bump github.com/spf13/cobra from 1.1.0 to 1.1.1
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.1.0 to 1.1.1. - [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.0...v1.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 41ea2f62e..57a02fcb2 100644
--- a/go.mod
+++ b/go.mod
@@ -52,7 +52,7 @@ require (
github.com/pmezard/go-difflib v1.0.0
github.com/rootless-containers/rootlesskit v0.10.1
github.com/sirupsen/logrus v1.7.0
- github.com/spf13/cobra v1.1.0
+ github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.6.1