Fix subproject import paths
This commit is contained in:
parent
7318a9c84a
commit
f59e832cb5
1 changed files with 2 additions and 3 deletions
5
main.go
5
main.go
|
@ -15,9 +15,8 @@ import (
|
||||||
"github.com/chihaya/chihaya/config"
|
"github.com/chihaya/chihaya/config"
|
||||||
"github.com/chihaya/chihaya/server"
|
"github.com/chihaya/chihaya/server"
|
||||||
|
|
||||||
_ "github.com/chihaya/chihaya/storage/backend/batter"
|
_ "github.com/chihaya/chihaya-gazelle"
|
||||||
_ "github.com/chihaya/chihaya/storage/backend/gazelle"
|
_ "github.com/chihaya/chihaya-redis"
|
||||||
_ "github.com/chihaya/chihaya/storage/tracker/redis"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Reference in a new issue