mirror of
https://github.com/element-hq/dendrite.git
synced 2025-09-13 12:52:24 +03:00
Bump golang.org/x/image from 0.23.0 to 0.27.0 (#3585)
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.23.0 to 0.27.0. <details> <summary>Commits</summary> <ul> <li><a href="64815fb893
"><code>64815fb</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="0aed5e29b6
"><code>0aed5e2</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="e7e23ba501
"><code>e7e23ba</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="58efddcdbf
"><code>58efddc</code></a> all: use a more straightforward return value</li> <li><a href="ef6c1ab6fe
"><code>ef6c1ab</code></a> all: upgrade go directive to at least 1.23.0 [generated]</li> <li><a href="45df02f8a1
"><code>45df02f</code></a> go.mod: update golang.org/x dependencies</li> <li>See full diff in <a href="https://github.com/golang/image/compare/v0.23.0...v0.27.0">compare view</a></li> </ul> </details> <br /> [](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
7cea2d8eef
commit
a8c18b3a0a
2 changed files with 3 additions and 3 deletions
2
go.mod
2
go.mod
|
@ -47,7 +47,7 @@ require (
|
|||
go.uber.org/atomic v1.11.0
|
||||
golang.org/x/crypto v0.38.0
|
||||
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
|
||||
golang.org/x/image v0.23.0
|
||||
golang.org/x/image v0.27.0
|
||||
golang.org/x/mobile v0.0.0-20240520174638-fa72addaaa1b
|
||||
golang.org/x/sync v0.14.0
|
||||
golang.org/x/term v0.32.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue