1
0
forked from ALHP/ALHP.GO

fixed module path, again

This commit is contained in:
2022-02-11 21:33:44 +01:00
parent adad7c1acd
commit e9951f5d3b
16 changed files with 26 additions and 26 deletions

View File

@@ -7,9 +7,9 @@ import (
"fmt"
"log"
"ALHP.GO/ent/migrate"
"git.harting.dev/ALHP/ALHP.GO/ent/migrate"
"ALHP.GO/ent/dbpackage"
"git.harting.dev/ALHP/ALHP.GO/ent/dbpackage"
"entgo.io/ent/dialect"
"entgo.io/ent/dialect/sql"

View File

@@ -8,8 +8,8 @@ import (
"strings"
"time"
"ALHP.GO/ent/dbpackage"
"entgo.io/ent/dialect/sql"
"git.harting.dev/ALHP/ALHP.GO/ent/dbpackage"
)
// DbPackage is the model entity for the DbPackage schema.

View File

@@ -5,8 +5,8 @@ package dbpackage
import (
"time"
"ALHP.GO/ent/predicate"
"entgo.io/ent/dialect/sql"
"git.harting.dev/ALHP/ALHP.GO/ent/predicate"
)
// ID filters vertices based on their ID field.

View File

@@ -8,9 +8,9 @@ import (
"fmt"
"time"
"ALHP.GO/ent/dbpackage"
"entgo.io/ent/dialect/sql/sqlgraph"
"entgo.io/ent/schema/field"
"git.harting.dev/ALHP/ALHP.GO/ent/dbpackage"
)
// DbPackageCreate is the builder for creating a DbPackage entity.

View File

@@ -6,11 +6,11 @@ import (
"context"
"fmt"
"ALHP.GO/ent/dbpackage"
"ALHP.GO/ent/predicate"
"entgo.io/ent/dialect/sql"
"entgo.io/ent/dialect/sql/sqlgraph"
"entgo.io/ent/schema/field"
"git.harting.dev/ALHP/ALHP.GO/ent/dbpackage"
"git.harting.dev/ALHP/ALHP.GO/ent/predicate"
)
// DbPackageDelete is the builder for deleting a DbPackage entity.

View File

@@ -8,11 +8,11 @@ import (
"fmt"
"math"
"ALHP.GO/ent/dbpackage"
"ALHP.GO/ent/predicate"
"entgo.io/ent/dialect/sql"
"entgo.io/ent/dialect/sql/sqlgraph"
"entgo.io/ent/schema/field"
"git.harting.dev/ALHP/ALHP.GO/ent/dbpackage"
"git.harting.dev/ALHP/ALHP.GO/ent/predicate"
)
// DbPackageQuery is the builder for querying DbPackage entities.

View File

@@ -8,11 +8,11 @@ import (
"fmt"
"time"
"ALHP.GO/ent/dbpackage"
"ALHP.GO/ent/predicate"
"entgo.io/ent/dialect/sql"
"entgo.io/ent/dialect/sql/sqlgraph"
"entgo.io/ent/schema/field"
"git.harting.dev/ALHP/ALHP.GO/ent/dbpackage"
"git.harting.dev/ALHP/ALHP.GO/ent/predicate"
)
// DbPackageUpdate is the builder for updating DbPackage entities.

View File

@@ -6,9 +6,9 @@ import (
"errors"
"fmt"
"ALHP.GO/ent/dbpackage"
"entgo.io/ent"
"entgo.io/ent/dialect/sql"
"git.harting.dev/ALHP/ALHP.GO/ent/dbpackage"
)
// ent aliases to avoid import conflicts in user's code.

View File

@@ -5,9 +5,9 @@ package enttest
import (
"context"
"ALHP.GO/ent"
"git.harting.dev/ALHP/ALHP.GO/ent"
// required by schema hooks.
_ "ALHP.GO/ent/runtime"
_ "git.harting.dev/ALHP/ALHP.GO/ent/runtime"
"entgo.io/ent/dialect/sql/schema"
)

View File

@@ -6,7 +6,7 @@ import (
"context"
"fmt"
"ALHP.GO/ent"
"git.harting.dev/ALHP/ALHP.GO/ent"
)
// The DbPackageFunc type is an adapter to allow the use of ordinary

View File

@@ -9,8 +9,8 @@ import (
"sync"
"time"
"ALHP.GO/ent/dbpackage"
"ALHP.GO/ent/predicate"
"git.harting.dev/ALHP/ALHP.GO/ent/dbpackage"
"git.harting.dev/ALHP/ALHP.GO/ent/predicate"
"entgo.io/ent"
)

View File

@@ -3,8 +3,8 @@
package ent
import (
"ALHP.GO/ent/dbpackage"
"ALHP.GO/ent/schema"
"git.harting.dev/ALHP/ALHP.GO/ent/dbpackage"
"git.harting.dev/ALHP/ALHP.GO/ent/schema"
)
// The init function reads all schema descriptors with runtime code

View File

@@ -2,7 +2,7 @@
package runtime
// The schema-stitching logic is generated in ALHP.GO/ent/runtime.go
// The schema-stitching logic is generated in git.harting.dev/ALHP/ALHP.GO/ent/runtime.go
const (
Version = "v0.10.0" // Version of ent codegen.