summaryrefslogtreecommitdiffstats
path: root/service/scraper
diff options
context:
space:
mode:
Diffstat (limited to 'service/scraper')
-rw-r--r--service/scraper/bucket.go2
-rw-r--r--service/scraper/scraper.go8
-rw-r--r--service/scraper/transaction.go8
3 files changed, 9 insertions, 9 deletions
diff --git a/service/scraper/bucket.go b/service/scraper/bucket.go
index bf8c34f..b6a0cdc 100644
--- a/service/scraper/bucket.go
+++ b/service/scraper/bucket.go
@@ -5,7 +5,7 @@ import (
"net"
"sync"
- "github.com/ewhal/nyaa/model"
+ "github.com/NyaaPantsu/nyaa/model"
)
const InitialConnectionID = 0x41727101980
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"
diff --git a/service/scraper/transaction.go b/service/scraper/transaction.go
index fb69876..c517b2f 100644
--- a/service/scraper/transaction.go
+++ b/service/scraper/transaction.go
@@ -6,10 +6,10 @@ import (
"net"
"time"
- "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"
)
// TransactionTimeout 30 second timeout for transactions