mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Update logrus to v1.0.1
Fixes case sensitivity issue Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
@@ -6,9 +6,9 @@ import (
|
||||
"net/http"
|
||||
"time"
|
||||
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/docker/docker/api/errors"
|
||||
containerpkg "github.com/docker/docker/container"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
// ContainerStop looks for the given container and terminates it,
|
||||
|
||||
Reference in New Issue
Block a user