summaryrefslogtreecommitdiff
path: root/daemon/daemon_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/daemon_unix.go')
-rw-r--r--daemon/daemon_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/daemon_unix.go b/daemon/daemon_unix.go
index 562b7496a7..ea306ee857 100644
--- a/daemon/daemon_unix.go
+++ b/daemon/daemon_unix.go
@@ -16,7 +16,6 @@ import (
"strings"
"time"
- "github.com/Sirupsen/logrus"
"github.com/docker/docker/api/types"
"github.com/docker/docker/api/types/blkiodev"
pblkiodev "github.com/docker/docker/api/types/blkiodev"
@@ -44,6 +43,7 @@ import (
specs "github.com/opencontainers/runtime-spec/specs-go"
"github.com/opencontainers/selinux/go-selinux/label"
"github.com/pkg/errors"
+ "github.com/sirupsen/logrus"
"github.com/vishvananda/netlink"
"golang.org/x/sys/unix"
)