aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2026-05-28 20:17:40 -0700
committerRose Hogenson <rosehogenson@posteo.net>2026-05-28 20:17:40 -0700
commitc86996f0faa0a10d378cc4803da7d919a57f6ee9 (patch)
tree70819113378fa96b54892da604b760a4eefbc8e6 /go.mod
parentUpgrade sixel (diff)
downloadimgutil-c86996f0faa0a10d378cc4803da7d919a57f6ee9.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 5e5c7fd..c34030f 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.0
+ roseh.moe/pkg/sixel v0.1.1-0.20260529031610-dcae1c9d1400
)
require golang.org/x/sys v0.37.0