File: go.mod

package info (click to toggle)
duf 0.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 384 kB
  • sloc: makefile: 7
file content (22 lines) | stat: -rw-r--r-- 577 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/muesli/duf

go 1.23.0

require (
	github.com/IGLOU-EU/go-wildcard v1.0.3
	github.com/jedib0t/go-pretty/v6 v6.6.8
	github.com/mattn/go-runewidth v0.0.16
	github.com/muesli/mango v0.2.0
	github.com/muesli/roff v0.1.0
	github.com/muesli/termenv v0.16.0
	golang.org/x/sys v0.35.0
	golang.org/x/term v0.34.0
)

require (
	github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
	github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
	github.com/mattn/go-isatty v0.0.20 // indirect
	github.com/rivo/uniseg v0.4.7 // indirect
	golang.org/x/text v0.22.0 // indirect
)