1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2024-11-15 12:58:38 +00:00
tar-split/go.mod
Vincent Batts de24f79d5d
*go: update all modules to the latest still compatible with go1.15
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2023-03-25 22:20:56 -04:00

10 lines
197 B
Modula-2

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.9.0
github.com/urfave/cli v1.22.12
)