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. --- recording/watcher.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'recording/watcher.go') diff --git a/recording/watcher.go b/recording/watcher.go index cda0a3c..4ae17b7 100644 --- a/recording/watcher.go +++ b/recording/watcher.go @@ -1,14 +1,14 @@ package recording import ( - "bilibili-livestream-archiver/common" - "bilibili-livestream-archiver/danmaku" - "bilibili-livestream-archiver/danmaku/dmmsg" - "bilibili-livestream-archiver/danmaku/dmpkg" - "bilibili-livestream-archiver/logging" "context" "encoding/json" "fmt" + "github.com/keuin/slbr/common" + "github.com/keuin/slbr/danmaku" + "github.com/keuin/slbr/danmaku/dmmsg" + "github.com/keuin/slbr/danmaku/dmpkg" + "github.com/keuin/slbr/logging" "time" ) -- cgit v1.2.3