summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 3b547dfb61ce7b045659b88f1afb4bb747d13952 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module github.com/schachmat/wego

go 1.20

require (
	github.com/mattn/go-colorable v0.1.13
	github.com/mattn/go-runewidth v0.0.14
	github.com/schachmat/ingo v0.0.0-20170403011506-a4bdc0729a3f
)

require (
	github.com/mattn/go-isatty v0.0.19 // indirect
	github.com/rivo/uniseg v0.4.4 // indirect
	golang.org/x/sys v0.8.0 // indirect
)