Changed module name.

This commit is contained in:
mikestefanello 2022-01-01 10:44:18 -05:00
parent f3545473af
commit a986686247
59 changed files with 152 additions and 134 deletions

View file

@ -7,10 +7,10 @@ import (
"fmt"
"log"
"goweb/ent/migrate"
"github.com/mikestefanello/pagoda/ent/migrate"
"goweb/ent/passwordtoken"
"goweb/ent/user"
"github.com/mikestefanello/pagoda/ent/passwordtoken"
"github.com/mikestefanello/pagoda/ent/user"
"entgo.io/ent/dialect"
"entgo.io/ent/dialect/sql"

View file

@ -5,8 +5,9 @@ package ent
import (
"errors"
"fmt"
"goweb/ent/passwordtoken"
"goweb/ent/user"
"github.com/mikestefanello/pagoda/ent/passwordtoken"
"github.com/mikestefanello/pagoda/ent/user"
"entgo.io/ent"
"entgo.io/ent/dialect/sql"

View file

@ -4,9 +4,11 @@ package enttest
import (
"context"
"goweb/ent"
"github.com/mikestefanello/pagoda/ent"
// required by schema hooks.
_ "goweb/ent/runtime"
_ "github.com/mikestefanello/pagoda/ent/runtime"
"entgo.io/ent/dialect/sql/schema"
)

View file

@ -5,7 +5,8 @@ package hook
import (
"context"
"fmt"
"goweb/ent"
"github.com/mikestefanello/pagoda/ent"
)
// The PasswordTokenFunc type is an adapter to allow the use of ordinary

View file

@ -5,12 +5,13 @@ package ent
import (
"context"
"fmt"
"goweb/ent/passwordtoken"
"goweb/ent/predicate"
"goweb/ent/user"
"sync"
"time"
"github.com/mikestefanello/pagoda/ent/passwordtoken"
"github.com/mikestefanello/pagoda/ent/predicate"
"github.com/mikestefanello/pagoda/ent/user"
"entgo.io/ent"
)

View file

@ -4,11 +4,12 @@ package ent
import (
"fmt"
"goweb/ent/passwordtoken"
"goweb/ent/user"
"strings"
"time"
"github.com/mikestefanello/pagoda/ent/passwordtoken"
"github.com/mikestefanello/pagoda/ent/user"
"entgo.io/ent/dialect/sql"
)

View file

@ -3,9 +3,10 @@
package passwordtoken
import (
"goweb/ent/predicate"
"time"
"github.com/mikestefanello/pagoda/ent/predicate"
"entgo.io/ent/dialect/sql"
"entgo.io/ent/dialect/sql/sqlgraph"
)

View file

@ -6,10 +6,11 @@ import (
"context"
"errors"
"fmt"
"goweb/ent/passwordtoken"
"goweb/ent/user"
"time"
"github.com/mikestefanello/pagoda/ent/passwordtoken"
"github.com/mikestefanello/pagoda/ent/user"
"entgo.io/ent/dialect/sql/sqlgraph"
"entgo.io/ent/schema/field"
)

View file

@ -5,8 +5,9 @@ package ent
import (
"context"
"fmt"
"goweb/ent/passwordtoken"
"goweb/ent/predicate"
"github.com/mikestefanello/pagoda/ent/passwordtoken"
"github.com/mikestefanello/pagoda/ent/predicate"
"entgo.io/ent/dialect/sql"
"entgo.io/ent/dialect/sql/sqlgraph"

View file

@ -6,11 +6,12 @@ import (
"context"
"errors"
"fmt"
"goweb/ent/passwordtoken"
"goweb/ent/predicate"
"goweb/ent/user"
"math"
"github.com/mikestefanello/pagoda/ent/passwordtoken"
"github.com/mikestefanello/pagoda/ent/predicate"
"github.com/mikestefanello/pagoda/ent/user"
"entgo.io/ent/dialect/sql"
"entgo.io/ent/dialect/sql/sqlgraph"
"entgo.io/ent/schema/field"

View file

@ -6,11 +6,12 @@ import (
"context"
"errors"
"fmt"
"goweb/ent/passwordtoken"
"goweb/ent/predicate"
"goweb/ent/user"
"time"
"github.com/mikestefanello/pagoda/ent/passwordtoken"
"github.com/mikestefanello/pagoda/ent/predicate"
"github.com/mikestefanello/pagoda/ent/user"
"entgo.io/ent/dialect/sql"
"entgo.io/ent/dialect/sql/sqlgraph"
"entgo.io/ent/schema/field"

View file

@ -3,10 +3,11 @@
package runtime
import (
"goweb/ent/passwordtoken"
"goweb/ent/schema"
"goweb/ent/user"
"time"
"github.com/mikestefanello/pagoda/ent/passwordtoken"
"github.com/mikestefanello/pagoda/ent/schema"
"github.com/mikestefanello/pagoda/ent/user"
)
// The init function reads all schema descriptors with runtime code

View file

@ -5,8 +5,8 @@ import (
"strings"
"time"
ge "goweb/ent"
"goweb/ent/hook"
ge "github.com/mikestefanello/pagoda/ent"
"github.com/mikestefanello/pagoda/ent/hook"
"entgo.io/ent"
"entgo.io/ent/schema/edge"

View file

@ -4,10 +4,11 @@ package ent
import (
"fmt"
"goweb/ent/user"
"strings"
"time"
"github.com/mikestefanello/pagoda/ent/user"
"entgo.io/ent/dialect/sql"
)

View file

@ -3,9 +3,10 @@
package user
import (
"goweb/ent/predicate"
"time"
"github.com/mikestefanello/pagoda/ent/predicate"
"entgo.io/ent/dialect/sql"
"entgo.io/ent/dialect/sql/sqlgraph"
)

View file

@ -6,10 +6,11 @@ import (
"context"
"errors"
"fmt"
"goweb/ent/passwordtoken"
"goweb/ent/user"
"time"
"github.com/mikestefanello/pagoda/ent/passwordtoken"
"github.com/mikestefanello/pagoda/ent/user"
"entgo.io/ent/dialect/sql/sqlgraph"
"entgo.io/ent/schema/field"
)

View file

@ -5,8 +5,9 @@ package ent
import (
"context"
"fmt"
"goweb/ent/predicate"
"goweb/ent/user"
"github.com/mikestefanello/pagoda/ent/predicate"
"github.com/mikestefanello/pagoda/ent/user"
"entgo.io/ent/dialect/sql"
"entgo.io/ent/dialect/sql/sqlgraph"

View file

@ -7,11 +7,12 @@ import (
"database/sql/driver"
"errors"
"fmt"
"goweb/ent/passwordtoken"
"goweb/ent/predicate"
"goweb/ent/user"
"math"
"github.com/mikestefanello/pagoda/ent/passwordtoken"
"github.com/mikestefanello/pagoda/ent/predicate"
"github.com/mikestefanello/pagoda/ent/user"
"entgo.io/ent/dialect/sql"
"entgo.io/ent/dialect/sql/sqlgraph"
"entgo.io/ent/schema/field"

View file

@ -5,9 +5,10 @@ package ent
import (
"context"
"fmt"
"goweb/ent/passwordtoken"
"goweb/ent/predicate"
"goweb/ent/user"
"github.com/mikestefanello/pagoda/ent/passwordtoken"
"github.com/mikestefanello/pagoda/ent/predicate"
"github.com/mikestefanello/pagoda/ent/user"
"entgo.io/ent/dialect/sql"
"entgo.io/ent/dialect/sql/sqlgraph"