aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2026-05-28 19:59:45 -0700
committerRose Hogenson <rosehogenson@posteo.net>2026-05-28 19:59:45 -0700
commit701f6d535a8024e168d2ccc2d2cd100f4331b0e0 (patch)
tree57b979049e308e35595062f10202cdfaa5e1182b /go.mod
parent7c5f38d06afc4041261379ce69fa5df2442ea24e (diff)
downloadimgutil-701f6d535a8024e168d2ccc2d2cd100f4331b0e0.tar.zst
Upgrade sixel
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 36cf1c7..5e5c7fd 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.0.0-20260528225709-a6d059daa153
+ roseh.moe/pkg/sixel v0.1.0
)
require golang.org/x/sys v0.37.0