瀏覽代碼

Convert tcell to direct dep

ayn2op 3 年之前
父節點
當前提交
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