mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 22:20:12 +01:00
change upper case S in sirupsen to lower case to avoid build error
This commit is contained in:
parent
09f047ab8b
commit
d989254b1a
7 changed files with 7 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue