Revert "Rename module to git.gorlug.de/code/golang/ersteller-lib"
This reverts commit 3acac94217.
This commit is contained in:
@@ -9,11 +9,11 @@ import (
|
||||
"log"
|
||||
"reflect"
|
||||
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/migrate"
|
||||
"ersteller-lib/schema/ent/example/ent/migrate"
|
||||
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/group"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/todo"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/user"
|
||||
"ersteller-lib/schema/ent/example/ent/group"
|
||||
"ersteller-lib/schema/ent/example/ent/todo"
|
||||
"ersteller-lib/schema/ent/example/ent/user"
|
||||
|
||||
"entgo.io/ent"
|
||||
"entgo.io/ent/dialect"
|
||||
|
||||
@@ -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/golang/ersteller-lib/schema/ent/example/ent/group"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/todo"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/user"
|
||||
"reflect"
|
||||
"sync"
|
||||
|
||||
|
||||
@@ -5,11 +5,11 @@ package enttest
|
||||
import (
|
||||
"context"
|
||||
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent"
|
||||
"ersteller-lib/schema/ent/example/ent"
|
||||
// required by schema hooks.
|
||||
_ "git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/runtime"
|
||||
_ "ersteller-lib/schema/ent/example/ent/runtime"
|
||||
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/migrate"
|
||||
"ersteller-lib/schema/ent/example/ent/migrate"
|
||||
|
||||
"entgo.io/ent/dialect/sql/schema"
|
||||
)
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
package ent
|
||||
|
||||
import (
|
||||
"ersteller-lib/schema/ent/example/ent/group"
|
||||
"fmt"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/group"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
package group
|
||||
|
||||
import (
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/predicate"
|
||||
"ersteller-lib/schema/ent/example/ent/predicate"
|
||||
"time"
|
||||
|
||||
"entgo.io/ent/dialect/sql"
|
||||
|
||||
@@ -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/golang/ersteller-lib/schema/ent/example/ent/group"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/todo"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/user"
|
||||
"time"
|
||||
|
||||
"entgo.io/ent/dialect/sql/sqlgraph"
|
||||
|
||||
@@ -4,8 +4,8 @@ package ent
|
||||
|
||||
import (
|
||||
"context"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/group"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/predicate"
|
||||
"ersteller-lib/schema/ent/example/ent/group"
|
||||
"ersteller-lib/schema/ent/example/ent/predicate"
|
||||
|
||||
"entgo.io/ent/dialect/sql"
|
||||
"entgo.io/ent/dialect/sql/sqlgraph"
|
||||
|
||||
@@ -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/golang/ersteller-lib/schema/ent/example/ent/group"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/todo"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/user"
|
||||
"math"
|
||||
|
||||
"entgo.io/ent"
|
||||
|
||||
@@ -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/golang/ersteller-lib/schema/ent/example/ent/group"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/todo"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/user"
|
||||
"time"
|
||||
|
||||
"entgo.io/ent/dialect/sql"
|
||||
|
||||
@@ -4,8 +4,8 @@ package hook
|
||||
|
||||
import (
|
||||
"context"
|
||||
"ersteller-lib/schema/ent/example/ent"
|
||||
"fmt"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent"
|
||||
)
|
||||
|
||||
// The GroupFunc type is an adapter to allow the use of ordinary
|
||||
|
||||
@@ -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/golang/ersteller-lib/schema/ent/example/ent/group"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/todo"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/user"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
package ent
|
||||
|
||||
import (
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/group"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/schema"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/todo"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/user"
|
||||
"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"
|
||||
"time"
|
||||
)
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package schema
|
||||
|
||||
import (
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent"
|
||||
"ersteller-lib/schema/ent"
|
||||
|
||||
"entgo.io/ent"
|
||||
"entgo.io/ent/schema/edge"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package schema
|
||||
|
||||
import (
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent"
|
||||
"ersteller-lib/schema/ent"
|
||||
|
||||
"entgo.io/ent"
|
||||
"entgo.io/ent/schema/edge"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package schema
|
||||
|
||||
import (
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent"
|
||||
"ersteller-lib/schema/ent"
|
||||
|
||||
"entgo.io/ent"
|
||||
"entgo.io/ent/schema/edge"
|
||||
|
||||
@@ -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/golang/ersteller-lib/schema/ent/example/ent/group"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/todo"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
package todo
|
||||
|
||||
import (
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/predicate"
|
||||
"ersteller-lib/schema/ent/example/ent/predicate"
|
||||
"time"
|
||||
|
||||
"entgo.io/ent/dialect/sql"
|
||||
|
||||
@@ -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/golang/ersteller-lib/schema/ent/example/ent/group"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/todo"
|
||||
"time"
|
||||
|
||||
"entgo.io/ent/dialect/sql/sqlgraph"
|
||||
|
||||
@@ -4,8 +4,8 @@ package ent
|
||||
|
||||
import (
|
||||
"context"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/todo"
|
||||
"ersteller-lib/schema/ent/example/ent/predicate"
|
||||
"ersteller-lib/schema/ent/example/ent/todo"
|
||||
|
||||
"entgo.io/ent/dialect/sql"
|
||||
"entgo.io/ent/dialect/sql/sqlgraph"
|
||||
|
||||
@@ -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/golang/ersteller-lib/schema/ent/example/ent/group"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/todo"
|
||||
"math"
|
||||
|
||||
"entgo.io/ent"
|
||||
|
||||
@@ -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/golang/ersteller-lib/schema/ent/example/ent/group"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/todo"
|
||||
"time"
|
||||
|
||||
"entgo.io/ent/dialect/sql"
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
package ent
|
||||
|
||||
import (
|
||||
"ersteller-lib/schema/ent/example/ent/user"
|
||||
"fmt"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/user"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
package user
|
||||
|
||||
import (
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/predicate"
|
||||
"ersteller-lib/schema/ent/example/ent/predicate"
|
||||
"time"
|
||||
|
||||
"entgo.io/ent/dialect/sql"
|
||||
|
||||
@@ -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/golang/ersteller-lib/schema/ent/example/ent/group"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/user"
|
||||
"time"
|
||||
|
||||
"entgo.io/ent/dialect/sql/sqlgraph"
|
||||
|
||||
@@ -4,8 +4,8 @@ package ent
|
||||
|
||||
import (
|
||||
"context"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/user"
|
||||
"ersteller-lib/schema/ent/example/ent/predicate"
|
||||
"ersteller-lib/schema/ent/example/ent/user"
|
||||
|
||||
"entgo.io/ent/dialect/sql"
|
||||
"entgo.io/ent/dialect/sql/sqlgraph"
|
||||
|
||||
@@ -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/golang/ersteller-lib/schema/ent/example/ent/group"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/user"
|
||||
"math"
|
||||
|
||||
"entgo.io/ent"
|
||||
|
||||
@@ -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/golang/ersteller-lib/schema/ent/example/ent/group"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/user"
|
||||
"time"
|
||||
|
||||
"entgo.io/ent/dialect/sql"
|
||||
|
||||
@@ -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/golang/ersteller-lib/schema/ent/example/ent"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/group"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/todo"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/schema/ent/example/ent/user"
|
||||
"log"
|
||||
"time"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user