mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-31 22:28:48 +01:00
Migrate to Ginkgo v2
This commit is contained in:
parent
0e1243b375
commit
377bed3e9f
23 changed files with 25 additions and 98 deletions
|
|
@ -9,13 +9,13 @@ import (
|
|||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
"github.com/onsi/ginkgo"
|
||||
|
||||
t "github.com/nicholas-fedor/watchtower/pkg/types"
|
||||
|
||||
"github.com/docker/docker/api/types"
|
||||
i "github.com/docker/docker/api/types/image"
|
||||
"github.com/docker/docker/api/types/filters"
|
||||
"github.com/onsi/ginkgo/v2"
|
||||
O "github.com/onsi/gomega"
|
||||
"github.com/onsi/gomega/ghttp"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue