aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2026-05-30 11:10:44 -0700
committerRose Hogenson <rosehogenson@posteo.net>2026-05-30 11:10:44 -0700
commit0c6cb370056bdef55fdfef8d543ee4daf2dadf8a (patch)
tree14c763bbb9dd431ca9501f1048e339eadb161a1b /go.mod
parent9bd2edbf80b3005f796df5907c1545911028c253 (diff)
downloadimgutil-0c6cb370056bdef55fdfef8d543ee4daf2dadf8a.tar.zst
Move median cut into icat
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 0d8e407..2af2e32 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ go 1.26.3
require (
golang.org/x/image v0.32.0
- roseh.moe/pkg/sixel v0.1.2
+ roseh.moe/pkg/sixel v0.2.0
)
require golang.org/x/sys v0.37.0