renamed cidebug module to converge
This commit is contained in:
parent
cd1eb7338d
commit
982977e796
@ -2,9 +2,9 @@ package main
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"bufio"
|
"bufio"
|
||||||
"cidebug/pkg/agent"
|
"converge/pkg/agent"
|
||||||
"cidebug/pkg/iowrappers"
|
"converge/pkg/iowrappers"
|
||||||
"cidebug/pkg/websocketutil"
|
"converge/pkg/websocketutil"
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/gorilla/websocket"
|
"github.com/gorilla/websocket"
|
||||||
"io"
|
"io"
|
||||||
|
@ -2,8 +2,8 @@ package main
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"cidebug/pkg/converge"
|
"converge/pkg/converge"
|
||||||
"cidebug/pkg/websocketutil"
|
"converge/pkg/websocketutil"
|
||||||
"fmt"
|
"fmt"
|
||||||
"io"
|
"io"
|
||||||
"log"
|
"log"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"cidebug/pkg/iowrappers"
|
"converge/pkg/iowrappers"
|
||||||
"cidebug/pkg/websocketutil"
|
"converge/pkg/websocketutil"
|
||||||
"github.com/gorilla/websocket"
|
"github.com/gorilla/websocket"
|
||||||
"log"
|
"log"
|
||||||
"net"
|
"net"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"cidebug/pkg/iowrappers"
|
"converge/pkg/iowrappers"
|
||||||
"cidebug/pkg/websocketutil"
|
"converge/pkg/websocketutil"
|
||||||
"github.com/gorilla/websocket"
|
"github.com/gorilla/websocket"
|
||||||
"log"
|
"log"
|
||||||
"net"
|
"net"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"cidebug/pkg/iowrappers"
|
"converge/pkg/iowrappers"
|
||||||
"cidebug/pkg/websocketutil"
|
"converge/pkg/websocketutil"
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/gorilla/websocket"
|
"github.com/gorilla/websocket"
|
||||||
"log"
|
"log"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
package converge
|
package converge
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"cidebug/pkg/iowrappers"
|
"converge/pkg/iowrappers"
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/hashicorp/yamux"
|
"github.com/hashicorp/yamux"
|
||||||
"io"
|
"io"
|
||||||
|
Loading…
Reference in New Issue
Block a user