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

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