Updated repository paths

This commit is contained in:
Eduard Urbach 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 (
"strings"
"github.com/animenotifier/arn"
"github.com/blitzprog/color"
"github.com/akyoto/color"
"github.com/pariz/gountries"
"github.com/bwmarrin/discordgo"

2
go.mod
View File

@ -23,7 +23,7 @@ require (
github.com/animenotifier/mal v0.0.0-20190306012317-15db3840fd60
github.com/animenotifier/shoboi v0.0.0-20190331140329-ad885767c824
github.com/animenotifier/twist v0.0.0-20171021152718-743481a0ebff
github.com/blitzprog/color v1.8.0
github.com/akyoto/color v1.8.0
github.com/bwmarrin/discordgo v0.19.0
github.com/dustin/go-humanize v1.0.0
github.com/elazarl/goproxy v0.0.0-20190421051319-9d40249d3c2f // indirect

16
go.sum
View File

@ -94,14 +94,14 @@ github.com/animenotifier/twist v0.0.0-20171021152718-743481a0ebff h1:+RQT0v57iID
github.com/animenotifier/twist v0.0.0-20171021152718-743481a0ebff/go.mod h1:c6gK23vt2wFRkWkEnPSANb5P0LwfSmhuR8rk5+rBlbw=
github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
github.com/blitzprog/color v1.8.0 h1:57b411KxdU2PpTMUWzxvm8FNwFSZCub9iAHyynlshEY=
github.com/blitzprog/color v1.8.0/go.mod h1:BT0yhtwPpduwijxx6kUHHv79qgJyuLdOehYyeL6Y2b4=
github.com/blitzprog/go-matroska v0.0.0-20181027234721-1748ad65794d h1:uRRVrQddnOknwN+Ms/daO3hzNF5UzuKOm6kv4GjwB8o=
github.com/blitzprog/go-matroska v0.0.0-20181027234721-1748ad65794d/go.mod h1:5Q6gAPJYxcIZQIbSQ9LEAbqA19XBPlten2jS+6ndcEo=
github.com/blitzprog/imageoutput v0.0.0-20180723015600-be0e2c52cd9e h1:43CYlb4yAPqd8jHNXGAYGOSYDyiQwuuV4lnRdi3KcG4=
github.com/blitzprog/imageoutput v0.0.0-20180723015600-be0e2c52cd9e/go.mod h1:VuelwH0/wamFPyapbsIJNkej9ZVoOoome1S6jHRQX5U=
github.com/blitzprog/webpush-go v0.0.0-20180307222614-704de5d30bcc h1:alg/D/aiVjj+zt/tpQacXVxZi8tzsSBFYKu+aGfuZ9g=
github.com/blitzprog/webpush-go v0.0.0-20180307222614-704de5d30bcc/go.mod h1:7kSeKsDTqZf4oHU5j2dGVktnAGO0m5SIU8o8UEvLHSU=
github.com/akyoto/color v1.8.0 h1:57b411KxdU2PpTMUWzxvm8FNwFSZCub9iAHyynlshEY=
github.com/akyoto/color v1.8.0/go.mod h1:BT0yhtwPpduwijxx6kUHHv79qgJyuLdOehYyeL6Y2b4=
github.com/akyoto/go-matroska v0.0.0-20181027234721-1748ad65794d h1:uRRVrQddnOknwN+Ms/daO3hzNF5UzuKOm6kv4GjwB8o=
github.com/akyoto/go-matroska v0.0.0-20181027234721-1748ad65794d/go.mod h1:5Q6gAPJYxcIZQIbSQ9LEAbqA19XBPlten2jS+6ndcEo=
github.com/akyoto/imageoutput v0.0.0-20180723015600-be0e2c52cd9e h1:43CYlb4yAPqd8jHNXGAYGOSYDyiQwuuV4lnRdi3KcG4=
github.com/akyoto/imageoutput v0.0.0-20180723015600-be0e2c52cd9e/go.mod h1:VuelwH0/wamFPyapbsIJNkej9ZVoOoome1S6jHRQX5U=
github.com/akyoto/webpush-go v0.0.0-20180307222614-704de5d30bcc h1:alg/D/aiVjj+zt/tpQacXVxZi8tzsSBFYKu+aGfuZ9g=
github.com/akyoto/webpush-go v0.0.0-20180307222614-704de5d30bcc/go.mod h1:7kSeKsDTqZf4oHU5j2dGVktnAGO0m5SIU8o8UEvLHSU=
github.com/bwmarrin/discordgo v0.19.0 h1:kMED/DB0NR1QhRcalb85w0Cu3Ep2OrGAqZH1R5awQiY=
github.com/bwmarrin/discordgo v0.19.0/go.mod h1:O9S4p+ofTFwB02em7jkpkV8M3R0/PUVOwN61zSZ0r4Q=
github.com/chai2010/webp v1.1.0 h1:4Ei0/BRroMF9FaXDG2e4OxwFcuW2vcXd+A6tyqTJUQQ=

View File

@ -8,7 +8,7 @@ import (
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/utils/gql"
"github.com/blitzprog/color"
"github.com/akyoto/color"
"github.com/graphql-go/graphql"
)

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)

View File

@ -9,7 +9,7 @@ import (
"github.com/aerogo/http/client"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/utils"
"github.com/blitzprog/color"
"github.com/akyoto/color"
"github.com/mssola/user_agent"
)

View File

@ -8,7 +8,7 @@ import (
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/components"
"github.com/animenotifier/notify.moe/utils"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
// UserRegistrations ...

View File

@ -5,7 +5,7 @@ import (
"net/http"
"github.com/animenotifier/kitsu"
"github.com/blitzprog/color"
"github.com/akyoto/color"
"github.com/animenotifier/arn"

View File

@ -8,7 +8,7 @@ import (
"github.com/animenotifier/arn"
"github.com/animenotifier/arn/autodocs"
"github.com/animenotifier/notify.moe/components"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
// Get api page.

View File

@ -8,7 +8,7 @@ import (
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/components"
"github.com/animenotifier/notify.moe/utils"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
const (

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"
)
func main() {

View File

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

View File

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

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

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

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 (
"flag"
"github.com/animenotifier/arn"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
// Shell parameters

View File

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

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 (
"flag"
"github.com/animenotifier/arn"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
// Shell parameters

View File

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

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"
)
func main() {

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

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

View File

@ -5,7 +5,7 @@ import (
"github.com/animenotifier/arn"
"github.com/animenotifier/arn/autocorrect"
"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

@ -4,7 +4,7 @@ import (
"fmt"
"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/mal"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
var malDB = arn.Node.Namespace("mal").RegisterTypes((*mal.Anime)(nil))

View File

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

View File

@ -14,7 +14,7 @@ import (
"github.com/aerogo/http/client"
"github.com/animenotifier/arn"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
var ticker = time.NewTicker(50 * time.Millisecond)

View File

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

View File

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

View File

@ -2,7 +2,7 @@ package main
import (
"github.com/animenotifier/arn"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
const maxNotificationsPerUser = 30

View File

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

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

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

View File

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

View File

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

View File

@ -8,7 +8,7 @@ import (
"path"
"github.com/animenotifier/arn"
"github.com/blitzprog/color"
"github.com/akyoto/color"
icolor "image/color"
_ "image/gif"

View File

@ -5,7 +5,7 @@ import (
"fmt"
"github.com/animenotifier/arn"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
// Shell parameters

View File

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

View File

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

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

@ -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 (
"flag"
"github.com/animenotifier/arn"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
// Shell parameters

View File

@ -4,7 +4,7 @@ import (
"regexp"
"github.com/animenotifier/arn"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
var flaggedWords = regexp.MustCompile("fuck|fucking|freaking|shit|bad|terrible|awful|wtf")

View File

@ -6,7 +6,7 @@ import (
"github.com/aerogo/aero"
"github.com/animenotifier/arn"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
func configureHTTPS(app *aero.Application) {

View File

@ -6,7 +6,7 @@ import (
"time"
"github.com/animenotifier/arn"
"github.com/blitzprog/color"
"github.com/akyoto/color"
)
// JobInfo gives you information about a background job.