module github.com/env25/mpdlrc go 1.16 require ( github.com/fhs/gompd/v2 v2.2.0 github.com/gdamore/tcell/v2 v2.3.11 github.com/mattn/go-runewidth v0.0.13 github.com/pelletier/go-toml/v2 v2.0.0-beta.3 github.com/spf13/pflag v1.0.5 golang.org/x/text v0.3.6 )