summaryrefslogtreecommitdiff
path: root/cmd/dockerd/daemon_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/dockerd/daemon_test.go')
-rw-r--r--cmd/dockerd/daemon_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dockerd/daemon_test.go b/cmd/dockerd/daemon_test.go
index 7ae91fe1a7..1b81aa5734 100644
--- a/cmd/dockerd/daemon_test.go
+++ b/cmd/dockerd/daemon_test.go
@@ -3,10 +3,10 @@ package main
import (
"testing"
- "github.com/Sirupsen/logrus"
"github.com/docker/docker/daemon/config"
"github.com/docker/docker/pkg/testutil"
"github.com/docker/docker/pkg/testutil/tempfile"
+ "github.com/sirupsen/logrus"
"github.com/spf13/pflag"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"