mirror of
https://github.com/kjanat/articulate-parser.git
synced 2026-02-13 12:29:30 +01:00
Bumps the go-modules group with 1 update in the / directory: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.48.0 to 0.49.0 - [Commits](https://github.com/golang/net/compare/v0.48.0...v0.49.0) Updates `golang.org/x/text` from 0.32.0 to 0.33.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.32.0...v0.33.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: golang.org/x/text dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
301 B
Modula-2
17 lines
301 B
Modula-2
module github.com/kjanat/articulate-parser
|
|
|
|
go 1.24.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
|
|
)
|
|
|
|
require (
|
|
github.com/fumiama/imgsz v0.0.4 // indirect
|
|
golang.org/x/image v0.34.0 // indirect
|
|
)
|