mirror of
https://github.com/esimov/forensic.git
synced 2025-09-26 20:41:40 +08:00
11 lines
263 B
Modula-2
11 lines
263 B
Modula-2
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
|
|
)
|