mirror of
https://github.com/containrrr/watchtower.git
synced 2026-01-29 12:16:09 +01:00
change upper case S in sirupsen to lower case to avoid build error
This commit is contained in:
parent
a60454a707
commit
72701657c5
7 changed files with 7 additions and 7 deletions
|
|
@ -9,7 +9,7 @@ import (
|
|||
|
||||
"strconv"
|
||||
|
||||
log "github.com/Sirupsen/logrus"
|
||||
log "github.com/sirupsen/logrus"
|
||||
"github.com/urfave/cli"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
package notifications
|
||||
|
||||
import (
|
||||
log "github.com/Sirupsen/logrus"
|
||||
log "github.com/sirupsen/logrus"
|
||||
"github.com/urfave/cli"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue