Bump golang.org/x/image in /backend/_example/memory_store

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.36.0 to 0.38.0.
- [Commits](https://github.com/golang/image/compare/v0.36.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-version: 0.38.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-03-30 16:29:36 +00:00
committed by GitHub
parent 06436ff9b0
commit 8b9e5c6c8c
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
module github.com/umputun/remark42/memory_store
go 1.25
go 1.25.0
require (
github.com/go-pkgz/jrpc v0.4.0
@@ -31,7 +31,7 @@ require (
github.com/russross/blackfriday/v2 v2.1.0 // indirect
go.etcd.io/bbolt v1.4.3 // indirect
golang.org/x/crypto v0.48.0 // indirect
golang.org/x/image v0.36.0 // indirect
golang.org/x/image v0.38.0 // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/sys v0.41.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect