From c1b605fca10c0f58c131d5d38084f991b21eae5d Mon Sep 17 00:00:00 2001 From: Keuin Date: Sat, 10 Sep 2022 18:35:27 +0800 Subject: Rename module path to GitHub repo. --- danmaku/client.go | 4 ++-- danmaku/dmpkg/auth.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'danmaku') diff --git a/danmaku/client.go b/danmaku/client.go index 7745761..3a1298d 100644 --- a/danmaku/client.go +++ b/danmaku/client.go @@ -7,10 +7,10 @@ The Bilibili WebSocket channel protocol is decoupled and implemented in package package danmaku import ( - "bilibili-livestream-archiver/common" - "bilibili-livestream-archiver/danmaku/dmpkg" "context" "fmt" + "github.com/keuin/slbr/common" + "github.com/keuin/slbr/danmaku/dmpkg" "nhooyr.io/websocket" ) 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 { -- cgit v1.2.3