mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 17:49:09 +00:00
chore: run gazelle for weirdness
This commit is contained in:
parent
af4226ac09
commit
deb6c194e9
10 changed files with 21 additions and 21 deletions
|
@ -36,10 +36,10 @@ go_library(
|
|||
"//src/db/ent/predicate",
|
||||
"//src/db/ent/schema",
|
||||
"//src/db/ent/session",
|
||||
"@com_github_facebook_ent//:ent",
|
||||
"@com_github_facebook_ent//dialect",
|
||||
"@com_github_facebook_ent//dialect/sql",
|
||||
"@com_github_facebook_ent//dialect/sql/sqlgraph",
|
||||
"@com_github_facebook_ent//schema/field",
|
||||
"@com_github_facebook_ent//:go_default_library",
|
||||
"@com_github_facebook_ent//dialect:go_default_library",
|
||||
"@com_github_facebook_ent//dialect/sql:go_default_library",
|
||||
"@com_github_facebook_ent//dialect/sql/sqlgraph:go_default_library",
|
||||
"@com_github_facebook_ent//schema/field:go_default_library",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -10,6 +10,6 @@ go_library(
|
|||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//src/db/ent/predicate",
|
||||
"@com_github_facebook_ent//dialect/sql",
|
||||
"@com_github_facebook_ent//dialect/sql:go_default_library",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -8,6 +8,6 @@ go_library(
|
|||
deps = [
|
||||
"//src/db/ent",
|
||||
"//src/db/ent/runtime",
|
||||
"@com_github_facebook_ent//dialect/sql/schema",
|
||||
"@com_github_facebook_ent//dialect/sql/schema:go_default_library",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -10,6 +10,6 @@ go_library(
|
|||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//src/db/ent/predicate",
|
||||
"@com_github_facebook_ent//dialect/sql",
|
||||
"@com_github_facebook_ent//dialect/sql:go_default_library",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -9,8 +9,8 @@ go_library(
|
|||
importpath = "github.com/roleypoly/roleypoly/src/db/ent/migrate",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"@com_github_facebook_ent//dialect",
|
||||
"@com_github_facebook_ent//dialect/sql/schema",
|
||||
"@com_github_facebook_ent//schema/field",
|
||||
"@com_github_facebook_ent//dialect:go_default_library",
|
||||
"@com_github_facebook_ent//dialect/sql/schema:go_default_library",
|
||||
"@com_github_facebook_ent//schema/field:go_default_library",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -5,5 +5,5 @@ go_library(
|
|||
srcs = ["predicate.go"],
|
||||
importpath = "github.com/roleypoly/roleypoly/src/db/ent/predicate",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = ["@com_github_facebook_ent//dialect/sql"],
|
||||
deps = ["@com_github_facebook_ent//dialect/sql:go_default_library"],
|
||||
)
|
||||
|
|
|
@ -10,8 +10,8 @@ go_library(
|
|||
importpath = "github.com/roleypoly/roleypoly/src/db/ent/schema",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"@com_github_facebook_ent//:ent",
|
||||
"@com_github_facebook_ent//schema/field",
|
||||
"@com_github_facebook_ent//schema/mixin",
|
||||
"@com_github_facebook_ent//:go_default_library",
|
||||
"@com_github_facebook_ent//schema/field:go_default_library",
|
||||
"@com_github_facebook_ent//schema/mixin:go_default_library",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -10,6 +10,6 @@ go_library(
|
|||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//src/db/ent/predicate",
|
||||
"@com_github_facebook_ent//dialect/sql",
|
||||
"@com_github_facebook_ent//dialect/sql:go_default_library",
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue