Bläddra i källkod

Remove gorilla/websocket a direct dep

ayn2op 2 år sedan
förälder
incheckning
dcb0683595
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      go.mod

+ 1 - 1
go.mod

@@ -6,7 +6,6 @@ require (
 	github.com/atotto/clipboard v0.1.4
 	github.com/diamondburned/arikawa/v3 v3.3.5
 	github.com/gdamore/tcell/v2 v2.7.4
-	github.com/gorilla/websocket v1.5.1
 	github.com/rivo/tview v0.0.0-20240307173318-e804876934a1
 	github.com/zalando/go-keyring v0.2.3
 	gopkg.in/yaml.v3 v3.0.1
@@ -18,6 +17,7 @@ require (
 	github.com/gdamore/encoding v1.0.0 // indirect
 	github.com/godbus/dbus/v5 v5.1.0 // indirect
 	github.com/gorilla/schema v1.2.0 // indirect
+	github.com/gorilla/websocket v1.5.1 // indirect
 	github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
 	github.com/mattn/go-runewidth v0.0.15 // indirect
 	github.com/rivo/uniseg v0.4.7 // indirect