change repo paths

This commit is contained in:
Simon Aronsson 2019-04-03 21:02:05 +02:00
parent aaaddc8902
commit ab299b59f8
7 changed files with 26 additions and 26 deletions

View file

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