mirror of
https://github.com/aditya-K2/gspt.git
synced 2026-01-09 13:58:05 -05:00
25 lines
728 B
Modula-2
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
|
|
)
|