diff options
Diffstat (limited to 'recording/watcher.go')
-rw-r--r-- | recording/watcher.go | 10 |
1 files changed, 5 insertions, 5 deletions
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" ) |