Correct package dependencies

This commit is contained in:
Nick Fedor 2025-02-01 08:03:22 -07:00
parent 377bed3e9f
commit 45b5335c2f
No known key found for this signature in database
GPG key ID: A167CBEDE64D29CB

View file

@ -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"