diff options
author | Paul Holzinger <paul.holzinger@web.de> | 2020-12-01 12:32:27 +0100 |
---|---|---|
committer | Paul Holzinger <paul.holzinger@web.de> | 2020-12-01 14:15:18 +0100 |
commit | 3d4a0e42b3ef1f36d7bdfd211ad0e8cb43b242e6 (patch) | |
tree | a967a31d9c708a80d6aefa84fb1389dc94b4f446 /vendor/modules.txt | |
parent | ca612a3407eeecfedc38b629731f1e7a0105020f (diff) | |
download | podman-3d4a0e42b3ef1f36d7bdfd211ad0e8cb43b242e6.tar.gz podman-3d4a0e42b3ef1f36d7bdfd211ad0e8cb43b242e6.tar.bz2 podman-3d4a0e42b3ef1f36d7bdfd211ad0e8cb43b242e6.zip |
Revert the custom cobra vendor
Vendor in the latest cobra release v1.1.1
This will hurt the completion experience but is required for
proper packaging, see: #8528.
The best solution is to keep the current scripts since they
work fine with cobra v1.1.1.
Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 674b7a4e4..557fe263f 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -512,7 +512,7 @@ github.com/seccomp/libseccomp-golang # github.com/sirupsen/logrus v1.7.0 github.com/sirupsen/logrus github.com/sirupsen/logrus/hooks/syslog -# github.com/spf13/cobra v1.1.1 => github.com/Luap99/cobra v1.0.1-0.20201110155035-83a59186c706 +# github.com/spf13/cobra v1.1.1 github.com/spf13/cobra # github.com/spf13/pflag v1.0.5 github.com/spf13/pflag |