From b19ccbb3d2c3567444618b1aa8653868f74e5686 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Thu, 28 May 2026 10:57:37 -0700 Subject: Support sixel --- go.mod | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'go.mod') 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 -- cgit v1.3.1