switch to a maintained fork of imaging

This commit is contained in:
Kovid Goyal
2024-03-22 10:38:22 +05:30
parent e818f01ff2
commit 3b74fcb88c
4 changed files with 6 additions and 3 deletions

View File

@@ -21,8 +21,8 @@ import (
"kitty/tools/utils"
"kitty/tools/utils/shm"
"github.com/disintegration/imaging"
"github.com/edwvee/exiffix"
"github.com/kovidgoyal/imaging"
"golang.org/x/exp/slices"
)