mirror of
https://github.com/esimov/forensic.git
synced 2025-11-01 20:22:39 +08:00
go mod
This commit is contained in:
10
go.mod
Normal file
10
go.mod
Normal 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
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user