mirror of
https://github.com/sot-tech/mochi.git
synced 2026-06-12 07:43:32 -07:00
cmd/chihaya: added useful dependencies
This commit is contained in:
committed by
Jimmy Zelinskie
parent
114322ce10
commit
730de81b9f
+4
-1
@@ -15,8 +15,11 @@ import (
|
||||
"github.com/chihaya/chihaya/server"
|
||||
"github.com/chihaya/chihaya/tracker"
|
||||
|
||||
_ "github.com/chihaya/chihaya/server/store/middleware/ip"
|
||||
_ "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
|
||||
|
||||
Reference in New Issue
Block a user