diff options
Diffstat (limited to 'service/scraper/scraper.go')
-rw-r--r-- | service/scraper/scraper.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/service/scraper/scraper.go b/service/scraper/scraper.go index 482c954..96aadc0 100644 --- a/service/scraper/scraper.go +++ b/service/scraper/scraper.go @@ -1,10 +1,10 @@ package scraperService import ( - "github.com/ewhal/nyaa/config" - "github.com/ewhal/nyaa/db" - "github.com/ewhal/nyaa/model" - "github.com/ewhal/nyaa/util/log" + "github.com/NyaaPantsu/nyaa/config" + "github.com/NyaaPantsu/nyaa/db" + "github.com/NyaaPantsu/nyaa/model" + "github.com/NyaaPantsu/nyaa/util/log" "net" "net/url" "time" |