fix: replace github.com/disintegration/imaging with github.com/kovidgoyal/imaging (#8985)

This commit is contained in:
Thomas Müller
2024-04-26 15:03:36 +02:00
committed by GitHub
parent 08c6f41fc8
commit dff6990e15
26 changed files with 395 additions and 255 deletions
@@ -12,7 +12,7 @@ import (
"mime"
"strings"
"github.com/disintegration/imaging"
"github.com/kovidgoyal/imaging"
"github.com/pkg/errors"
"golang.org/x/image/font"
"golang.org/x/image/font/opentype"