Imports of package reporter

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/spdx/tools-golang/spdx/v2_1
github.com/spdx/tools-golang/spdx/v2_2
github.com/spdx/tools-golang/spdx/v2_3
ioPackage io provides basic interfaces to I/O primitives.
sortPackage sort provides primitives for sorting slices and user-defined collections.
text/tabwriterPackage tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text.