1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2025-07-07 08:48:29 +00:00
closer coupling to versions of depencies

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2020-10-27 12:09:19 -04:00
parent 620714a4c5
commit a62c8017af
No known key found for this signature in database
GPG key ID: 524F155275DF0C3E
2 changed files with 29 additions and 0 deletions

8
go.mod Normal file
View file

@ -0,0 +1,8 @@
module github.com/vbatts/tar-split
go 1.15
require (
github.com/sirupsen/logrus v1.7.0
github.com/urfave/cli v1.22.4
)