aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod13
1 files changed, 10 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 368083f..3693705 100644
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,12 @@
-module roseh.moe/cmd/convert
+module roseh.moe/cmd/imgutil
-go 1.24.1
+go 1.26.3
-require golang.org/x/image v0.32.0
+require (
+ github.com/mattn/go-runewidth v0.0.24
+ golang.org/x/image v0.42.0
+ golang.org/x/sys v0.46.0
+ roseh.moe/pkg/sixel v0.2.1
+)
+
+require github.com/clipperhouse/uax29/v2 v2.7.0 // indirect