fix: docker test

This commit is contained in:
lorsan
2026-04-12 10:24:54 +03:00
parent 26b31221f8
commit 49a3f1b20c
3 changed files with 106 additions and 26 deletions
@@ -5,8 +5,8 @@ import (
"errors"
"testing"
"github.com/moby/moby/api/types"
"github.com/moby/moby/api/types/container"
"github.com/docker/docker/api/types"
"github.com/docker/docker/api/types/container"
"github.com/rs/zerolog"
)