aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2026-05-28 16:00:06 -0700
committerRose Hogenson <rosehogenson@posteo.net>2026-05-28 16:00:06 -0700
commit8dc1a723880da87a079bc1a7fe4236aebaf3ff3a (patch)
treec7f7421fe09a9b58badda340ab1c5fcf78c5265a /go.mod
parentFix transparency for block24 (diff)
downloadimgutil-8dc1a723880da87a079bc1a7fe4236aebaf3ff3a.tar.zst
Factor out the rendering to a library
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index ecbd1d1..0855626 100644
--- a/go.mod
+++ b/go.mod
@@ -1,11 +1,12 @@
module roseh.moe/cmd/thumbnailer
-go 1.25.0
+go 1.26.3
require (
github.com/mattn/go-runewidth v0.0.23
golang.org/x/image v0.28.0
golang.org/x/sys v0.45.0
+ roseh.moe/pkg/sixel v0.0.0-20260528225709-a6d059daa153
)
require github.com/clipperhouse/uax29/v2 v2.2.0 // indirect