schema/field: fallback to native validator if not configured one (#3359)

This commit is contained in:
Ariel Mashraki
2023-03-01 12:09:26 +02:00
committed by GitHub
parent 89e2d52000
commit 9517200cb6
21 changed files with 89 additions and 88 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module entgo.io/ent
go 1.19
require (
ariga.io/atlas v0.9.1-0.20230212142236-47ec3817e19f
ariga.io/atlas v0.9.1
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/go-openapi/inflect v0.19.0
github.com/go-sql-driver/mysql v1.7.0