2021-10-08 11:54:45 -06:00
|
|
|
module github.com/aditya-K2/goMP
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
2021-11-05 01:04:16 -06:00
|
|
|
require (
|
2021-11-07 23:17:38 -07:00
|
|
|
github.com/bogem/id3v2 v1.2.0
|
2021-11-05 01:04:16 -06:00
|
|
|
github.com/fhs/gompd v1.0.1
|
|
|
|
github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1
|
2021-11-07 23:17:38 -07:00
|
|
|
github.com/mewkiz/flac v1.0.7
|
2021-11-05 01:04:16 -06:00
|
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
|
|
github.com/rivo/tview v0.0.0-20211001102648-5508f4b00266
|
2021-11-07 23:17:38 -07:00
|
|
|
github.com/spf13/viper v1.9.0
|
2021-11-05 01:04:16 -06:00
|
|
|
gitlab.com/diamondburned/ueberzug-go v0.0.0-20190521043425-7c15a5f63b06
|
|
|
|
)
|
|
|
|
|
2021-11-12 23:04:56 -07:00
|
|
|
require github.com/shkh/lastfm-go v0.0.0-20191215035245-89a801c244e0
|