gophast/go.mod

15 lines
441 B
Modula-2

module gitlab.com/tslocum/gophast
go 1.14
require (
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/mattn/go-isatty v0.0.12
github.com/pkg/errors v0.9.1
github.com/urfave/cli v1.22.4
github.com/vbauerster/mpb/v5 v5.2.4
gitlab.com/tslocum/preallocate v0.1.3
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
golang.org/x/sys v0.0.0-20200805065543-0cf7623e9dbd // indirect
)