summaryrefslogtreecommitdiff
path: root/daemon/errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/errors.go')
-rw-r--r--daemon/errors.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/errors.go b/daemon/errors.go
index b39f9d1720..e3a16b0586 100644
--- a/daemon/errors.go
+++ b/daemon/errors.go
@@ -5,7 +5,7 @@ import (
"strings"
"syscall"
- "github.com/docker/docker/api/errdefs"
+ "github.com/docker/docker/errdefs"
"github.com/pkg/errors"
"google.golang.org/grpc"
)