mirror of
https://github.com/holos-run/holos.git
synced 2026-03-02 19:18:54 +00:00
8 lines
218 B
Go
8 lines
218 B
Go
package holos
|
|
|
|
// These imports are here to keep go mod tidy from constantly creating a dirty git state which makes goreleaser fail.
|
|
import (
|
|
_ "github.com/mattn/go-runewidth"
|
|
_ "github.com/olekukonko/tablewriter"
|
|
)
|