mirror of
https://github.com/containrrr/watchtower.git
synced 2026-01-22 00:36:10 +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
|
|
@ -2,7 +2,7 @@ package notifications
|
|||
|
||||
import (
|
||||
s "github.com/beatkind/watchtower/pkg/session"
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,11 @@
|
|||
package notifications_test
|
||||
|
||||
import (
|
||||
"github.com/onsi/gomega/format"
|
||||
"testing"
|
||||
|
||||
. "github.com/onsi/ginkgo"
|
||||
"github.com/onsi/gomega/format"
|
||||
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import (
|
|||
"github.com/beatkind/watchtower/cmd"
|
||||
"github.com/beatkind/watchtower/internal/flags"
|
||||
"github.com/beatkind/watchtower/pkg/notifications"
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import (
|
|||
"github.com/beatkind/watchtower/internal/flags"
|
||||
s "github.com/beatkind/watchtower/pkg/session"
|
||||
"github.com/containrrr/shoutrrr/pkg/types"
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
"github.com/onsi/gomega/gbytes"
|
||||
"github.com/sirupsen/logrus"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue