1
0
mirror of https://github.com/containrrr/watchtower.git synced 2024-12-12 09:04:17 +02:00

change upper case S in sirupsen to lower case to avoid build error

This commit is contained in:
ubergesundheit 2017-11-27 12:03:00 +01:00 committed by Fabrizio Steiner
parent 09f047ab8b
commit d989254b1a
7 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@ import (
"math/rand"
"time"
log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/v2tec/watchtower/container"
)

View File

@ -5,7 +5,7 @@ import (
"io/ioutil"
"time"
log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/docker/docker/api/types"
"github.com/docker/docker/api/types/network"
dockerclient "github.com/docker/docker/client"

View File

@ -5,7 +5,7 @@ import (
"os"
"strings"
log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/docker/docker/api/types"
"github.com/docker/docker/api/types/reference"
"github.com/docker/docker/cli/command"

View File

@ -1,6 +1,6 @@
package: github.com/v2tec/watchtower
import:
- package: github.com/Sirupsen/logrus
- package: github.com/sirupsen/logrus
version: ~0.11.x
- package: github.com/docker/docker
version: ~1.13.x

View File

@ -8,7 +8,7 @@ import (
"strconv"
log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/robfig/cron"
"github.com/urfave/cli"
"github.com/v2tec/watchtower/actions"

View File

@ -9,7 +9,7 @@ import (
"strconv"
log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/urfave/cli"
)

View File

@ -1,7 +1,7 @@
package notifications
import (
log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/urfave/cli"
)