mirror of
https://github.com/vbatts/tar-split.git
synced 2024-11-15 12:58:38 +00:00
Vincent Batts
a62c8017af
closer coupling to versions of depencies Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
8 lines
123 B
Modula-2
8 lines
123 B
Modula-2
module github.com/vbatts/tar-split
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/urfave/cli v1.22.4
|
|
)
|