Update to use newt websocket

This commit is contained in:
Owen
2025-07-18 16:58:52 -07:00
parent c1ef56001f
commit 8e83a83294
8 changed files with 239 additions and 501 deletions

View File

@@ -7,7 +7,7 @@ import (
"time"
"github.com/fosrl/newt/logger"
"github.com/fosrl/olm/websocket"
"github.com/fosrl/newt/websocket"
"github.com/fosrl/olm/wgtester"
"golang.zx2c4.com/wireguard/device"
)