remove unwanted changes from merge delta

This commit is contained in:
Simon Aronsson 2019-04-04 20:35:19 +02:00
parent 385b6db472
commit ec98f52182
13 changed files with 144 additions and 295 deletions

View file

@ -3,7 +3,7 @@ package actions
import (
"sort"
"github.com/kopfkrieg/watchtower/container"
"github.com/containrrr/watchtower/container"
)
// CheckPrereqs will ensure that there are not multiple instances of the

View file

@ -4,12 +4,12 @@ import (
"math/rand"
"time"
"github.com/kopfkrieg/watchtower/container"
log "github.com/sirupsen/logrus"
"github.com/containrrr/watchtower/container"
)
var (
letters = []rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ")
letters = []rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ")
)
// Update looks at the running Docker containers to see if any of the images