fix(deps): update ginkgo import path to v2 in test files

This commit is contained in:
Jan Rundshagen 2025-03-30 10:02:16 +02:00 committed by Jan O. Rundshagen
parent 6d901a7442
commit a9642a2dcc
23 changed files with 116 additions and 157 deletions

View file

@ -4,7 +4,7 @@ import (
"github.com/beatkind/watchtower/pkg/types"
dockerContainer "github.com/docker/docker/api/types/container"
"github.com/docker/go-connections/nat"
. "github.com/onsi/ginkgo"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)