gomp/go.mod

20 lines
737 B
Modula-2
Raw Permalink Normal View History

module github.com/aditya-K2/gomp
2021-10-08 17:54:45 +00:00
go 1.16
2021-10-08 17:54:45 +00:00
2021-11-05 07:04:16 +00:00
require (
2021-12-28 17:01:52 +00:00
github.com/aditya-K2/fuzzy v0.1.1-0.20211128173834-d0023b66cdd4
github.com/aditya-K2/tview v0.0.0-20211115161300-6b99c2c2658c
github.com/bogem/id3v2 v1.2.0
2022-09-08 19:16:38 +00:00
github.com/fhs/gompd/v2 v2.2.0
2021-11-05 07:04:16 +00:00
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/shkh/lastfm-go v0.0.0-20191215035245-89a801c244e0
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
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
)