Move internal/otelutil to daemon/internal/otelutil

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2025-07-24 12:14:30 -07:00
parent b62b542c2e
commit c3b0e0130a
17 changed files with 13 additions and 13 deletions

View File

@@ -11,8 +11,8 @@ import (
mobyc8dstore "github.com/docker/docker/daemon/containerd"
"github.com/docker/docker/daemon/internal/libcontainerd"
"github.com/docker/docker/daemon/internal/metrics"
"github.com/docker/docker/daemon/internal/otelutil"
"github.com/docker/docker/errdefs"
"github.com/docker/docker/internal/otelutil"
"github.com/moby/moby/api/types/backend"
"github.com/moby/moby/api/types/events"
"github.com/pkg/errors"