mirror of
https://github.com/fumiama/dupimage.git
synced 2026-06-05 02:00:32 +08:00
11 lines
231 B
Modula-2
11 lines
231 B
Modula-2
module github.com/fumiama/dupimage
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/corona10/goimagehash v1.1.0
|
|
golang.org/x/image v0.0.0-20220722155232-062f8c9fd539
|
|
)
|
|
|
|
require github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
|