cmd/chihaya: added useful dependencies

This commit is contained in:
Leo Balduf 2016-03-02 22:24:38 +01:00 committed by Jimmy Zelinskie
parent 114322ce10
commit 730de81b9f

View file

@ -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