Updated repository paths

This commit is contained in:
2019-04-23 14:45:17 +09:00
parent b78785cadc
commit c65f927678
73 changed files with 80 additions and 80 deletions

View File

@ -5,7 +5,7 @@ import (
"time"
"github.com/animenotifier/arn"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
func main() {

View File

@ -4,7 +4,7 @@ import (
"fmt"
"github.com/animenotifier/arn"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
var ratings = map[string][]arn.AnimeListItemRating{}

View File

@ -11,7 +11,7 @@ import (
"github.com/aerogo/http/client"
"github.com/animenotifier/arn"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
func main() {

View File

@ -11,7 +11,7 @@ import (
"github.com/aerogo/log"
"github.com/animenotifier/arn"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
var colorPool = []*color.Color{

View File

@ -8,7 +8,7 @@ import (
"github.com/animenotifier/arn"
"github.com/animenotifier/kitsu"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
func main() {

View File

@ -5,7 +5,7 @@ import (
"github.com/animenotifier/arn"
"github.com/animenotifier/kitsu"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
func main() {

View File

@ -5,7 +5,7 @@ import (
"github.com/animenotifier/arn"
"github.com/animenotifier/kitsu"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
func main() {

View File

@ -8,7 +8,7 @@ import (
"github.com/animenotifier/arn/osutils"
"github.com/animenotifier/arn"
"github.com/blitzprog/color"
"github.com/akyoto/color"
"github.com/aerogo/crawler"
)

View File

@ -8,7 +8,7 @@ import (
"github.com/animenotifier/arn"
"github.com/animenotifier/mal"
"github.com/animenotifier/mal/parser"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
// Read anime file

View File

@ -7,7 +7,7 @@ import (
"github.com/animenotifier/arn"
"github.com/animenotifier/mal/parser"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
// Read character file

View File

@ -8,7 +8,7 @@ import (
"strings"
"github.com/animenotifier/arn"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
func main() {

View File

@ -5,7 +5,7 @@ import (
"strings"
"github.com/animenotifier/arn"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
func parseCharacterDescription(input string) (output string, attributes []*arn.CharacterAttribute) {

View File

@ -6,7 +6,7 @@ import (
"github.com/animenotifier/arn"
"github.com/animenotifier/mal"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
const imageWidthThreshold = 225

View File

@ -6,7 +6,7 @@ import (
"github.com/aerogo/http/client"
"github.com/animenotifier/arn"
"github.com/animenotifier/mal"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
// Sync titles

View File

@ -5,7 +5,7 @@ import (
"strings"
"github.com/animenotifier/arn"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
func main() {

View File

@ -6,7 +6,7 @@ import (
"github.com/animenotifier/arn"
"github.com/animenotifier/arn/stringutils"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
var tickerFFXIV = time.NewTicker(1100 * time.Millisecond)

View File

@ -6,7 +6,7 @@ import (
"github.com/animenotifier/arn"
"github.com/animenotifier/arn/stringutils"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
var tickerOsu = time.NewTicker(500 * time.Millisecond)

View File

@ -6,7 +6,7 @@ import (
"github.com/animenotifier/arn"
"github.com/animenotifier/arn/stringutils"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
var tickerOW = time.NewTicker(1100 * time.Millisecond)

View File

@ -2,7 +2,7 @@ package main
import (
"github.com/animenotifier/arn"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
func main() {

View File

@ -4,7 +4,7 @@ import (
"fmt"
"github.com/animenotifier/arn"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
func main() {

View File

@ -7,7 +7,7 @@ import (
"github.com/animenotifier/arn"
"github.com/animenotifier/kitsu"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
func main() {

View File

@ -5,7 +5,7 @@ import (
"github.com/animenotifier/arn"
"github.com/animenotifier/shoboi"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
func main() {

View File

@ -6,7 +6,7 @@ import (
"github.com/animenotifier/arn"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
var packages = []string{

View File

@ -7,7 +7,7 @@ import (
"github.com/animenotifier/arn"
"github.com/animenotifier/twist"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
var rateLimiter = time.NewTicker(500 * time.Millisecond)