Changed project uri

This commit is contained in:
Martino Ferrari
2026-01-23 11:46:59 +01:00
parent 4379960835
commit 99bd5bffdd
35 changed files with 100 additions and 100 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ import (
"sort"
"strings"
"github.com/marte-dev/marte-dev-tools/internal/index"
"github.com/marte-dev/marte-dev-tools/internal/parser"
"github.com/marte-community/marte-dev-tools/internal/index"
"github.com/marte-community/marte-dev-tools/internal/parser"
)
type Builder struct {
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"sort"
"strings"
"github.com/marte-dev/marte-dev-tools/internal/parser"
"github.com/marte-community/marte-dev-tools/internal/parser"
)
type Insertable struct {
+2 -2
View File
@@ -5,8 +5,8 @@ import (
"path/filepath"
"strings"
"github.com/marte-dev/marte-dev-tools/internal/logger"
"github.com/marte-dev/marte-dev-tools/internal/parser"
"github.com/marte-community/marte-dev-tools/internal/logger"
"github.com/marte-community/marte-dev-tools/internal/parser"
)
type ProjectTree struct {
+5 -5
View File
@@ -9,11 +9,11 @@ import (
"os"
"strings"
"github.com/marte-dev/marte-dev-tools/internal/formatter"
"github.com/marte-dev/marte-dev-tools/internal/index"
"github.com/marte-dev/marte-dev-tools/internal/logger"
"github.com/marte-dev/marte-dev-tools/internal/parser"
"github.com/marte-dev/marte-dev-tools/internal/validator"
"github.com/marte-community/marte-dev-tools/internal/formatter"
"github.com/marte-community/marte-dev-tools/internal/index"
"github.com/marte-community/marte-dev-tools/internal/logger"
"github.com/marte-community/marte-dev-tools/internal/parser"
"github.com/marte-community/marte-dev-tools/internal/validator"
)
type JsonRpcMessage struct {
+2 -2
View File
@@ -7,8 +7,8 @@ import (
"strings"
"testing"
"github.com/marte-dev/marte-dev-tools/internal/index"
"github.com/marte-dev/marte-dev-tools/internal/parser"
"github.com/marte-community/marte-dev-tools/internal/index"
"github.com/marte-community/marte-dev-tools/internal/parser"
)
func TestInitProjectScan(t *testing.T) {
+1 -1
View File
@@ -3,7 +3,7 @@ package parser_test
import (
"testing"
"github.com/marte-dev/marte-dev-tools/internal/parser"
"github.com/marte-community/marte-dev-tools/internal/parser"
)
func TestParserStrictness(t *testing.T) {
+3 -3
View File
@@ -8,9 +8,9 @@ import (
"cuelang.org/go/cue"
"cuelang.org/go/cue/errors"
"github.com/marte-dev/marte-dev-tools/internal/index"
"github.com/marte-dev/marte-dev-tools/internal/parser"
"github.com/marte-dev/marte-dev-tools/internal/schema"
"github.com/marte-community/marte-dev-tools/internal/index"
"github.com/marte-community/marte-dev-tools/internal/parser"
"github.com/marte-community/marte-dev-tools/internal/schema"
)
type DiagnosticLevel int