Merge pull request #812 from liornoy/ginkgov2

Update ginkgo to v2
This commit is contained in:
Dan Williams
2023-02-20 10:58:24 -06:00
committed by GitHub
246 changed files with 14216 additions and 10609 deletions

View File

@ -15,7 +15,7 @@
package main
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
"testing"

View File

@ -33,7 +33,7 @@ import (
"github.com/vishvananda/netlink"
"github.com/containernetworking/plugins/plugins/ipam/host-local/backend/allocator"
. "github.com/onsi/ginkgo"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)