2020-10-27 16:09:19 +00:00
|
|
|
module github.com/vbatts/tar-split
|
|
|
|
|
2023-03-26 18:01:33 +00:00
|
|
|
go 1.17
|
2023-03-26 02:20:56 +00:00
|
|
|
|
2020-10-27 16:09:19 +00:00
|
|
|
require (
|
2023-03-26 18:01:33 +00:00
|
|
|
github.com/fatih/color v1.15.0
|
|
|
|
github.com/magefile/mage v1.14.0
|
2023-03-26 02:20:56 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.0
|
|
|
|
github.com/urfave/cli v1.22.12
|
2020-10-27 16:09:19 +00:00
|
|
|
)
|
2023-03-26 18:01:33 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
)
|