This commit is contained in:
esimov
2020-12-01 15:21:59 +02:00
parent 02d5fb1b5c
commit 4614d4b43e

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module github.com/esimov/forensic
go 1.13
require (
github.com/mattn/go-runewidth v0.0.2 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
golang.org/x/sys v0.0.0-20180418212419-3ccc7e577979 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.22
)