|
@@ -4,13 +4,13 @@ go 1.19
|
|
|
|
|
|
|
|
require (
|
|
require (
|
|
|
github.com/diamondburned/arikawa/v3 v3.1.0
|
|
github.com/diamondburned/arikawa/v3 v3.1.0
|
|
|
|
|
+ github.com/gdamore/tcell/v2 v2.5.4
|
|
|
github.com/rivo/tview v0.0.0-20230101141202-1dc4a83affeb
|
|
github.com/rivo/tview v0.0.0-20230101141202-1dc4a83affeb
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
require (
|
|
|
github.com/gdamore/encoding v1.0.0 // indirect
|
|
github.com/gdamore/encoding v1.0.0 // indirect
|
|
|
- github.com/gdamore/tcell/v2 v2.5.4 // indirect
|
|
|
|
|
github.com/gorilla/schema v1.2.0 // indirect
|
|
github.com/gorilla/schema v1.2.0 // indirect
|
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|