From 284b40fca4e5ab718d9e51c02e76f726c8f6f6fc Mon Sep 17 00:00:00 2001
From: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
Date: Wed, 15 Mar 2023 21:57:01 +0200
Subject: [PATCH] cmd/atlas: update ariga.io/atlas (#1532)

---
 cmd/atlas/go.mod            | 2 +-
 cmd/atlas/go.sum            | 2 ++
 internal/integration/go.mod | 4 ++--
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/cmd/atlas/go.mod b/cmd/atlas/go.mod
index ed438199b17..41239b4b342 100644
--- a/cmd/atlas/go.mod
+++ b/cmd/atlas/go.mod
@@ -3,7 +3,7 @@ module ariga.io/atlas/cmd/atlas
 go 1.18
 
 require (
-	ariga.io/atlas v0.9.2-0.20230303073438-03a4779a6338
+	ariga.io/atlas v0.9.2-0.20230315031717-981201443636
 	entgo.io/ent v0.11.10-0.20230304080653-f16451eab831
 	github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220816024939-bc8df83d7b9d
 	github.com/auxten/postgresql-parser v1.0.1
diff --git a/cmd/atlas/go.sum b/cmd/atlas/go.sum
index 09cd6f774f5..16fb512363e 100644
--- a/cmd/atlas/go.sum
+++ b/cmd/atlas/go.sum
@@ -1,5 +1,7 @@
 ariga.io/atlas v0.9.2-0.20230303073438-03a4779a6338 h1:8kmSV3mbQKn0niZ/EdE11uhFvFKiW1VlaqVBIYOyahM=
 ariga.io/atlas v0.9.2-0.20230303073438-03a4779a6338/go.mod h1:T230JFcENj4ZZzMkZrXFDSkv+2kXkUgpJ5FQQ5hMcKU=
+ariga.io/atlas v0.9.2-0.20230315031717-981201443636 h1:HnZHv0Or171FjbQVpBDnBMjG50ZGtwOl0baw47VgGbg=
+ariga.io/atlas v0.9.2-0.20230315031717-981201443636/go.mod h1:+TR129FJZ5Lvzms6dvCeGWh1yR6hMvmXBhug4hrNIGk=
 bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898/go.mod h1:Xbm+BRKSBEpa4q4hTSxohYNQpsxXPbPry4JJWOB3LB8=
 bazil.org/fuse v0.0.0-20200407214033-5883e5a4b512/go.mod h1:FbcW6z/2VytnFDhZfumh8Ss8zxHE6qpMP5sHTRe0EaM=
 cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
diff --git a/internal/integration/go.mod b/internal/integration/go.mod
index 6f535f2e087..a198a1d1098 100644
--- a/internal/integration/go.mod
+++ b/internal/integration/go.mod
@@ -7,7 +7,7 @@ replace ariga.io/atlas => ../../
 replace ariga.io/atlas/cmd/atlas => ../../cmd/atlas
 
 require (
-	ariga.io/atlas v0.9.2-0.20230303073438-03a4779a6338
+	ariga.io/atlas v0.9.2-0.20230315031717-981201443636
 	entgo.io/ent v0.11.10-0.20230304080653-f16451eab831
 	github.com/go-sql-driver/mysql v1.7.0
 	github.com/hashicorp/hcl/v2 v2.13.0
@@ -20,7 +20,7 @@ require (
 )
 
 require (
-	ariga.io/atlas/cmd/atlas v0.9.2-0.20230309154950-f1b6be5375db // indirect
+	ariga.io/atlas/cmd/atlas v0.9.2-0.20230315031717-981201443636 // indirect
 	cloud.google.com/go v0.103.0 // indirect
 	cloud.google.com/go/compute v1.7.0 // indirect
 	cloud.google.com/go/iam v0.3.0 // indirect