File tree Expand file tree Collapse file tree 3 files changed +1
-1
lines changed Expand file tree Collapse file tree 3 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ import (
23
23
buildbackend "github.com/docker/docker/api/server/backend/build"
24
24
"github.com/docker/docker/api/server/middleware"
25
25
"github.com/docker/docker/api/server/router"
26
- debugrouter "github.com/docker/docker/api/server/router/debug"
27
26
distributionrouter "github.com/docker/docker/api/server/router/distribution"
28
27
grpcrouter "github.com/docker/docker/api/server/router/grpc"
29
28
"github.com/docker/docker/api/server/router/image"
@@ -45,6 +44,7 @@ import (
45
44
"github.com/docker/docker/daemon/server/router/build"
46
45
checkpointrouter "github.com/docker/docker/daemon/server/router/checkpoint"
47
46
"github.com/docker/docker/daemon/server/router/container"
47
+ debugrouter "github.com/docker/docker/daemon/server/router/debug"
48
48
"github.com/docker/docker/dockerversion"
49
49
"github.com/docker/docker/internal/otelutil"
50
50
"github.com/docker/docker/libcontainerd/supervisor"
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments