mirror of
https://github.com/vbatts/tar-split.git
synced 2025-07-07 08:48:29 +00:00
go mod
closer coupling to versions of depencies Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
620714a4c5
commit
a62c8017af
2 changed files with 29 additions and 0 deletions
8
go.mod
Normal file
8
go.mod
Normal 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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue