Revert "Add the module name after the path to the repo and simply name it ersteller"
This reverts commit a1b93c0eba.
This commit is contained in:
@@ -9,11 +9,11 @@ import (
|
||||
"log"
|
||||
"reflect"
|
||||
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/migrate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/migrate"
|
||||
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/googleauth"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/todo"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/user"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/googleauth"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/todo"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/user"
|
||||
|
||||
"entgo.io/ent"
|
||||
"entgo.io/ent/dialect"
|
||||
|
||||
+3
-3
@@ -6,9 +6,9 @@ import (
|
||||
"context"
|
||||
"errors"
|
||||
"fmt"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/googleauth"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/todo"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/user"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/googleauth"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/todo"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/user"
|
||||
"reflect"
|
||||
"sync"
|
||||
|
||||
|
||||
@@ -5,11 +5,11 @@ package enttest
|
||||
import (
|
||||
"context"
|
||||
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent"
|
||||
// required by schema hooks.
|
||||
_ "git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/runtime"
|
||||
_ "git.gorlug.de/code/golang/ersteller-lib/starter/ent/runtime"
|
||||
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/migrate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/migrate"
|
||||
|
||||
"entgo.io/ent/dialect/sql/schema"
|
||||
)
|
||||
|
||||
@@ -5,9 +5,9 @@ package ent
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/googleauth"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/schema"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/user"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/googleauth"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/schema"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/user"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
package googleauth
|
||||
|
||||
import (
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/predicate"
|
||||
"time"
|
||||
|
||||
"entgo.io/ent/dialect/sql"
|
||||
|
||||
@@ -6,9 +6,9 @@ import (
|
||||
"context"
|
||||
"errors"
|
||||
"fmt"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/googleauth"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/schema"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/user"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/googleauth"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/schema"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/user"
|
||||
"time"
|
||||
|
||||
"entgo.io/ent/dialect/sql/sqlgraph"
|
||||
|
||||
@@ -4,8 +4,8 @@ package ent
|
||||
|
||||
import (
|
||||
"context"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/googleauth"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/googleauth"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/predicate"
|
||||
|
||||
"entgo.io/ent/dialect/sql"
|
||||
"entgo.io/ent/dialect/sql/sqlgraph"
|
||||
|
||||
@@ -5,9 +5,9 @@ package ent
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/googleauth"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/user"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/googleauth"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/user"
|
||||
"math"
|
||||
|
||||
"entgo.io/ent"
|
||||
|
||||
@@ -6,10 +6,10 @@ import (
|
||||
"context"
|
||||
"errors"
|
||||
"fmt"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/googleauth"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/schema"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/user"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/googleauth"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/schema"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/user"
|
||||
"time"
|
||||
|
||||
"entgo.io/ent/dialect/sql"
|
||||
|
||||
@@ -5,7 +5,7 @@ package hook
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent"
|
||||
)
|
||||
|
||||
// The GoogleAuthFunc type is an adapter to allow the use of ordinary
|
||||
|
||||
@@ -6,11 +6,11 @@ import (
|
||||
"context"
|
||||
"errors"
|
||||
"fmt"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/googleauth"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/schema"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/todo"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/user"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/googleauth"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/schema"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/todo"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/user"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
package ent
|
||||
|
||||
import (
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/googleauth"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/schema"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/todo"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/user"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/googleauth"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/schema"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/todo"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/user"
|
||||
"time"
|
||||
)
|
||||
|
||||
|
||||
+2
-2
@@ -4,8 +4,8 @@ package ent
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/todo"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/user"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/todo"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/user"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
package todo
|
||||
|
||||
import (
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/predicate"
|
||||
"time"
|
||||
|
||||
"entgo.io/ent/dialect/sql"
|
||||
|
||||
@@ -6,8 +6,8 @@ import (
|
||||
"context"
|
||||
"errors"
|
||||
"fmt"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/todo"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/user"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/todo"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/user"
|
||||
"time"
|
||||
|
||||
"entgo.io/ent/dialect/sql/sqlgraph"
|
||||
|
||||
@@ -4,8 +4,8 @@ package ent
|
||||
|
||||
import (
|
||||
"context"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/todo"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/todo"
|
||||
|
||||
"entgo.io/ent/dialect/sql"
|
||||
"entgo.io/ent/dialect/sql/sqlgraph"
|
||||
|
||||
@@ -5,9 +5,9 @@ package ent
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/todo"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/user"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/todo"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/user"
|
||||
"math"
|
||||
|
||||
"entgo.io/ent"
|
||||
|
||||
@@ -6,9 +6,9 @@ import (
|
||||
"context"
|
||||
"errors"
|
||||
"fmt"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/todo"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/user"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/todo"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/user"
|
||||
"time"
|
||||
|
||||
"entgo.io/ent/dialect/sql"
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ package ent
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/user"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/user"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
package user
|
||||
|
||||
import (
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/predicate"
|
||||
"time"
|
||||
|
||||
"entgo.io/ent/dialect/sql"
|
||||
|
||||
@@ -6,7 +6,7 @@ import (
|
||||
"context"
|
||||
"errors"
|
||||
"fmt"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/user"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/user"
|
||||
"time"
|
||||
|
||||
"entgo.io/ent/dialect/sql/sqlgraph"
|
||||
|
||||
@@ -4,8 +4,8 @@ package ent
|
||||
|
||||
import (
|
||||
"context"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/user"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/user"
|
||||
|
||||
"entgo.io/ent/dialect/sql"
|
||||
"entgo.io/ent/dialect/sql/sqlgraph"
|
||||
|
||||
@@ -5,8 +5,8 @@ package ent
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/user"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/user"
|
||||
"math"
|
||||
|
||||
"entgo.io/ent"
|
||||
|
||||
@@ -6,8 +6,8 @@ import (
|
||||
"context"
|
||||
"errors"
|
||||
"fmt"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/user"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/predicate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/user"
|
||||
"time"
|
||||
|
||||
"entgo.io/ent/dialect/sql"
|
||||
|
||||
Reference in New Issue
Block a user