Skip to content

Commit

Permalink
fix: resolve migrator duplicate files
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Mar 8, 2021
1 parent cdfc03d commit b1f63ff
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 @@ -37,7 +37,7 @@ require (
github.com/ory/go-acc v0.2.6
github.com/ory/graceful v0.1.1
github.com/ory/herodot v0.9.2
github.com/ory/x v0.0.199
github.com/ory/x v0.0.200-0.20210307210806-22b50d576802
github.com/pborman/uuid v1.2.0
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
github.com/pkg/errors v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1022,8 +1022,8 @@ github.com/ory/x v0.0.110/go.mod h1:DJfkE3GdakhshNhw4zlKoRaL/ozg/lcTahA9OCih2BE=
github.com/ory/x v0.0.127/go.mod h1:FwUujfFuCj5d+xgLn4fGMYPnzriR5bdAIulFXMtnK0M=
github.com/ory/x v0.0.162/go.mod h1:sj3z/MeCrAyNFFTfN6yK1nTmHXGSFnw+QwIIQ/Rowec=
github.com/ory/x v0.0.166/go.mod h1:gT/3K0mSFaPllJgoFrvKYIBYI5W1Nz5RxQTJCGrIwDY=
github.com/ory/x v0.0.199 h1:8/DbHcbhjUBNngMSCVJC9DvF7Yg8nsmwxF9TP04aO50=
github.com/ory/x v0.0.199/go.mod h1:Odn5FrMuilZss8Latyk63P84DlNznL4OaT/FEx1fPac=
github.com/ory/x v0.0.200-0.20210307210806-22b50d576802 h1:Z6OJJp4UBFhd9YMjRLYxrkez9o0T2LgQLVgieSYbfm8=
github.com/ory/x v0.0.200-0.20210307210806-22b50d576802/go.mod h1:Odn5FrMuilZss8Latyk63P84DlNznL4OaT/FEx1fPac=
github.com/parnurzeal/gorequest v0.2.15/go.mod h1:3Kh2QUMJoqw3icWAecsyzkpY7UzRfDhbRdTjtNwNiUE=
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
github.com/pborman/uuid v1.2.0 h1:J7Q5mO4ysT1dv8hyrUGHb9+ooztCXu1D8MY8DZYsu3g=
Expand Down

0 comments on commit b1f63ff

Please sign in to comment.