mirror of
https://github.com/kjanat/articulate-parser.git
synced 2026-04-18 21:22:02 +02:00
deps(deps): bump golang.org/x/image from 0.34.0 to 0.38.0
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.34.0 to 0.38.0. - [Commits](https://github.com/golang/image/compare/v0.34.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:
6
go.mod
6
go.mod
@@ -1,16 +1,16 @@
|
||||
module github.com/kjanat/articulate-parser
|
||||
|
||||
go 1.24.0
|
||||
go 1.25.0
|
||||
|
||||
toolchain go1.25.5
|
||||
|
||||
require (
|
||||
github.com/fumiama/go-docx v0.0.0-20250506085032-0c30fd09304b
|
||||
golang.org/x/net v0.49.0
|
||||
golang.org/x/text v0.33.0
|
||||
golang.org/x/text v0.35.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/fumiama/imgsz v0.0.4 // indirect
|
||||
golang.org/x/image v0.34.0 // indirect
|
||||
golang.org/x/image v0.38.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user