Files
gspt/go.mod
aditya-K2 966692717f impl: InteractiveView
Following Features have been implemented for InteractiveView:
    - VisualSelection
2023-01-22 01:00:39 +05:30

25 lines
728 B
Modula-2

module github.com/aditya-K2/gspot
go 1.19
require (
github.com/rivo/tview v0.0.0-20230104153304-892d1a2eb0da
github.com/zmb3/spotify/v2 v2.3.1
golang.org/x/oauth2 v0.4.0
)
require (
github.com/gdamore/encoding v1.0.0 // indirect
github.com/gdamore/tcell/v2 v2.5.3 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/rivo/uniseg v0.4.2 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/term v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)