module github.com/env25/mpdlrc

go 1.21

require (
	github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
	github.com/fhs/gompd/v2 v2.3.1-0.20221204164802-46d3f48f8632
	github.com/gdamore/tcell/v2 v2.7.4
	github.com/mattn/go-runewidth v0.0.15
	github.com/pelletier/go-toml/v2 v2.2.2
	github.com/rivo/uniseg v0.4.7
)

require (
	github.com/gdamore/encoding v1.0.0 // indirect
	github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
	golang.org/x/sys v0.17.0 // indirect
	golang.org/x/term v0.17.0 // indirect
	golang.org/x/text v0.14.0 // indirect
)
