cmd/chihaya: added useful dependencies
This commit is contained in:
parent
114322ce10
commit
730de81b9f
1 changed files with 4 additions and 1 deletions
|
@ -15,8 +15,11 @@ import (
|
||||||
"github.com/chihaya/chihaya/server"
|
"github.com/chihaya/chihaya/server"
|
||||||
"github.com/chihaya/chihaya/tracker"
|
"github.com/chihaya/chihaya/tracker"
|
||||||
|
|
||||||
_ "github.com/chihaya/chihaya/server/store/middleware/ip"
|
|
||||||
_ "github.com/chihaya/chihaya/server/http"
|
_ "github.com/chihaya/chihaya/server/http"
|
||||||
|
_ "github.com/chihaya/chihaya/server/store"
|
||||||
|
_ "github.com/chihaya/chihaya/server/store/memory"
|
||||||
|
_ "github.com/chihaya/chihaya/server/store/middleware/client"
|
||||||
|
_ "github.com/chihaya/chihaya/server/store/middleware/ip"
|
||||||
)
|
)
|
||||||
|
|
||||||
var configPath string
|
var configPath string
|
||||||
|
|
Loading…
Reference in a new issue