chore(go): rename

This commit is contained in:
Jan Rundshagen 2024-07-08 15:18:32 +02:00 committed by Jan O. Rundshagen
parent 95cbb7ff4b
commit 89dba8455b
61 changed files with 126 additions and 126 deletions

View file

@ -11,10 +11,10 @@ import (
"strings"
"time"
"github.com/containrrr/watchtower/internal/meta"
"github.com/containrrr/watchtower/pkg/registry/auth"
"github.com/containrrr/watchtower/pkg/registry/manifest"
"github.com/containrrr/watchtower/pkg/types"
"github.com/beatkind/watchtower/internal/meta"
"github.com/beatkind/watchtower/pkg/registry/auth"
"github.com/beatkind/watchtower/pkg/registry/manifest"
"github.com/beatkind/watchtower/pkg/types"
"github.com/sirupsen/logrus"
)

View file

@ -2,9 +2,9 @@ package digest_test
import (
"fmt"
"github.com/containrrr/watchtower/internal/actions/mocks"
"github.com/containrrr/watchtower/pkg/registry/digest"
wtTypes "github.com/containrrr/watchtower/pkg/types"
"github.com/beatkind/watchtower/internal/actions/mocks"
"github.com/beatkind/watchtower/pkg/registry/digest"
wtTypes "github.com/beatkind/watchtower/pkg/types"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"github.com/onsi/gomega/ghttp"