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

go 1.17

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
)