aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2026-05-28 16:28:19 -0700
committerRose Hogenson <rosehogenson@posteo.net>2026-05-28 16:28:19 -0700
commit3ac0a6b87c04374777d9405e3bddc1b29f337886 (patch)
tree08b3f84b73c753bdd0bf097d51907484e82a80cb /go.mod
parentc423ae65575a984a4c1ca1af51ab8c1f3ceac7d9 (diff)
downloadimgutil-3ac0a6b87c04374777d9405e3bddc1b29f337886.tar.zst
Use the sixel package
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 3 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 3ed9d4d..36cf1c7 100644
--- a/go.mod
+++ b/go.mod
@@ -1,12 +1,10 @@
module roseh.moe/cmd/icat
-go 1.24.0
-
-toolchain go1.24.1
+go 1.26.3
require (
golang.org/x/image v0.32.0
- golang.org/x/term v0.36.0
+ roseh.moe/pkg/sixel v0.0.0-20260528225709-a6d059daa153
)
-require golang.org/x/sys v0.37.0 // indirect
+require golang.org/x/sys v0.37.0