This commit is contained in:
Alicia
2019-02-25 21:04:55 +00:00
parent 303b248408
commit bd1b959836
42 changed files with 50 additions and 50 deletions

View File

@@ -7,7 +7,7 @@ import (
"github.com/jmoiron/sqlx"
"github.com/thehowl/go-osuapi"
"github.com/valyala/fasthttp"
"github.com/osuYozora/api/common"
"github.com/osuyozora/api/common"
)
// GetBeatmap retrieves general beatmap information.

View File

@@ -7,7 +7,7 @@ import (
"github.com/jmoiron/sqlx"
"github.com/valyala/fasthttp"
"github.com/osuYozora/api/common"
"github.com/osuyozora/api/common"
)
var modes = []string{"std", "taiko", "ctb", "mania"}

View File

@@ -5,7 +5,7 @@ import (
"strconv"
"strings"
"github.com/osuYozora/api/common"
"github.com/osuyozora/api/common"
"github.com/jmoiron/sqlx"
"github.com/valyala/fasthttp"

View File

@@ -13,7 +13,7 @@ import (
"github.com/valyala/fasthttp"
"gopkg.in/redis.v5"
"zxq.co/ripple/ocl"
"github.com/osuYozora/api/common"
"github.com/osuyozora/api/common"
)
// R is a redis client.

View File

@@ -7,7 +7,7 @@ import (
"github.com/jmoiron/sqlx"
"github.com/valyala/fasthttp"
"gopkg.in/thehowl/go-osuapi.v1"
"github.com/osuYozora/api/common"
"github.com/osuyozora/api/common"
"zxq.co/x/getrank"
)