diff --git a/cmd/atlas/go.mod b/cmd/atlas/go.mod index de41b442493..27fe82c3d2c 100644 --- a/cmd/atlas/go.mod +++ b/cmd/atlas/go.mod @@ -3,7 +3,7 @@ module ariga.io/atlas/cmd/atlas go 1.20 require ( - ariga.io/atlas v0.10.2-0.20230502203727-939293626ab2 + ariga.io/atlas v0.10.2-0.20230508104407-ca9e095759fb entgo.io/ent v0.12.4-0.20230503082810-f251400818ea 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 9aab0b7d0e3..b0063ee674f 100644 --- a/cmd/atlas/go.sum +++ b/cmd/atlas/go.sum @@ -3,6 +3,8 @@ ariga.io/atlas v0.10.1-0.20230404183748-023b08ad359c/go.mod h1:+TR129FJZ5Lvzms6d ariga.io/atlas v0.10.2-0.20230427182402-87a07dfb83bf/go.mod h1:+TR129FJZ5Lvzms6dvCeGWh1yR6hMvmXBhug4hrNIGk= ariga.io/atlas v0.10.2-0.20230502203727-939293626ab2 h1:IJmbXmfWIPECxMymEuWauNi6tunoG5jULGQAy/PVbQM= ariga.io/atlas v0.10.2-0.20230502203727-939293626ab2/go.mod h1:+TR129FJZ5Lvzms6dvCeGWh1yR6hMvmXBhug4hrNIGk= +ariga.io/atlas v0.10.2-0.20230508104407-ca9e095759fb h1:In2u99C6c/07Ms6Qk7SLkwjG/nvhg6JnjombiEzmZCM= +ariga.io/atlas v0.10.2-0.20230508104407-ca9e095759fb/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 7f2e1c5e41f..082802ec396 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.10.2-0.20230502203727-939293626ab2 + ariga.io/atlas v0.10.2-0.20230508104407-ca9e095759fb entgo.io/ent v0.12.4-0.20230503082810-f251400818ea 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.10.2-0.20230502203727-939293626ab2 // indirect + ariga.io/atlas/cmd/atlas v0.10.2-0.20230508104407-ca9e095759fb // 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