From 89426c969d405eb37909038f01a2865ba8df4f07 Mon Sep 17 00:00:00 2001 From: Antoni Sawicki Date: Wed, 18 Mar 2026 01:16:30 -0700 Subject: [PATCH] update mod --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index a6900d6..b444893 100644 --- a/go.mod +++ b/go.mod @@ -11,6 +11,8 @@ require ( github.com/ericpauley/go-quantize v0.0.0-20200331213906-ae555eb2afa4 github.com/lithammer/shortuuid/v4 v4.2.0 github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 + github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c + github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef github.com/tenox7/gip v1.0.1 golang.org/x/image v0.36.0 golang.org/x/net v0.51.0 @@ -24,8 +26,6 @@ require ( github.com/gobwas/pool v0.2.1 // indirect github.com/gobwas/ws v1.4.0 // indirect github.com/google/uuid v1.6.0 // indirect - github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c // indirect - github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef // indirect golang.org/x/sys v0.42.0 // indirect golang.org/x/text v0.34.0 // indirect )