From 74cc4b2603bc0671515f8182357126b12207b3e2 Mon Sep 17 00:00:00 2001 From: aynakeya Date: Tue, 27 May 2025 22:39:15 +0800 Subject: [PATCH] fix import --- client/handler.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/handler.go b/client/handler.go index 3d120f5..3f46fd3 100644 --- a/client/handler.go +++ b/client/handler.go @@ -5,6 +5,9 @@ import ( "github.com/AynaLivePlayer/blivedm-go/packet" "github.com/AynaLivePlayer/blivedm-go/utils" log "github.com/sirupsen/logrus" + "regexp" + "runtime/debug" + "strings" ) var (