Use blitzprog/color instead of fatih/color

This commit is contained in:
2019-03-30 15:39:40 +09:00
parent 472946010b
commit 8f606d4a75
74 changed files with 93 additions and 118 deletions

View File

@ -6,7 +6,7 @@ import (
"github.com/animenotifier/arn"
"github.com/animenotifier/arn/stringutils"
"github.com/fatih/color"
"github.com/blitzprog/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/fatih/color"
"github.com/blitzprog/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/fatih/color"
"github.com/blitzprog/color"
)
var tickerOW = time.NewTicker(1100 * time.Millisecond)

View File

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