summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 466517d7aa24455fff63f14959ea21f18ba2ea0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/mkchoi212/fac

go 1.21

require (
	github.com/alecthomas/chroma v0.10.0
	github.com/jroimartin/gocui v0.5.0
	gopkg.in/yaml.v2 v2.4.0
)

require (
	github.com/dlclark/regexp2 v1.10.0 // indirect
	github.com/mattn/go-runewidth v0.0.15 // indirect
	github.com/nsf/termbox-go v1.1.1 // indirect
	github.com/rivo/uniseg v0.4.4 // indirect
	github.com/stretchr/testify v1.8.4 // indirect
)