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

pull/113/head
ubergesundheit 8 years ago committed by Fabrizio Steiner
parent 09f047ab8b
commit d989254b1a

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

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

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

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

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

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

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

Loading…
Cancel
Save