File: go.mod

package info (click to toggle)
golang-github-vbatts-tar-split 0.11.2%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bookworm-proposed-updates, sid
  • size: 724 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 123 bytes parent folder | download
1
2
3
4
5
6
7
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
)