aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2026-05-28 10:57:37 -0700
committerRose Hogenson <rosehogenson@posteo.net>2026-05-28 10:57:37 -0700
commitb19ccbb3d2c3567444618b1aa8653868f74e5686 (patch)
tree2ee9788c3dff4c9972ae45c5ffd89dbaa83330b8 /go.mod
parentAdd xterm 16 color support (diff)
downloadimgutil-b19ccbb3d2c3567444618b1aa8653868f74e5686.tar.zst
Support sixel
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod9
1 files changed, 3 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index 2e358c5..ecbd1d1 100644
--- a/go.mod
+++ b/go.mod
@@ -1,14 +1,11 @@
module roseh.moe/cmd/thumbnailer
-go 1.24.3
+go 1.25.0
require (
github.com/mattn/go-runewidth v0.0.23
golang.org/x/image v0.28.0
- golang.org/x/term v0.32.0
+ golang.org/x/sys v0.45.0
)
-require (
- github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
- golang.org/x/sys v0.33.0 // indirect
-)
+require github.com/clipperhouse/uax29/v2 v2.2.0 // indirect