mirror of
https://github.com/vbatts/tar-split.git
synced 2025-07-15 12:19:09 +00:00
*go: update all modules to the latest still compatible with go1.15
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
dea500a137
commit
de24f79d5d
392 changed files with 73351 additions and 117919 deletions
6
go.mod
6
go.mod
|
@ -2,7 +2,9 @@ module github.com/vbatts/tar-split
|
|||
|
||||
go 1.15
|
||||
|
||||
require golang.org/x/sys v0.0.0-20220906165534-d0df966e6959 // indirect
|
||||
|
||||
require (
|
||||
github.com/sirupsen/logrus v1.7.0
|
||||
github.com/urfave/cli v1.22.4
|
||||
github.com/sirupsen/logrus v1.9.0
|
||||
github.com/urfave/cli v1.22.12
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue