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

@@ -8,7 +8,7 @@ import (
"database/sql"
"github.com/osuYozora/rippleapi/common"
"github.com/osuYozora/api/common"
)
type websocketUser struct {

View File

@@ -3,7 +3,7 @@ package websockets
import (
"encoding/json"
"github.com/osuYozora/rippleapi/common"
"github.com/osuYozora/api/common"
)
// SetRestrictedVisibility sets whether the information of restricted users

View File

@@ -7,8 +7,8 @@ import (
"sync"
"gopkg.in/thehowl/go-osuapi.v1"
"github.com/osuYozora/rippleapi/app/v1"
"github.com/osuYozora/rippleapi/common"
"github.com/osuYozora/api/app/v1"
"github.com/osuYozora/api/common"
"zxq.co/x/getrank"
)