archive/tar | Package tar implements access to tar archives. |
compress/gzip | Package gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
github.com/urfave/cli | Package cli provides a minimal framework for creating and organizing command line Go applications. |
github.com/vbatts/tar-split/tar/asm | Package asm provides the API for streaming assembly and disassembly of tar archives. |
github.com/vbatts/tar-split/tar/storage | Package storage is for metadata of a tar archive. |
io | Package io provides basic interfaces to I/O primitives. |
log | Package log implements a simple logging package. |
os | Package os provides a platform-independent interface to operating system functionality. |