final error fixing

This commit is contained in:
Alicia
2019-02-23 13:14:37 +00:00
parent 5fc84bd914
commit b444bf15dd
8 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ import (
redis "gopkg.in/redis.v5"
"github.com/osuYozora/ocl"
"zxq.co/ripple/ocl"
"github.com/osuYozora/api/common"
)

View File

@@ -4,7 +4,7 @@ import (
"strings"
"github.com/osuYozora/api/common"
"github.com/osuYozora/semantic-icons-ugc"
"zxq.co/ripple/semantic-icons-ugc"
)
type donorInfoResponse struct {

View File

@@ -8,7 +8,7 @@ import (
"unicode"
"github.com/jmoiron/sqlx"
"github.com/osuYozora/ocl"
"zxq.co/ripple/ocl"
"github.com/osuYozora/api/common"
)