Use my fork of tview

This commit is contained in:
aditya-K2
2023-04-17 23:02:50 +05:30
parent ff99a5e853
commit 85b4aba1ad
11 changed files with 45 additions and 36 deletions

14
go.mod
View File

@@ -3,11 +3,11 @@ module github.com/aditya-K2/gspt
go 1.19
require (
github.com/aditya-K2/tview v0.0.0-20230417172909-ddde9f885af5
github.com/aditya-K2/utils v0.0.0-20230416002345-2f8487d8c111
github.com/fsnotify/fsnotify v1.6.0
github.com/gdamore/tcell/v2 v2.5.3
github.com/gdamore/tcell/v2 v2.6.0
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
@@ -24,19 +24,19 @@ require (
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/mattn/go-runewidth v0.0.14 // 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/rivo/uniseg v0.4.4 // 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
golang.org/x/sys v0.7.0 // indirect
golang.org/x/term v0.7.0 // indirect
golang.org/x/text v0.9.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