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

@@ -9,9 +9,9 @@ import (
"reflect"
"strings"
"repo.katenary.io/katenary/katenary/internal/generator/labels"
"repo.katenary.io/katenary/katenary/internal/generator/labels/labelstructs"
"repo.katenary.io/katenary/katenary/internal/utils"
"katenary.io/internal/generator/labels"
"katenary.io/internal/generator/labels/labelstructs"
"katenary.io/internal/utils"
"github.com/compose-spec/compose-go/types"
"github.com/invopop/jsonschema"