refactor(libstack): use libstack [EE-5474] (#9122)

This commit is contained in:
Chaim Lev-Ari
2023-06-28 08:03:52 +07:00
committed by GitHub
parent 599d214e50
commit c452de82b7
7 changed files with 10 additions and 10 deletions

View File

@@ -9,9 +9,9 @@ import (
"strings"
"testing"
"github.com/portainer/docker-compose-wrapper/compose"
portainer "github.com/portainer/portainer/api"
"github.com/portainer/portainer/api/internal/testhelpers"
"github.com/portainer/portainer/pkg/libstack/compose"
"github.com/rs/zerolog/log"
)