chore: 更新Go版本至1.23以保持依赖兼容性

This commit is contained in:
lixiangwuxian 2025-05-10 14:19:40 +08:00
parent 836c9711ba
commit c492839691

12
go.mod
View File

@ -1,14 +1,18 @@
module git.lxtend.com/lixiangwuxian/imagedd
go 1.24.2
go 1.23.0
toolchain go1.24.2
require github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
require golang.org/x/image v0.27.0
require (
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef
golang.org/x/image v0.27.0
)
require (
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c // indirect
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef // indirect
golang.org/x/net v0.0.0-20211118161319-6a13c67c3ce4 // indirect
golang.org/x/text v0.25.0 // indirect
)