|
@@ -17,9 +17,9 @@ import (
|
|
|
lSyslog "github.com/sirupsen/logrus/hooks/syslog"
|
|
|
"github.com/urfave/negroni"
|
|
|
|
|
|
- "git.riomhaire.com/gremlin/jrpcserver/infrastructure/serviceregistry"
|
|
|
- "git.riomhaire.com/gremlin/jrpcserver/infrastructure/serviceregistry/consulagent"
|
|
|
- "git.riomhaire.com/gremlin/jrpcserver/infrastructure/serviceregistry/none"
|
|
|
+ "jrpcserver/infrastructure/serviceregistry"
|
|
|
+ "jrpcserver/infrastructure/serviceregistry/consulagent"
|
|
|
+ "jrpcserver/infrastructure/serviceregistry/none"
|
|
|
)
|
|
|
|
|
|
var dispatcher *Dispatcher
|