refactor(docker): migrate from github.com/docker/docker to github.com/moby/moby

This commit is contained in:
yusing
2025-11-13 23:03:27 +08:00
parent b1aae1cacf
commit c156173757
26 changed files with 173 additions and 190 deletions

View File

@@ -3,7 +3,7 @@ package events
import (
"fmt"
dockerEvents "github.com/docker/docker/api/types/events"
dockerEvents "github.com/moby/moby/api/types/events"
)
type (