aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2026-05-30 16:36:44 -0700
committerRose Hogenson <rosehogenson@posteo.net>2026-05-30 16:36:44 -0700
commitad5a27a5863bcdc8ccd29028ad11b4221dd60f10 (patch)
treef5752bf5f33670a2760257b959af9259b20d4abb /go.mod
parent9d550131dbff2b5004f18043eab55b5f33068609 (diff)
downloadimgutil-ad5a27a5863bcdc8ccd29028ad11b4221dd60f10.tar.zst
Bump deps
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 59e4d3c..01de80c 100644
--- a/go.mod
+++ b/go.mod
@@ -3,10 +3,10 @@ module roseh.moe/cmd/thumbnailer
go 1.26.3
require (
- github.com/mattn/go-runewidth v0.0.23
- golang.org/x/image v0.28.0
+ github.com/mattn/go-runewidth v0.0.24
+ golang.org/x/image v0.41.0
golang.org/x/sys v0.45.0
- roseh.moe/pkg/sixel v0.2.0
+ roseh.moe/pkg/sixel v0.2.1
)
-require github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
+require github.com/clipperhouse/uax29/v2 v2.7.0 // indirect