Skip to content

Commit 3a3583b

Browse files
chore(deps): bump github.com/ory/x from 0.0.723 to 0.0.726 (#311)
Bumps [github.com/ory/x](https://github.com/ory/x) from 0.0.723 to 0.0.726. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ory/x/commit/b7160426a3a5e966b77f24a5d26b870ec098e5de"><code>b716042</code></a> fix: fix sorting migration files much more than necessary &amp; fix ordering func...</li> <li><a href="https://github.com/ory/x/commit/219becb91b99e4016ad2c42b0d78771b0ea79bf7"><code>219becb</code></a> chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 (<a href="https://redirect.github.com/ory/x/issues/871">#871</a>)</li> <li><a href="https://github.com/ory/x/commit/40e467825ea549a7d46d23be45324b3bfcebc7b3"><code>40e4678</code></a> chore(pagination): improve encryption key handling (<a href="https://redirect.github.com/ory/x/issues/870">#870</a>)</li> <li>See full diff in <a href="https://github.com/ory/x/compare/v0.0.723...v0.0.726">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/ory/x&package-manager=go_modules&previous-version=0.0.723&new-version=0.0.726)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 31a9f9b commit 3a3583b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
github.com/muesli/termenv v0.15.2
2828
github.com/olekukonko/tablewriter v0.0.5
2929
github.com/ory/graceful v0.1.3
30-
github.com/ory/x v0.0.723
30+
github.com/ory/x v0.0.727
3131
github.com/spf13/cobra v1.9.1
3232
github.com/spf13/pflag v1.0.6
3333
github.com/stretchr/testify v1.10.0

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJn
6565
github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY=
6666
github.com/go-playground/validator/v10 v10.15.5 h1:LEBecTWb/1j5TNY1YYG2RcOUN3R7NLylN+x8TTueE24=
6767
github.com/go-playground/validator/v10 v10.15.5/go.mod h1:9iXMNT7sEkjXb0I+enO7QXmzG6QCsPWY4zveKFVRSyU=
68-
github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss=
69-
github.com/go-viper/mapstructure/v2 v2.2.1/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
68+
github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk=
69+
github.com/go-viper/mapstructure/v2 v2.3.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
7070
github.com/gobuffalo/httptest v1.5.2 h1:GpGy520SfY1QEmyPvaqmznTpG4gEQqQ82HtHqyNEreM=
7171
github.com/gobuffalo/httptest v1.5.2/go.mod h1:FA23yjsWLGj92mVV74Qtc8eqluc11VqcWr8/C1vxt4g=
7272
github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=
@@ -162,8 +162,8 @@ github.com/ory/jsonschema/v3 v3.0.9-0.20250317235931-280c5fc7bf0e h1:4tUrC7x4YWR
162162
github.com/ory/jsonschema/v3 v3.0.9-0.20250317235931-280c5fc7bf0e/go.mod h1:XWLxVK4un/iuIcrw+6lCeanbF3NZwO5k6RdLeu/loQk=
163163
github.com/ory/pop/v6 v6.3.0 h1:joFHw2Z3X0MVmbW+HXDcIafkaSjmqAUwNonwcTf63Gw=
164164
github.com/ory/pop/v6 v6.3.0/go.mod h1:geBTmKYA8PM9GAYzUNbAqeEToPwyTafEW2JVSmntJdQ=
165-
github.com/ory/x v0.0.723 h1:jM1FjFuwsju4SBLo1TEN9nBDhZnSnkqA+rZ6rFMH+Yw=
166-
github.com/ory/x v0.0.723/go.mod h1:f0J8wsdw6FE150MevhZ4dl5YCoFSiBDiE8I5bzESyQA=
165+
github.com/ory/x v0.0.727 h1:VcuAoOvbTn50XB4/MMbmJyILQek8+Kd6J0GJFPrWiuE=
166+
github.com/ory/x v0.0.727/go.mod h1:qdUK3Sp4K4nRbYJG0sEnFO1tDLN/Ct53G+ymre0JhCU=
167167
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
168168
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
169169
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

0 commit comments

Comments
 (0)