Skip to content

Commit

Permalink
cmd/atlas: update ariga.io/atlas (#1532)
Browse files Browse the repository at this point in the history
  • Loading branch information
a8m authored Mar 15, 2023
1 parent 9812014 commit 284b40f
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.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
Expand Down
2 changes: 2 additions & 0 deletions cmd/atlas/go.sum
Original file line number Diff line number Diff line change
@@ -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=
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.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
Expand All @@ -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
Expand Down

0 comments on commit 284b40f

Please sign in to comment.