Files
holos/tidy.go
2024-04-22 14:54:09 -07:00

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"
)