fix schiavo error and changing rippleapi to api

This commit is contained in:
Alicia
2019-02-23 13:11:47 +00:00
parent 5b78c99b04
commit 5fc84bd914
40 changed files with 51 additions and 51 deletions

View File

@@ -7,7 +7,7 @@ import (
"github.com/jmoiron/sqlx"
"github.com/thehowl/go-osuapi"
"github.com/valyala/fasthttp"
"github.com/osuYozora/rippleapi/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/rippleapi/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/rippleapi/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"
"github.com/osuYozora/ocl"
"github.com/osuYozora/rippleapi/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/rippleapi/common"
"github.com/osuYozora/api/common"
"zxq.co/x/getrank"
)