Skip to content

Commit

Permalink
chore: bump atlas action to fix archive bug (#21)
Browse files Browse the repository at this point in the history
* chore: bump atlas action to fix archive bug

* chore: go mod tidy
  • Loading branch information
giautm authored May 31, 2023
1 parent 35fb8b3 commit 363901d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module ariga.io/atlas-sync-action
go 1.20

require (
ariga.io/atlas v0.11.1-0.20230531063958-612030cbe8b2
ariga.io/atlas v0.11.1-0.20230531102756-bbc7b37a144b
github.com/Khan/genqlient v0.5.0
github.com/mitchellh/mapstructure v1.5.0
github.com/sethvargo/go-githubactions v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ariga.io/atlas v0.11.1-0.20230531063958-612030cbe8b2 h1:ftDsRc9ePcg8JLOzvUtV71dvG0NBVHYZJrl+LmLnNcw=
ariga.io/atlas v0.11.1-0.20230531063958-612030cbe8b2/go.mod h1:+TR129FJZ5Lvzms6dvCeGWh1yR6hMvmXBhug4hrNIGk=
ariga.io/atlas v0.11.1-0.20230531102756-bbc7b37a144b h1:xX1tstwVd1KcmTNr6uuzVp9yLWTdiW86nparZmb48Ck=
ariga.io/atlas v0.11.1-0.20230531102756-bbc7b37a144b/go.mod h1:+TR129FJZ5Lvzms6dvCeGWh1yR6hMvmXBhug4hrNIGk=
github.com/99designs/gqlgen v0.17.2/go.mod h1:K5fzLKwtph+FFgh9j7nFbRUdBKvTcGnsta51fsMTn3o=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/Khan/genqlient v0.5.0 h1:TMZJ+tl/BpbmGyIBiXzKzUftDhw4ZWxQZ+1ydn0gyII=
Expand Down

0 comments on commit 363901d

Please sign in to comment.