File: go.mod

package info (click to toggle)
golang-github-xo-tblfmt 0.15.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,564 kB
  • sloc: makefile: 7
file content (13 lines) | stat: -rw-r--r-- 269 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
module github.com/xo/tblfmt

go 1.23.0

toolchain go1.24.2

require (
	github.com/mattn/go-runewidth v0.0.16
	github.com/nathan-fiscaletti/consolesize-go v0.0.0-20220204101620-317176b6684d
	golang.org/x/text v0.24.0
)

require github.com/rivo/uniseg v0.4.7 // indirect