Updated repository paths
This commit is contained in:
parent
b78785cadc
commit
c65f927678
@ -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
2
go.mod
@ -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
16
go.sum
@ -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=
|
||||
|
@ -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"
|
||||
)
|
||||
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
var ratings = map[string][]arn.AnimeListItemRating{}
|
||||
|
@ -11,7 +11,7 @@ import (
|
||||
|
||||
"github.com/aerogo/http/client"
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -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{
|
||||
|
@ -8,7 +8,7 @@ import (
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/animenotifier/kitsu"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/animenotifier/kitsu"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/animenotifier/kitsu"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -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"
|
||||
)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -8,7 +8,7 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -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) {
|
||||
|
@ -6,7 +6,7 @@ import (
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/animenotifier/mal"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
const imageWidthThreshold = 225
|
||||
|
@ -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
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -2,7 +2,7 @@ package main
|
||||
|
||||
import (
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -7,7 +7,7 @@ import (
|
||||
"github.com/animenotifier/arn"
|
||||
|
||||
"github.com/animenotifier/kitsu"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/animenotifier/shoboi"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -6,7 +6,7 @@ import (
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
var packages = []string{
|
||||
|
@ -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)
|
||||
|
@ -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"
|
||||
)
|
||||
|
||||
|
@ -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 ...
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
"net/http"
|
||||
|
||||
"github.com/animenotifier/kitsu"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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 (
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
"html"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -2,7 +2,7 @@ package main
|
||||
|
||||
import (
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -2,7 +2,7 @@ package main
|
||||
|
||||
import (
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -2,7 +2,7 @@ package main
|
||||
|
||||
import (
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"flag"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
// Shell parameters
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
|
||||
"github.com/aerogo/nano"
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -2,7 +2,7 @@ package main
|
||||
|
||||
import (
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"flag"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
// Shell parameters
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -2,7 +2,7 @@ package main
|
||||
|
||||
import (
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/animenotifier/arn/autocorrect"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -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))
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -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)
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
"sort"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -2,7 +2,7 @@ package main
|
||||
|
||||
import (
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
const maxNotificationsPerUser = 30
|
||||
|
@ -9,7 +9,7 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -2,7 +2,7 @@ package main
|
||||
|
||||
import (
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -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() {
|
||||
|
@ -10,7 +10,7 @@ import (
|
||||
"path"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -8,7 +8,7 @@ import (
|
||||
"path"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -8,7 +8,7 @@ import (
|
||||
"path"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
|
||||
icolor "image/color"
|
||||
_ "image/gif"
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
"fmt"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
// Shell parameters
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -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() {
|
||||
|
@ -2,7 +2,7 @@ package main
|
||||
|
||||
import (
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -2,7 +2,7 @@ package main
|
||||
|
||||
import (
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"flag"
|
||||
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/blitzprog/color"
|
||||
"github.com/akyoto/color"
|
||||
)
|
||||
|
||||
// Shell parameters
|
||||
|
@ -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")
|
||||
|
@ -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) {
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user