From 3d4a0e42b3ef1f36d7bdfd211ad0e8cb43b242e6 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Tue, 1 Dec 2020 12:32:27 +0100 Subject: 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 --- go.mod | 2 -- 1 file changed, 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 2ed1c56d1..8ca63323e 100644 --- a/go.mod +++ b/go.mod @@ -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 -- cgit v1.2.3-54-g00ecf