From c492839691e44f4fc028a55e95513ca0bab9145c Mon Sep 17 00:00:00 2001 From: lixiangwuxian Date: Sat, 10 May 2025 14:19:40 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0Go=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E8=87=B31.23=E4=BB=A5=E4=BF=9D=E6=8C=81=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=85=BC=E5=AE=B9=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index c5c3a9b..6bc49a6 100644 --- a/go.mod +++ b/go.mod @@ -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 )