diff options
Diffstat (limited to 'daemon/kill.go')
-rw-r--r-- | daemon/kill.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/kill.go b/daemon/kill.go index b118160f84..586c9661fb 100644 --- a/daemon/kill.go +++ b/daemon/kill.go @@ -8,9 +8,9 @@ import ( "syscall" "time" - "github.com/Sirupsen/logrus" containerpkg "github.com/docker/docker/container" "github.com/docker/docker/pkg/signal" + "github.com/sirupsen/logrus" ) type errNoSuchProcess struct { |