adaq
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
|
||||
"database/sql"
|
||||
|
||||
"github.com/osuYozora/api/common"
|
||||
"github.com/osuyozora/api/common"
|
||||
)
|
||||
|
||||
type websocketUser struct {
|
||||
|
@@ -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
|
||||
|
@@ -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"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user