rpc2 - github.com/cenkalti to github.com/cenk

This commit is contained in:
rinor
2016-09-07 16:58:14 +02:00
parent 8360df984a
commit e929f93b6f
6 changed files with 8 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ package v1
import (
"time"
"github.com/cenkalti/rpc2"
"github.com/cenk/rpc2"
"github.com/cgrates/cgrates/sessionmanager"
"github.com/cgrates/cgrates/utils"
)

6
glide.lock generated
View File

@@ -1,11 +1,11 @@
hash: b36f3efb90a672bb3bd639d10d016aeb9e46726c2876d1831103a280e35784c6
updated: 2016-09-02T20:33:01.649869367+02:00
hash: da953ea34fabe4e21f4dde6344f3b7ab5a75e02122a1c17af5ea434058fc77fb
updated: 2016-09-06T20:33:01.649869367+02:00
imports:
- name: github.com/bit4bit/gami
version: 3a7f98e7efce7ed7f22c2169b666910b8abb15dc
- name: github.com/cenk/hub
version: 11382a9960d39b0ecda16fd01c424c11ff765a34
- name: github.com/cenkalti/rpc2
- name: github.com/cenk/rpc2
version: 7ab76d2e88c77ca1a715756036d8264b2886acd2
- name: github.com/cgrates/aringo
version: 039f5c2edbf9db9ec170f10c5e78f1248c365331

View File

@@ -2,7 +2,7 @@ package: ""
import:
- package: github.com/DisposaBoy/JsonConfigReader
- package: github.com/cenk/hub
- package: github.com/cenkalti/rpc2
- package: github.com/cenk/rpc2
- package: github.com/cgrates/fsock
- package: github.com/cgrates/kamevapi
- package: github.com/cgrates/osipsdagram

View File

@@ -21,7 +21,7 @@ import (
"errors"
"sync"
"github.com/cenkalti/rpc2"
"github.com/cenk/rpc2"
"github.com/cgrates/cgrates/utils"
)

View File

@@ -24,7 +24,7 @@ import (
"sync"
"time"
"github.com/cenkalti/rpc2"
"github.com/cenk/rpc2"
"github.com/cgrates/cgrates/config"
"github.com/cgrates/cgrates/engine"
"github.com/cgrates/cgrates/utils"

View File

@@ -27,7 +27,7 @@ import (
"net/rpc"
"net/rpc/jsonrpc"
"github.com/cenkalti/rpc2"
"github.com/cenk/rpc2"
"golang.org/x/net/websocket"
)
import _ "net/http/pprof"