gomp/go.mod

22 lines
677 B
Modula-2
Raw Normal View History

2021-10-08 17:54:45 +00:00
module github.com/aditya-K2/goMP
go 1.17
2021-11-05 07:04:16 +00:00
require (
github.com/bogem/id3v2 v1.2.0
2021-11-05 07:04:16 +00:00
github.com/fhs/gompd v1.0.1
github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1
github.com/mewkiz/flac v1.0.7
2021-11-05 07:04:16 +00:00
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/rivo/tview v0.0.0-20211001102648-5508f4b00266
github.com/spf13/viper v1.9.0
2021-11-05 07:04:16 +00:00
gitlab.com/diamondburned/ueberzug-go v0.0.0-20190521043425-7c15a5f63b06
)
2021-11-15 10:05:29 +00:00
require (
github.com/shkh/lastfm-go v0.0.0-20191215035245-89a801c244e0
golang.org/x/sys v0.0.0-20211113001501-0c823b97ae02 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
)