diff options
author | Paul Holzinger <paul.holzinger@web.de> | 2020-12-01 12:32:27 +0100 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2020-12-07 15:20:57 -0500 |
commit | 0a4e44fc2bd9471b6cf50a2c6c1e5d11598b9d81 (patch) | |
tree | ca835fd6827ac6de2ac7b7a956e37c0a08df294d /go.mod | |
parent | 1ad0554d99c45a7322160968fd4c8fa143fa7377 (diff) | |
download | podman-0a4e44fc2bd9471b6cf50a2c6c1e5d11598b9d81.tar.gz podman-0a4e44fc2bd9471b6cf50a2c6c1e5d11598b9d81.tar.bz2 podman-0a4e44fc2bd9471b6cf50a2c6c1e5d11598b9d81.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 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -75,5 +75,3 @@ require ( ) replace github.com/cri-o/ocicni => github.com/cri-o/ocicni v0.2.1-0.20201109200316-afdc16ba66df - -replace github.com/spf13/cobra => github.com/Luap99/cobra v1.0.1-0.20201110155035-83a59186c706 |