mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Move api/errdefs to errdefs
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
@@ -7,9 +7,9 @@ import (
|
||||
"runtime"
|
||||
"testing"
|
||||
|
||||
"github.com/docker/docker/api/errdefs"
|
||||
containertypes "github.com/docker/docker/api/types/container"
|
||||
"github.com/docker/docker/container"
|
||||
"github.com/docker/docker/errdefs"
|
||||
_ "github.com/docker/docker/pkg/discovery/memory"
|
||||
"github.com/docker/docker/pkg/idtools"
|
||||
"github.com/docker/docker/pkg/truncindex"
|
||||
|
||||
Reference in New Issue
Block a user