properly check image format for storing and distance hashing

This commit is contained in:
2025-01-06 10:19:34 +01:00
committed by T.v.Dein
parent 31b27beee5
commit 2239a83f76
5 changed files with 65 additions and 11 deletions

1
go.mod
View File

@@ -32,6 +32,7 @@ require (
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
golang.org/x/image v0.23.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.21.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect