mirror of
https://github.com/aditya-K2/gspt.git
synced 2026-01-08 21:37:58 -05:00
45 lines
1.8 KiB
Modula-2
45 lines
1.8 KiB
Modula-2
module github.com/aditya-K2/gspt
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/aditya-K2/utils v0.0.0-20230324221547-e982ed1e980e
|
|
github.com/fsnotify/fsnotify v1.6.0
|
|
github.com/gdamore/tcell/v2 v2.5.3
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
github.com/rivo/tview v0.0.0-20230104153304-892d1a2eb0da
|
|
github.com/spf13/viper v1.15.0
|
|
github.com/zmb3/spotify/v2 v2.3.1
|
|
gitlab.com/diamondburned/ueberzug-go v0.0.0-20190521043425-7c15a5f63b06
|
|
golang.org/x/oauth2 v0.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/freetype-go v0.0.0-20160129220410-b763ddbfe298 // indirect
|
|
github.com/BurntSushi/graphics-go v0.0.0-20160129215708-b43f31a4a966 // indirect
|
|
github.com/BurntSushi/xgb v0.0.0-20210121224620-deaf085860bc // indirect
|
|
github.com/BurntSushi/xgbutil v0.0.0-20190907113008-ad855c713046 // indirect
|
|
github.com/gdamore/encoding v1.0.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
|
|
github.com/rivo/uniseg v0.4.2 // indirect
|
|
github.com/spf13/afero v1.9.3 // indirect
|
|
github.com/spf13/cast v1.5.0 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/subosito/gotenv v1.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.1 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|