all: facebookincubator/ent => facebook/ent (#660)

ent repository is going to be migrated to facebook organization
This commit is contained in:
Ariel Mashraki
2020-08-18 11:05:08 +03:00
committed by GitHub
parent a2990e31af
commit fd0a7f9f02
897 changed files with 3100 additions and 3100 deletions

View File

@@ -16,7 +16,7 @@ import (
"time"
"<your_project>/ent"
"github.com/facebookincubator/ent/dialect/sql"
"github.com/facebook/ent/dialect/sql"
)
func Open() (*ent.Client, error) {
@@ -43,7 +43,7 @@ import (
"time"
"<your_project>/ent"
entsql "github.com/facebookincubator/ent/dialect/sql"
entsql "github.com/facebook/ent/dialect/sql"
)
func Open() (*ent.Client, error) {
@@ -74,7 +74,7 @@ import (
"contrib.go.opencensus.io/integrations/ocsql"
"github.com/go-sql-driver/mysql"
entsql "github.com/facebookincubator/ent/dialect/sql"
entsql "github.com/facebook/ent/dialect/sql"
)
type connector struct {
@@ -117,8 +117,8 @@ import (
"<project>/ent"
"github.com/facebookincubator/ent/dialect"
entsql "github.com/facebookincubator/ent/dialect/sql"
"github.com/facebook/ent/dialect"
entsql "github.com/facebook/ent/dialect/sql"
_ "github.com/jackc/pgx/v4/stdlib"
)