mirror of
https://github.com/vbatts/tar-split.git
synced 2025-07-06 08:18:30 +00:00
*: mage, drop go1.1{5,6}, module updates, drop vendor
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
16d1376be9
commit
075c33cadf
415 changed files with 180 additions and 214680 deletions
14
go.mod
14
go.mod
|
@ -1,10 +1,18 @@
|
|||
module github.com/vbatts/tar-split
|
||||
|
||||
go 1.15
|
||||
|
||||
require golang.org/x/sys v0.0.0-20220906165534-d0df966e6959 // indirect
|
||||
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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue