summaryrefslogtreecommitdiff
path: root/go.mod
blob: fa0fa371c7efba5be844d5d2efdad13580b7f61e (plain) (blame)
1
2
3
4
5
6
7
8
9
module git.sr.ht/~taiite/senpai

go 1.14

require (
	github.com/gdamore/tcell v1.3.0
	github.com/mattn/go-runewidth v0.0.9
	gopkg.in/yaml.v2 v2.3.0
)