blob: 517231c5cf4728a77308e3394388ecd68bca0377 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
module codeberg.org/snonux/perc
go 1.25.0
require (
github.com/c-bata/go-prompt v0.2.6
github.com/magefile/mage v1.15.0
github.com/mattn/go-isatty v0.0.20
)
require (
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mattn/go-tty v0.0.3 // indirect
github.com/pkg/term v1.2.0-beta.2 // indirect
golang.org/x/sys v0.42.0 // indirect
)
|