2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 13:47:15 +08:00

refactor: migrate to fiber http driver

This commit is contained in:
耗子
2023-11-04 14:27:15 +08:00
parent 00ec8d693c
commit 3d43a2a08f
11 changed files with 516 additions and 308 deletions

View File

@@ -9,7 +9,7 @@ import (
"fmt"
"io"
"github.com/gorilla/websocket"
"github.com/fasthttp/websocket"
"golang.org/x/crypto/ssh"
)