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
@@ -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"