File: go.mod

package info (click to toggle)
golang-github-muesli-reflow 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, forky, sid, trixie
  • size: 180 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 136 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/muesli/reflow

go 1.13

require (
	github.com/mattn/go-runewidth v0.0.12
	github.com/rivo/uniseg v0.2.0 // indirect
)