mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
Correct package dependencies
This commit is contained in:
parent
377bed3e9f
commit
45b5335c2f
1 changed files with 2 additions and 4 deletions
|
@ -9,12 +9,10 @@ import (
|
|||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
|
||||
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"
|
||||
i "github.com/docker/docker/api/types/image"
|
||||
t "github.com/nicholas-fedor/watchtower/pkg/types"
|
||||
"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