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

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

View File

@@ -3,7 +3,7 @@ package websockets
import (
"encoding/json"
"github.com/osuYozora/api/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/api/app/v1"
"github.com/osuYozora/api/common"
"github.com/osuyozora/api/app/v1"
"github.com/osuyozora/api/common"
"zxq.co/x/getrank"
)