mirror of
https://github.com/JaCoB1123/dupe-finder.git
synced 2025-05-18 14:11:55 +02:00
11 lines
273 B
Modula-2
11 lines
273 B
Modula-2
module github.com/JaCoB1123/dupe-finder
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/VividCortex/ewma v1.2.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.13 // indirect
|
|
github.com/vbauerster/mpb v3.4.0+incompatible
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
|
|
)
|