diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2026-05-28 10:57:37 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2026-05-28 10:57:37 -0700 |
| commit | b19ccbb3d2c3567444618b1aa8653868f74e5686 (patch) | |
| tree | 2ee9788c3dff4c9972ae45c5ffd89dbaa83330b8 /go.mod | |
| parent | Add xterm 16 color support (diff) | |
| download | imgutil-b19ccbb3d2c3567444618b1aa8653868f74e5686.tar.zst | |
Support sixel
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -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 |
