aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: bc4dd595b62870fbcce8434d8a2e7cce39d0e581 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module git.sr.ht/~ajwh/bud

go 1.21.4

require (
	github.com/fatih/color v1.16.0
	github.com/rodaine/table v1.1.0
)

require (
	github.com/mattn/go-colorable v0.1.13 // indirect
	github.com/mattn/go-isatty v0.0.20 // indirect
	golang.org/x/sys v0.14.0 // indirect
)