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

@@ -10,7 +10,7 @@ import (
"strings"
"time"
"github.com/osuYozora/rippleapi/common"
"github.com/osuYozora/api/common"
"github.com/jmoiron/sqlx"
"gopkg.in/thehowl/go-osuapi.v1"
)

View File

@@ -5,7 +5,7 @@ import (
"errors"
"time"
"github.com/osuYozora/rippleapi/common"
"github.com/osuYozora/api/common"
"gopkg.in/thehowl/go-osuapi.v1"
)