mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-01 05:23:32 -06:00
[chore]: Bump golang.org/x/image from 0.24.0 to 0.25.0
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.24.0 to 0.25.0. - [Commits](https://github.com/golang/image/compare/v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d3c3d34aae
commit
ef666ab921
4 changed files with 7 additions and 7 deletions
2
vendor/golang.org/x/image/webp/decode.go
generated
vendored
2
vendor/golang.org/x/image/webp/decode.go
generated
vendored
|
|
@ -261,7 +261,7 @@ func Decode(r io.Reader) (image.Image, error) {
|
|||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return m, err
|
||||
return m, nil
|
||||
}
|
||||
|
||||
// DecodeConfig returns the color model and dimensions of a WEBP image without
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue