Allow import straight from github

This commit is contained in:
Alicia
2019-02-23 13:09:10 +00:00
parent 9c44c15e8a
commit 5b78c99b04
43 changed files with 64 additions and 64 deletions

View File

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

View File

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

View File

@@ -5,7 +5,7 @@ import (
"strconv"
"strings"
"zxq.co/ripple/rippleapi/common"
"github.com/osuYozora/rippleapi/common"
"github.com/jmoiron/sqlx"
"github.com/valyala/fasthttp"

View File

@@ -12,8 +12,8 @@ import (
"github.com/thehowl/go-osuapi"
"github.com/valyala/fasthttp"
"gopkg.in/redis.v5"
"zxq.co/ripple/ocl"
"zxq.co/ripple/rippleapi/common"
"github.com/osuYozora/ocl"
"github.com/osuYozora/rippleapi/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"
"zxq.co/ripple/rippleapi/common"
"github.com/osuYozora/rippleapi/common"
"zxq.co/x/getrank"
)