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. --- main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 523e348..bf3b10a 100644 --- a/main.go +++ b/main.go @@ -6,12 +6,12 @@ Task lifecycle management are implemented in recording package. */ import ( - "bilibili-livestream-archiver/common" - "bilibili-livestream-archiver/logging" - "bilibili-livestream-archiver/recording" "context" "fmt" "github.com/akamensky/argparse" + "github.com/keuin/slbr/common" + "github.com/keuin/slbr/logging" + "github.com/keuin/slbr/recording" "github.com/spf13/viper" "log" "os" -- cgit v1.2.3