mirror of
https://github.com/containrrr/watchtower.git
synced 2026-01-03 23:58:49 +01:00
fix(deps): update ginkgo import path to v2 in test files
This commit is contained in:
parent
6d901a7442
commit
a9642a2dcc
23 changed files with 116 additions and 157 deletions
|
|
@ -1,9 +1,10 @@
|
|||
package container
|
||||
|
||||
import (
|
||||
"github.com/docker/docker/api/types/network"
|
||||
"time"
|
||||
|
||||
"github.com/docker/docker/api/types/network"
|
||||
|
||||
"github.com/beatkind/watchtower/internal/util"
|
||||
"github.com/beatkind/watchtower/pkg/container/mocks"
|
||||
"github.com/beatkind/watchtower/pkg/filters"
|
||||
|
|
@ -17,7 +18,7 @@ import (
|
|||
"github.com/onsi/gomega/ghttp"
|
||||
"github.com/sirupsen/logrus"
|
||||
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
gt "github.com/onsi/gomega/types"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue