diff options
Diffstat (limited to 'danmaku/dmpkg')
-rw-r--r-- | danmaku/dmpkg/auth.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/danmaku/dmpkg/auth.go b/danmaku/dmpkg/auth.go index c9720ea..c39fbd9 100644 --- a/danmaku/dmpkg/auth.go +++ b/danmaku/dmpkg/auth.go @@ -6,9 +6,9 @@ it sends this message at first. The server then responses a OpConnectOk exchange package dmpkg import ( - "bilibili-livestream-archiver/common" "encoding/json" "fmt" + "github.com/keuin/slbr/common" ) type authInfo struct { |