mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-13 21:56:38 +01:00
change repo paths
This commit is contained in:
parent
aaaddc8902
commit
ab299b59f8
7 changed files with 26 additions and 26 deletions
8
main.go
8
main.go
|
|
@ -1,4 +1,4 @@
|
|||
package main // import "github.com/v2tec/watchtower"
|
||||
package main // import "github.com/containrrr/watchtower"
|
||||
|
||||
import (
|
||||
"os"
|
||||
|
|
@ -11,9 +11,9 @@ import (
|
|||
"github.com/robfig/cron"
|
||||
log "github.com/sirupsen/logrus"
|
||||
"github.com/urfave/cli"
|
||||
"github.com/v2tec/watchtower/actions"
|
||||
"github.com/v2tec/watchtower/container"
|
||||
"github.com/v2tec/watchtower/notifications"
|
||||
"github.com/containrrr/watchtower/actions"
|
||||
"github.com/containrrr/watchtower/container"
|
||||
"github.com/containrrr/watchtower/notifications"
|
||||
)
|
||||
|
||||
// DockerAPIMinVersion is the version of the docker API, which is minimally required by
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue