Remove multiple copies of imaging package

Move to an exiffix fork that does not depend on disintegration/imaging
Now we have only one copy of kovidgoyal/imaging package.
This commit is contained in:
Kovid Goyal
2025-09-19 21:41:23 +05:30
parent 9393eeb442
commit f98d5fce16
4 changed files with 5 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ import (
"image"
"image/gif"
"github.com/edwvee/exiffix"
"github.com/kovidgoyal/exiffix"
"github.com/kovidgoyal/imaging"
)