File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ import (
17
17
"time"
18
18
19
19
"github.com/gorilla/websocket"
20
- chshare "github.com/jpillora/chisel /share"
21
- "github.com/jpillora/chisel /share/ccrypto"
22
- "github.com/jpillora/chisel /share/cio"
23
- "github.com/jpillora/chisel /share/cnet"
24
- "github.com/jpillora/chisel /share/settings"
25
- "github.com/jpillora/chisel /share/tunnel"
20
+ chshare "github.com/codaul/volume /share"
21
+ "github.com/codaul/volume /share/ccrypto"
22
+ "github.com/codaul/volume /share/cio"
23
+ "github.com/codaul/volume /share/cnet"
24
+ "github.com/codaul/volume /share/settings"
25
+ "github.com/codaul/volume /share/tunnel"
26
26
27
27
"golang.org/x/crypto/ssh"
28
28
"golang.org/x/net/proxy"
@@ -247,7 +247,7 @@ func (c *Client) Start(ctx context.Context) error {
247
247
via = " via " + c .proxyURL .String ()
248
248
}
249
249
c .Infof ("Connecting to %s%s\n " , c .server , via )
250
- //connect to chisel server
250
+
251
251
eg .Go (func () error {
252
252
return c .connectionLoop (ctx )
253
253
})
You can’t perform that action at this time.
0 commit comments