OCI: vendor dependencies

Signed-off-by: Roy Golan <rgolan@redhat.com>
This commit is contained in:
Roy Golan 2021-11-17 10:34:06 +02:00 committed by Sanne Raymaekers
parent c5feb93279
commit 932e0269f5
1358 changed files with 151693 additions and 0 deletions

5
vendor/github.com/spf13/cobra/command_notwin.go generated vendored Normal file
View file

@ -0,0 +1,5 @@
// +build !windows
package cobra
var preExecHookFn func(*Command)