fix(project): rename tool to glint

This commit is contained in:
2026-06-10 22:40:42 +02:00
parent f98e9c42e7
commit 51b3e1f297
18 changed files with 110 additions and 61 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package resolver
import (
"fmt"
"git.k3nny.fr/gitlab-sim/internal/model"
"git.k3nny.fr/glint/internal/model"
"gopkg.in/yaml.v3"
)
+2 -2
View File
@@ -4,8 +4,8 @@ import (
"fmt"
"strings"
"git.k3nny.fr/gitlab-sim/internal/fetcher"
"git.k3nny.fr/gitlab-sim/internal/model"
"git.k3nny.fr/glint/internal/fetcher"
"git.k3nny.fr/glint/internal/model"
)
// IncludeWarning describes a remote include entry that could not be resolved.