summaryrefslogtreecommitdiff
path: root/daemon/stop.go
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/stop.go')
-rw-r--r--daemon/stop.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/stop.go b/daemon/stop.go
index 9b0bdcd2e3..d3b5297fb2 100644
--- a/daemon/stop.go
+++ b/daemon/stop.go
@@ -4,8 +4,8 @@ import (
"context"
"time"
- "github.com/docker/docker/api/errdefs"
containerpkg "github.com/docker/docker/container"
+ "github.com/docker/docker/errdefs"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
)