feat(repo): Go to repo.katenary.io

This commit is contained in:
2025-08-19 23:09:50 +02:00
parent c85e61f5d0
commit d34f97fa5d
43 changed files with 238 additions and 219 deletions

View File

@@ -2,12 +2,13 @@ package generator
import (
"fmt"
"github.com/katenary/katenary/internal/generator/labels"
"github.com/katenary/katenary/internal/utils"
"os"
"path/filepath"
"testing"
"repo.katenary.io/katenary/katenary/internal/generator/labels"
"repo.katenary.io/katenary/katenary/internal/utils"
"github.com/compose-spec/compose-go/cli"
)