diff options
author | Keuin <[email protected]> | 2022-09-10 18:35:27 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-09-10 18:35:27 +0800 |
commit | c1b605fca10c0f58c131d5d38084f991b21eae5d (patch) | |
tree | 517b67eb136af3e520f1866b72c911296526779f /recording/watcher.go | |
parent | 5a8b9c508fa186534a134bee2df705d4de95b9d9 (diff) |
Rename module path to GitHub repo.
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" ) |