feat(repo): use the katenary.io URL
All checks were successful
Go-Tests / tests (pull_request) Successful in 2m0s
Go-Tests / sonar (pull_request) Successful in 57s

This commit is contained in:
2025-08-19 23:58:51 +02:00
parent 8e54d611eb
commit 95609a3092
30 changed files with 57 additions and 57 deletions

View File

@@ -6,7 +6,7 @@ import (
"path/filepath"
"testing"
"repo.katenary.io/katenary/katenary/internal/generator/labels"
"katenary.io/internal/generator/labels"
"github.com/compose-spec/compose-go/cli"
)