ayn2op 3 лет назад
Родитель
Сommit
ad9b1cade3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      go.mod

+ 1 - 1
go.mod

@@ -4,13 +4,13 @@ go 1.19
 
 require (
 	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
 	gopkg.in/yaml.v3 v3.0.1
 )
 
 require (
 	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/websocket v1.5.0 // indirect
 	github.com/lucasb-eyer/go-colorful v1.2.0 // indirect