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

@ -9,8 +9,8 @@ import (
"net/url"
"strings"
"github.com/containrrr/watchtower/pkg/registry/helpers"
"github.com/containrrr/watchtower/pkg/types"
"github.com/beatkind/watchtower/pkg/registry/helpers"
"github.com/beatkind/watchtower/pkg/types"
ref "github.com/distribution/reference"
"github.com/sirupsen/logrus"
)