diff options
Diffstat (limited to 'cache/native')
-rw-r--r-- | cache/native/native.go | 4 | ||||
-rw-r--r-- | cache/native/native_test.go | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cache/native/native.go b/cache/native/native.go index 56c1094..9442f3d 100644 --- a/cache/native/native.go +++ b/cache/native/native.go @@ -5,8 +5,8 @@ import ( "sync" "time" - "github.com/ewhal/nyaa/common" - "github.com/ewhal/nyaa/model" + "github.com/NyaaPantsu/nyaa/common" + "github.com/NyaaPantsu/nyaa/model" ) const expiryTime = time.Minute diff --git a/cache/native/native_test.go b/cache/native/native_test.go index 6c977ed..13a2fb5 100644 --- a/cache/native/native_test.go +++ b/cache/native/native_test.go @@ -4,8 +4,8 @@ import ( "sync" "testing" - "github.com/ewhal/nyaa/common" - "github.com/ewhal/nyaa/model" + "github.com/NyaaPantsu/nyaa/common" + "github.com/NyaaPantsu/nyaa/model" ) // Basic test for deadlocks and race conditions |