ent: change ent package name (#1338)

Summary:
Pull Request resolved: https://github.com/facebookexternal/fbc/pull/1338

Pull Request resolved: https://github.com/facebookincubator/ent/pull/14

Reviewed By: alexsn

Differential Revision: D16890825

fbshipit-source-id: 656baaa73f5debab08c849b6b9639caeec2a8ef1
This commit is contained in:
Ariel Mashraki
2019-08-19 09:30:42 -07:00
committed by Facebook Github Bot
parent a209a8395e
commit e0e754717e
187 changed files with 759 additions and 737 deletions

View File

@@ -4,8 +4,8 @@ import (
"context"
"testing"
"fbc/ent/dialect/sql"
"fbc/ent/schema/field"
"github.com/facebookincubator/ent/dialect/sql"
"github.com/facebookincubator/ent/schema/field"
"github.com/DATA-DOG/go-sqlmock"
"github.com/stretchr/testify/require"