aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2026-06-09 22:03:13 -0700
committerRose Hogenson <rosehogenson@posteo.net>2026-06-09 22:03:13 -0700
commit5f94beb538e2d85d938e37402be0ea1cdc972c02 (patch)
tree919993b9a52bc689d192f511e7bc51a1777766a0 /go.mod
parentecf8a23af28fcba6a48e35e72e0b6d9d57bbd440 (diff)
downloadimgutil-5f94beb538e2d85d938e37402be0ea1cdc972c02.tar.zst
Bump deps
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index f0b915e..a226cd9 100644
--- a/go.mod
+++ b/go.mod
@@ -4,9 +4,9 @@ go 1.26.3
require (
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.1
+ golang.org/x/image v0.42.0
+ golang.org/x/sys v0.46.0
+ roseh.moe/pkg/sixel v0.2.2-0.20260610045709-0757d8d7a2d7
)
require github.com/clipperhouse/uax29/v2 v2.7.0 // indirect