Switch to kovidgoyal/imaging to address CVE-2023-36308

This commit is contained in:
Ralph Slooten
2024-04-23 16:32:05 +12:00
parent cc2b9d6b88
commit e5ecbe9bdf
3 changed files with 12 additions and 40 deletions

View File

@@ -12,7 +12,7 @@ import (
"os/exec"
"path/filepath"
"github.com/disintegration/imaging"
"github.com/kovidgoyal/imaging"
"golang.org/x/image/bmp"
"golang.org/x/image/tiff"
)