File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,6 @@ import (
15
15
chshare "github.com/aus/chisel/share"
16
16
"github.com/gorilla/websocket"
17
17
"github.com/jpillora/backoff"
18
- << << << < HEAD
19
- == == == =
20
- chshare "github.com/jpillora/chisel/share"
21
- >> >> >> > butterflyfx / custom - headers
22
18
"golang.org/x/crypto/ssh"
23
19
"golang.org/x/net/proxy"
24
20
)
Original file line number Diff line number Diff line change @@ -10,15 +10,9 @@ import (
10
10
"strconv"
11
11
"strings"
12
12
13
- << << << < HEAD
14
- "github.com/aus/chisel/client"
15
- "github.com/aus/chisel/server"
13
+ chclient "github.com/aus/chisel/client"
14
+ chserver "github.com/aus/chisel/server"
16
15
chshare "github.com/aus/chisel/share"
17
- == == == =
18
- chclient "github.com/jpillora/chisel/client"
19
- chserver "github.com/jpillora/chisel/server"
20
- chshare "github.com/jpillora/chisel/share"
21
- >> >> >> > butterflyfx / custom - headers
22
16
)
23
17
24
18
var help = `
You can’t perform that action at this time.
0 commit comments