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" "math/rand"
"time" "time"
log "github.com/Sirupsen/logrus" log "github.com/sirupsen/logrus"
"github.com/v2tec/watchtower/container" "github.com/v2tec/watchtower/container"
) )

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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