aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2026-05-28 21:50:44 -0700
committerRose Hogenson <rosehogenson@posteo.net>2026-05-28 21:50:44 -0700
commit414a1956b6a3361190adf20c03552ec45a334dc0 (patch)
treec4b2521d157405f877406e87ddff8676652bd66a /go.mod
parentc86996f0faa0a10d378cc4803da7d919a57f6ee9 (diff)
downloadimgutil-414a1956b6a3361190adf20c03552ec45a334dc0.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 c34030f..190ef6e 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.1-0.20260529031610-dcae1c9d1400
+ roseh.moe/pkg/sixel v0.1.1-0.20260529044947-f7d3521b78ec
)
require golang.org/x/sys v0.37.0