|
@@ -13,10 +13,10 @@ import (
|
|
|
"io"
|
|
|
"io/ioutil"
|
|
|
|
|
|
- "github.com/riomhaire/jrpcserver/infrastructure/api/rpc"
|
|
|
- "github.com/riomhaire/jrpcserver/model"
|
|
|
- "github.com/riomhaire/jrpcserver/model/jrpcerror"
|
|
|
- "github.com/riomhaire/jrpcserver/usecases/defaultcommand"
|
|
|
+ "git.riomhaire.com/gremlin/jrpcserver/infrastructure/api/rpc"
|
|
|
+ "git.riomhaire.com/gremlin/jrpcserver/model"
|
|
|
+ "git.riomhaire.com/gremlin/jrpcserver/model/jrpcerror"
|
|
|
+ "git.riomhaire.com/gremlin/jrpcserver/usecases/defaultcommand"
|
|
|
)
|
|
|
|
|
|
// A simple example 'helloworld' program to show how use the framework
|