commit 8b9c2f0
delthas
·
2024-07-16 18:12:22 +0000 UTC
parent 99d65f0
Bump Vaxis This brings a 10x speedup to showing image previews on SIXEL terminals (e.g. foot).
M
go.mod
+1,
-3
1@@ -4,7 +4,7 @@ go 1.18
2
3 require (
4 git.sr.ht/~emersion/go-scfg v0.0.0-20240128091534-2ae16e782082
5- git.sr.ht/~rockorager/vaxis v0.9.2
6+ git.sr.ht/~rockorager/vaxis v0.9.3-0.20240716145303-b9e196e21399
7 github.com/delthas/go-libnp v0.0.0-20221222161248-0e45ece1f878
8 github.com/delthas/go-localeinfo v0.0.0-20240607105203-b2e834fc307d
9 github.com/godbus/dbus/v5 v5.1.0
10@@ -22,5 +22,3 @@ require (
11 golang.org/x/image v0.18.0 // indirect
12 golang.org/x/sys v0.21.0 // indirect
13 )
14-
15-replace git.sr.ht/~rockorager/vaxis => git.sr.ht/~delthas/vaxis v0.8.6-0.20240702234839-1922cc2973f6
M
go.sum
+2,
-2
1@@ -1,7 +1,7 @@
2-git.sr.ht/~delthas/vaxis v0.8.6-0.20240702234839-1922cc2973f6 h1:we7TiRN0uoGHTgGUXbmBZXwgUkGBOm4CbeC8ip41uhQ=
3-git.sr.ht/~delthas/vaxis v0.8.6-0.20240702234839-1922cc2973f6/go.mod h1:h94aKek3frIV1hJbdXjqnBqaLkbWXvV+UxAsQHg9bns=
4 git.sr.ht/~emersion/go-scfg v0.0.0-20240128091534-2ae16e782082 h1:9Udx5fm4vRtmgDIBjy2ef5QioHbzpw5oHabbhpAUyEw=
5 git.sr.ht/~emersion/go-scfg v0.0.0-20240128091534-2ae16e782082/go.mod h1:ybgvEJTIx5XbaspSviB3KNa6OdPmAZqDoSud7z8fFlw=
6+git.sr.ht/~rockorager/vaxis v0.9.3-0.20240716145303-b9e196e21399 h1:NbwSHsQewECjqPhH+5eA3um1zLpGP3yq2W0vsJPeaUQ=
7+git.sr.ht/~rockorager/vaxis v0.9.3-0.20240716145303-b9e196e21399/go.mod h1:h94aKek3frIV1hJbdXjqnBqaLkbWXvV+UxAsQHg9bns=
8 github.com/containerd/console v1.0.4 h1:F2g4+oChYvBTsASRTz8NP6iIAi97J3TtSAsLbIFn4ro=
9 github.com/containerd/console v1.0.4/go.mod h1:YynlIjWYF8myEu6sdkwKIvGQq+cOckRm6So2avqoYAk=
10 github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=