Bump kube-openapi to the latest

This will help us to get rid of `Ginkgo` v1 dep.

Signed-off-by: Dave Chen <dave.chen@arm.com>
This commit is contained in:
Dave Chen
2022-06-28 15:59:50 +08:00
parent 7f920da442
commit 597071af17
179 changed files with 4562 additions and 2001 deletions

8
vendor/github.com/onsi/gomega/tools generated vendored Normal file
View File

@@ -0,0 +1,8 @@
//go:build tools
// +build tools
package main
import (
_ "github.com/onsi/ginkgo/v2/ginkgo"
)