]> git.lizzy.rs Git - go-anidb.git/blobdiff - animecache.go
Modernize
[go-anidb.git] / animecache.go
index eff4df677e73928339bfee4caccd81bdafda0bcb..a35e074b78706f0414f44faae14b8b01d5496436 100644 (file)
@@ -2,10 +2,10 @@ package anidb
 
 import (
        "fmt"
-       "github.com/Kovensky/go-anidb/http"
-       "github.com/Kovensky/go-anidb/misc"
-       "github.com/Kovensky/go-anidb/udp"
-       "github.com/Kovensky/go-fscache"
+       "github.com/EliasFleckenstein03/go-anidb/http"
+       "github.com/EliasFleckenstein03/go-anidb/misc"
+       "github.com/EliasFleckenstein03/go-anidb/udp"
+       "github.com/EliasFleckenstein03/go-fscache"
        "sort"
        "strconv"
        "strings"