Rename module to new repository root

This commit is contained in:
Achim Rohn
2025-11-15 12:04:39 +01:00
parent 7d213824cf
commit 18d05566e2
85 changed files with 251 additions and 251 deletions
+4 -4
View File
@@ -9,11 +9,11 @@ import (
"log"
"reflect"
"ersteller-lib/schema/ent/example/ent/migrate"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/migrate"
"ersteller-lib/schema/ent/example/ent/group"
"ersteller-lib/schema/ent/example/ent/todo"
"ersteller-lib/schema/ent/example/ent/user"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/group"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/todo"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/user"
"entgo.io/ent"
"entgo.io/ent/dialect"
+3 -3
View File
@@ -5,10 +5,10 @@ package ent
import (
"context"
"errors"
"ersteller-lib/schema/ent/example/ent/group"
"ersteller-lib/schema/ent/example/ent/todo"
"ersteller-lib/schema/ent/example/ent/user"
"fmt"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/group"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/todo"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/user"
"reflect"
"sync"
+3 -3
View File
@@ -5,11 +5,11 @@ package enttest
import (
"context"
"ersteller-lib/schema/ent/example/ent"
"git.gorlug.de/code/ersteller/schema/ent/example/ent"
// required by schema hooks.
_ "ersteller-lib/schema/ent/example/ent/runtime"
_ "git.gorlug.de/code/ersteller/schema/ent/example/ent/runtime"
"ersteller-lib/schema/ent/example/ent/migrate"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/migrate"
"entgo.io/ent/dialect/sql/schema"
)
+1 -1
View File
@@ -3,8 +3,8 @@
package ent
import (
"ersteller-lib/schema/ent/example/ent/group"
"fmt"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/group"
"strings"
"time"
+1 -1
View File
@@ -3,7 +3,7 @@
package group
import (
"ersteller-lib/schema/ent/example/ent/predicate"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/predicate"
"time"
"entgo.io/ent/dialect/sql"
+3 -3
View File
@@ -5,10 +5,10 @@ package ent
import (
"context"
"errors"
"ersteller-lib/schema/ent/example/ent/group"
"ersteller-lib/schema/ent/example/ent/todo"
"ersteller-lib/schema/ent/example/ent/user"
"fmt"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/group"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/todo"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/user"
"time"
"entgo.io/ent/dialect/sql/sqlgraph"
+2 -2
View File
@@ -4,8 +4,8 @@ package ent
import (
"context"
"ersteller-lib/schema/ent/example/ent/group"
"ersteller-lib/schema/ent/example/ent/predicate"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/group"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/predicate"
"entgo.io/ent/dialect/sql"
"entgo.io/ent/dialect/sql/sqlgraph"
+4 -4
View File
@@ -5,11 +5,11 @@ package ent
import (
"context"
"database/sql/driver"
"ersteller-lib/schema/ent/example/ent/group"
"ersteller-lib/schema/ent/example/ent/predicate"
"ersteller-lib/schema/ent/example/ent/todo"
"ersteller-lib/schema/ent/example/ent/user"
"fmt"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/group"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/predicate"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/todo"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/user"
"math"
"entgo.io/ent"
+4 -4
View File
@@ -5,11 +5,11 @@ package ent
import (
"context"
"errors"
"ersteller-lib/schema/ent/example/ent/group"
"ersteller-lib/schema/ent/example/ent/predicate"
"ersteller-lib/schema/ent/example/ent/todo"
"ersteller-lib/schema/ent/example/ent/user"
"fmt"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/group"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/predicate"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/todo"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/user"
"time"
"entgo.io/ent/dialect/sql"
+1 -1
View File
@@ -4,8 +4,8 @@ package hook
import (
"context"
"ersteller-lib/schema/ent/example/ent"
"fmt"
"git.gorlug.de/code/ersteller/schema/ent/example/ent"
)
// The GroupFunc type is an adapter to allow the use of ordinary
+4 -4
View File
@@ -5,11 +5,11 @@ package ent
import (
"context"
"errors"
"ersteller-lib/schema/ent/example/ent/group"
"ersteller-lib/schema/ent/example/ent/predicate"
"ersteller-lib/schema/ent/example/ent/todo"
"ersteller-lib/schema/ent/example/ent/user"
"fmt"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/group"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/predicate"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/todo"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/user"
"sync"
"time"
+4 -4
View File
@@ -3,10 +3,10 @@
package ent
import (
"ersteller-lib/schema/ent/example/ent/group"
"ersteller-lib/schema/ent/example/ent/schema"
"ersteller-lib/schema/ent/example/ent/todo"
"ersteller-lib/schema/ent/example/ent/user"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/group"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/schema"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/todo"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/user"
"time"
)
+1 -1
View File
@@ -1,7 +1,7 @@
package schema
import (
"ersteller-lib/schema/ent"
"git.gorlug.de/code/ersteller/schema/ent"
"entgo.io/ent"
"entgo.io/ent/schema/edge"
+1 -1
View File
@@ -1,7 +1,7 @@
package schema
import (
"ersteller-lib/schema/ent"
"git.gorlug.de/code/ersteller/schema/ent"
"entgo.io/ent"
"entgo.io/ent/schema/edge"
+1 -1
View File
@@ -1,7 +1,7 @@
package schema
import (
"ersteller-lib/schema/ent"
"git.gorlug.de/code/ersteller/schema/ent"
"entgo.io/ent"
"entgo.io/ent/schema/edge"
+2 -2
View File
@@ -3,9 +3,9 @@
package ent
import (
"ersteller-lib/schema/ent/example/ent/group"
"ersteller-lib/schema/ent/example/ent/todo"
"fmt"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/group"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/todo"
"strings"
"time"
+1 -1
View File
@@ -3,7 +3,7 @@
package todo
import (
"ersteller-lib/schema/ent/example/ent/predicate"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/predicate"
"time"
"entgo.io/ent/dialect/sql"
+2 -2
View File
@@ -5,9 +5,9 @@ package ent
import (
"context"
"errors"
"ersteller-lib/schema/ent/example/ent/group"
"ersteller-lib/schema/ent/example/ent/todo"
"fmt"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/group"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/todo"
"time"
"entgo.io/ent/dialect/sql/sqlgraph"
+2 -2
View File
@@ -4,8 +4,8 @@ package ent
import (
"context"
"ersteller-lib/schema/ent/example/ent/predicate"
"ersteller-lib/schema/ent/example/ent/todo"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/predicate"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/todo"
"entgo.io/ent/dialect/sql"
"entgo.io/ent/dialect/sql/sqlgraph"
+3 -3
View File
@@ -4,10 +4,10 @@ package ent
import (
"context"
"ersteller-lib/schema/ent/example/ent/group"
"ersteller-lib/schema/ent/example/ent/predicate"
"ersteller-lib/schema/ent/example/ent/todo"
"fmt"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/group"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/predicate"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/todo"
"math"
"entgo.io/ent"
+3 -3
View File
@@ -5,10 +5,10 @@ package ent
import (
"context"
"errors"
"ersteller-lib/schema/ent/example/ent/group"
"ersteller-lib/schema/ent/example/ent/predicate"
"ersteller-lib/schema/ent/example/ent/todo"
"fmt"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/group"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/predicate"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/todo"
"time"
"entgo.io/ent/dialect/sql"
+1 -1
View File
@@ -3,8 +3,8 @@
package ent
import (
"ersteller-lib/schema/ent/example/ent/user"
"fmt"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/user"
"strings"
"time"
+1 -1
View File
@@ -3,7 +3,7 @@
package user
import (
"ersteller-lib/schema/ent/example/ent/predicate"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/predicate"
"time"
"entgo.io/ent/dialect/sql"
+2 -2
View File
@@ -5,9 +5,9 @@ package ent
import (
"context"
"errors"
"ersteller-lib/schema/ent/example/ent/group"
"ersteller-lib/schema/ent/example/ent/user"
"fmt"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/group"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/user"
"time"
"entgo.io/ent/dialect/sql/sqlgraph"
+2 -2
View File
@@ -4,8 +4,8 @@ package ent
import (
"context"
"ersteller-lib/schema/ent/example/ent/predicate"
"ersteller-lib/schema/ent/example/ent/user"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/predicate"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/user"
"entgo.io/ent/dialect/sql"
"entgo.io/ent/dialect/sql/sqlgraph"
+3 -3
View File
@@ -5,10 +5,10 @@ package ent
import (
"context"
"database/sql/driver"
"ersteller-lib/schema/ent/example/ent/group"
"ersteller-lib/schema/ent/example/ent/predicate"
"ersteller-lib/schema/ent/example/ent/user"
"fmt"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/group"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/predicate"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/user"
"math"
"entgo.io/ent"
+3 -3
View File
@@ -5,10 +5,10 @@ package ent
import (
"context"
"errors"
"ersteller-lib/schema/ent/example/ent/group"
"ersteller-lib/schema/ent/example/ent/predicate"
"ersteller-lib/schema/ent/example/ent/user"
"fmt"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/group"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/predicate"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/user"
"time"
"entgo.io/ent/dialect/sql"
+4 -4
View File
@@ -2,11 +2,11 @@ package main
import (
"context"
"ersteller-lib/schema/ent/example/ent"
"ersteller-lib/schema/ent/example/ent/group"
"ersteller-lib/schema/ent/example/ent/todo"
"ersteller-lib/schema/ent/example/ent/user"
"fmt"
"git.gorlug.de/code/ersteller/schema/ent/example/ent"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/group"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/todo"
"git.gorlug.de/code/ersteller/schema/ent/example/ent/user"
"log"
"time"