diff options
| author | Paul Buetow <paul@buetow.org> | 2024-11-04 22:53:47 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-11-04 22:53:47 +0200 |
| commit | 70e08336fcc32d69dc58d87a1e1b3e5554732264 (patch) | |
| tree | 4407790335e11ed8895a466681b7e3745a55143f /go.mod | |
| parent | fd43fe299047c1c993678a28cbb84418190060d6 (diff) | |
add table output for stats
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ require ( github.com/fatih/color v1.17.0 // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.20 // indirect + github.com/mattn/go-runewidth v0.0.9 // indirect + github.com/olekukonko/tablewriter v0.0.5 // indirect golang.org/x/net v0.30.0 // indirect golang.org/x/sys v0.26.0 // indirect ) |
