1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2024-09-27 12:44:01 +00:00
tar-split/go.mod

19 lines
447 B
Modula-2
Raw Normal View History

module github.com/vbatts/tar-split
go 1.17
require (
github.com/fatih/color v1.15.0
github.com/magefile/mage v1.14.0
github.com/sirupsen/logrus v1.9.0
github.com/urfave/cli v1.22.12
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
golang.org/x/sys v0.6.0 // indirect
)