Skip to content

Commit

Permalink
cmd/atlas: update ariga.io/atlas (#1636)
Browse files Browse the repository at this point in the history
  • Loading branch information
a8m authored May 8, 2023
1 parent ca9e095 commit 554ebca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/atlas/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions cmd/atlas/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
4 changes: 2 additions & 2 deletions internal/integration/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 554ebca

Please sign in to comment.