update ginko version

This commit is contained in:
Phil Nichol 2023-01-04 17:13:10 +00:00
parent d904e21dfd
commit 0ded8194f2
No known key found for this signature in database
GPG key ID: 998C1F11E05F7B14

View file

@ -19,7 +19,8 @@ package annotations
import (
"strings"
"github.com/onsi/ginkgo"
"github.com/onsi/ginkgo/v2"
"k8s.io/ingress-nginx/test/e2e/framework"
)