mirror of
https://github.com/containrrr/watchtower.git
synced 2026-01-04 08:08:49 +01:00
chore(go): rename
This commit is contained in:
parent
95cbb7ff4b
commit
89dba8455b
61 changed files with 126 additions and 126 deletions
|
|
@ -15,9 +15,9 @@ import (
|
|||
log "github.com/sirupsen/logrus"
|
||||
"golang.org/x/net/context"
|
||||
|
||||
"github.com/containrrr/watchtower/pkg/registry"
|
||||
"github.com/containrrr/watchtower/pkg/registry/digest"
|
||||
t "github.com/containrrr/watchtower/pkg/types"
|
||||
"github.com/beatkind/watchtower/pkg/registry"
|
||||
"github.com/beatkind/watchtower/pkg/registry/digest"
|
||||
t "github.com/beatkind/watchtower/pkg/types"
|
||||
)
|
||||
|
||||
const defaultStopSignal = "SIGTERM"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue