mirror of
https://github.com/JaCoB1123/dupe-finder.git
synced 2025-05-17 21:51:56 +02:00
19 lines
547 B
Modula-2
19 lines
547 B
Modula-2
module github.com/JaCoB1123/dupe-finder
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/corona10/goimagehash v1.1.0
|
|
github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3
|
|
github.com/vbauerster/mpb/v8 v8.7.0
|
|
)
|
|
|
|
require (
|
|
github.com/VividCortex/ewma v1.2.0 // indirect
|
|
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
)
|