imagedd/go.mod

21 lines
553 B
Modula-2

module git.lxtend.com/lixiangwuxian/imagedd
go 1.23.0
toolchain go1.24.2
require github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
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/HugoSmits86/nativewebp v1.2.0 // indirect
github.com/kettek/apng v0.0.0-20220823221153-ff692776a607 // indirect
golang.org/x/net v0.0.0-20211118161319-6a13c67c3ce4 // indirect
golang.org/x/text v0.25.0 // indirect
)