move more imaging code into the imaging module

This commit is contained in:
Kovid Goyal
2025-10-12 08:29:30 +05:30
parent fc7087c962
commit 471831831b
4 changed files with 12 additions and 565 deletions

5
go.mod
View File

@@ -13,7 +13,7 @@ require (
github.com/google/uuid v1.6.0
github.com/kovidgoyal/dbus v0.0.0-20250519011319-e811c41c0bc1
github.com/kovidgoyal/exiffix v0.0.0-20250919160812-dbef770c2032
github.com/kovidgoyal/imaging v1.7.0
github.com/kovidgoyal/imaging v1.7.1
github.com/seancfoley/ipaddress-go v1.7.1
github.com/shirou/gopsutil/v3 v3.24.5
github.com/zeebo/xxh3 v1.0.2
@@ -27,6 +27,9 @@ require (
// Uncomment the following to use a local checkout of dbus
// replace github.com/kovidgoyal/dbus => ../dbus
// Uncomment the following to use a local checkout of imaging
// replace github.com/kovidgoyal/imaging => ../imaging
require (
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/klauspost/cpuid/v2 v2.2.5 // indirect