Implement doublestar globbing instead of file list

This commit is contained in:
2025-05-23 13:11:49 +02:00
parent 91df8aa4f4
commit 9b49cfa9a5
3 changed files with 27 additions and 2 deletions

5
go.mod
View File

@@ -7,4 +7,7 @@ require (
github.com/corona10/goimagehash v1.1.0
)
require github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
require (
github.com/bmatcuk/doublestar/v4 v4.8.1
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
)