diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2026-05-28 16:28:19 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2026-05-28 16:28:19 -0700 |
| commit | 3ac0a6b87c04374777d9405e3bddc1b29f337886 (patch) | |
| tree | 08b3f84b73c753bdd0bf097d51907484e82a80cb /go.mod | |
| parent | c423ae65575a984a4c1ca1af51ab8c1f3ceac7d9 (diff) | |
| download | imgutil-3ac0a6b87c04374777d9405e3bddc1b29f337886.tar.zst | |
Use the sixel package
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1,12 +1,10 @@ module roseh.moe/cmd/icat -go 1.24.0 - -toolchain go1.24.1 +go 1.26.3 require ( golang.org/x/image v0.32.0 - golang.org/x/term v0.36.0 + roseh.moe/pkg/sixel v0.0.0-20260528225709-a6d059daa153 ) -require golang.org/x/sys v0.37.0 // indirect +require golang.org/x/sys v0.37.0 |
