Changed import path order

This commit is contained in:
Eduard Urbach 2019-04-23 14:52:55 +09:00
parent c65f927678
commit 58a257f840
74 changed files with 164 additions and 164 deletions

View File

@ -4,8 +4,8 @@ import (
"fmt"
"strings"
"github.com/animenotifier/arn"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/pariz/gountries"
"github.com/bwmarrin/discordgo"

View File

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

View File

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

View File

@ -3,8 +3,8 @@ package main
import (
"fmt"
"github.com/animenotifier/arn"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
)
var ratings = map[string][]arn.AnimeListItemRating{}

View File

@ -10,8 +10,8 @@ import (
_ "image/png"
"github.com/aerogo/http/client"
"github.com/animenotifier/arn"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
)
func main() {

View File

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

View File

@ -6,9 +6,9 @@ import (
"strconv"
"strings"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/kitsu"
"github.com/akyoto/color"
)
func main() {
@ -37,7 +37,7 @@ func main() {
Attributes: []*arn.CharacterAttribute{},
HasMappings: arn.HasMappings{
Mappings: []*arn.Mapping{
&arn.Mapping{
{
Service: "kitsu/character",
ServiceID: kitsuCharacter.ID,
},

View File

@ -3,9 +3,9 @@ package main
import (
"fmt"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/kitsu"
"github.com/akyoto/color"
)
func main() {

View File

@ -3,9 +3,9 @@ package main
import (
"fmt"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/kitsu"
"github.com/akyoto/color"
)
func main() {

View File

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

View File

@ -5,10 +5,10 @@ import (
"errors"
"os"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/mal"
"github.com/animenotifier/mal/parser"
"github.com/akyoto/color"
)
// Read anime file

View File

@ -5,9 +5,9 @@ import (
"errors"
"os"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/mal/parser"
"github.com/akyoto/color"
)
// Read character file

View File

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

View File

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

View File

@ -4,9 +4,9 @@ import (
"fmt"
"strings"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/mal"
"github.com/akyoto/color"
)
const imageWidthThreshold = 225

View File

@ -4,9 +4,9 @@ import (
"fmt"
"github.com/aerogo/http/client"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/mal"
"github.com/akyoto/color"
)
// Sync titles

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -3,9 +3,9 @@ package main
import (
"time"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/shoboi"
"github.com/akyoto/color"
)
func main() {

View File

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

View File

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

View File

@ -5,10 +5,10 @@ import (
"sort"
"github.com/aerogo/aero"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/components"
"github.com/animenotifier/notify.moe/utils"
"github.com/akyoto/color"
)
// UserRegistrations ...

View File

@ -4,8 +4,8 @@ import (
"fmt"
"net/http"
"github.com/animenotifier/kitsu"
"github.com/akyoto/color"
"github.com/animenotifier/kitsu"
"github.com/animenotifier/arn"

View File

@ -5,10 +5,10 @@ import (
"sort"
"github.com/aerogo/aero"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/arn/autodocs"
"github.com/animenotifier/notify.moe/components"
"github.com/akyoto/color"
)
// Get api page.

View File

@ -5,10 +5,10 @@ import (
"sort"
"github.com/aerogo/aero"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/components"
"github.com/animenotifier/notify.moe/utils"
"github.com/akyoto/color"
)
const (

View File

@ -9,7 +9,7 @@ import (
)
var jobInfo = map[string]*utils.JobInfo{
"kitsu-import-anime": &utils.JobInfo{
"kitsu-import-anime": {
Name: "kitsu-import-anime",
},
// "anime-ratings": &utils.JobInfo{

View File

@ -52,7 +52,7 @@ func CreatePayment(ctx *aero.Context) string {
Payer: &paypalsdk.Payer{
PaymentMethod: "paypal",
},
Transactions: []paypalsdk.Transaction{paypalsdk.Transaction{
Transactions: []paypalsdk.Transaction{{
Amount: &paypalsdk.Amount{
Currency: "JPY",
Total: amount,

View File

@ -4,8 +4,8 @@ import (
"strconv"
"time"
"github.com/animenotifier/arn"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
)
func main() {

View File

@ -4,7 +4,7 @@ import "github.com/animenotifier/arn"
var items = []*arn.ShopItem{
// 1 month
&arn.ShopItem{
{
ID: "pro-account-1",
Name: "PRO Account - 1 month",
Price: 300,
@ -27,7 +27,7 @@ Includes:
},
// 3 months
&arn.ShopItem{
{
ID: "pro-account-3",
Name: "PRO Account - 3 months",
Price: 900,
@ -50,7 +50,7 @@ Includes:
},
// 6 months
&arn.ShopItem{
{
ID: "pro-account-6",
Name: "PRO Account - 6 months",
Price: 1600,
@ -71,7 +71,7 @@ Includes:
Order: 3,
Consumable: true,
},
&arn.ShopItem{
{
ID: "pro-account-12",
Name: "PRO Account - 1 year",
Price: 3000,
@ -92,7 +92,7 @@ Includes:
Order: 4,
Consumable: true,
},
&arn.ShopItem{
{
ID: "pro-account-24",
Name: "PRO Account - 2 years",
Price: 5900,

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -3,8 +3,8 @@ package main
import (
"flag"
"github.com/animenotifier/arn"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
)
// Shell parameters

View File

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

View File

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

View File

@ -3,8 +3,8 @@ package main
import (
"flag"
"github.com/animenotifier/arn"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
)
// Shell parameters

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -4,9 +4,9 @@ import (
"fmt"
"time"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/mal"
"github.com/akyoto/color"
)
var malDB = arn.Node.Namespace("mal").RegisterTypes((*mal.Anime)(nil))

View File

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

View File

@ -13,8 +13,8 @@ import (
_ "image/png"
"github.com/aerogo/http/client"
"github.com/animenotifier/arn"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
)
var ticker = time.NewTicker(50 * time.Millisecond)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -4,8 +4,8 @@ import (
"flag"
"fmt"
"github.com/animenotifier/arn"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
)
// Shell parameters

View File

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

View File

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

View File

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

View File

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

View File

@ -3,8 +3,8 @@ package main
import (
"flag"
"github.com/animenotifier/arn"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
)
// Shell parameters

View File

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

View File

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

View File

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

View File

@ -2,7 +2,7 @@ package routetests
var routeTests = map[string][]string{
// User
"/user/:nick": []string{
"/user/:nick": {
"/+Akyoto",
},
@ -58,188 +58,188 @@ var routeTests = map[string][]string{
// "/+Akyoto/stats",
// },
"/user/:nick/animelist/anime/:id": []string{
"/user/:nick/animelist/anime/:id": {
"/+Akyoto/animelist/anime/74y2cFiiR",
},
"/user/:nick/animelist/watching": []string{
"/user/:nick/animelist/watching": {
"/+Akyoto/animelist/watching",
},
"/user/:nick/animelist/watching/from/:index": []string{
"/user/:nick/animelist/watching/from/:index": {
"/+Akyoto/animelist/watching/from/1",
},
"/user/:nick/animelist/completed": []string{
"/user/:nick/animelist/completed": {
"/+Akyoto/animelist/completed",
},
"/user/:nick/animelist/completed/from/:index": []string{
"/user/:nick/animelist/completed/from/:index": {
"/+Akyoto/animelist/completed/from/3",
},
"/user/:nick/animelist/planned": []string{
"/user/:nick/animelist/planned": {
"/+Akyoto/animelist/planned",
},
"/user/:nick/animelist/planned/from/:index": []string{
"/user/:nick/animelist/planned/from/:index": {
"/+Akyoto/animelist/planned/from/3",
},
"/user/:nick/animelist/hold": []string{
"/user/:nick/animelist/hold": {
"/+Akyoto/animelist/hold",
},
"/user/:nick/animelist/hold/from/:index": []string{
"/user/:nick/animelist/hold/from/:index": {
"/+Akyoto/animelist/hold/from/3",
},
"/user/:nick/animelist/dropped": []string{
"/user/:nick/animelist/dropped": {
"/+Akyoto/animelist/dropped",
},
"/user/:nick/animelist/dropped/from/:index": []string{
"/user/:nick/animelist/dropped/from/:index": {
"/+Akyoto/animelist/dropped/from/3",
},
"/user/:nick/anime/recommended": []string{
"/user/:nick/anime/recommended": {
"/+Akyoto/anime/recommended",
},
"/user/:nick/anime/sequels": []string{
"/user/:nick/anime/sequels": {
"/+Akyoto/anime/sequels",
},
"/users/country/:country": []string{
"/users/country/:country": {
"/users/country/japan",
},
// Pages
"/anime/:id": []string{
"/anime/:id": {
"/anime/74y2cFiiR",
},
"/anime/:id/characters": []string{
"/anime/:id/characters": {
"/anime/74y2cFiiR/characters",
},
"/anime/:id/episodes": []string{
"/anime/:id/episodes": {
"/anime/74y2cFiiR/episodes",
},
"/anime/:id/comments": []string{
"/anime/:id/comments": {
"/anime/74y2cFiiR/comments",
},
"/anime/:id/tracks": []string{
"/anime/:id/tracks": {
"/anime/74y2cFiiR/tracks",
},
"/anime/:id/relations": []string{
"/anime/:id/relations": {
"/anime/74y2cFiiR/relations",
},
"/thread/:id": []string{
"/thread/:id": {
"/thread/HJgS7c2K",
},
"/post/:id": []string{
"/post/:id": {
"/post/B1RzshnK",
},
"/forum/:tag": []string{
"/forum/:tag": {
"/forum/general",
},
"/genre/:name": []string{
"/genre/:name": {
"/genre/action",
},
"/company/:id": []string{
"/company/:id": {
"/company/xCAUr7UkRaz",
},
"/company/:id/history": []string{
"/company/:id/history": {
"/company/xCAUr7UkRaz/history",
},
"/companies/from/:index": []string{
"/companies/from/:index": {
"/companies/from/3",
},
"/explore/color/:color/anime": []string{
"/explore/color/:color/anime": {
"/explore/color/hsl:0.050,0.25,0.5/anime",
},
"/explore/color/:color/anime/from/:index": []string{
"/explore/color/:color/anime/from/:index": {
"/explore/color/hsl:0.050,0.25,0.5/anime/from/3",
},
"/search/:term": []string{
"/search/:term": {
"/search/Dragon Ball",
},
"/quote/:id": []string{
"/quote/:id": {
"/quote/gUZugd6zR",
},
"/quote/:id/edit": []string{
"/quote/:id/edit": {
"/quote/gUZugd6zR/edit",
},
"/quote/:id/history": []string{
"/quote/:id/history": {
"/quote/gUZugd6zR/history",
},
"/quotes/from/:index": []string{
"/quotes/from/:index": {
"/quotes/from/2",
},
"/quotes/best/from/:index": []string{
"/quotes/best/from/:index": {
"/quotes/best/from/2",
},
"/soundtrack/:id": []string{
"/soundtrack/:id": {
"/soundtrack/h0ac8sKkg",
},
"/soundtrack/:id/lyrics": []string{
"/soundtrack/:id/lyrics": {
"/soundtrack/vS64GbpzR/lyrics",
},
"/soundtrack/:id/edit": []string{
"/soundtrack/:id/edit": {
"/soundtrack/h0ac8sKkg/edit",
},
"/soundtrack/:id/history": []string{
"/soundtrack/:id/history": {
"/soundtrack/h0ac8sKkg/history",