Initialize go.mod

This commit is contained in:
2021-08-05 23:21:22 +02:00
parent 8f0f32d5ee
commit 275b63cfe8
2 changed files with 27 additions and 0 deletions

10
go.mod Normal file
View File

@ -0,0 +1,10 @@
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
)