File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ import (
66"net/http/httptest"
77"testing"
88"time"
9+
10+ _ "github.com/wzshiming/sshd/directstreamlocal"
11+ _ "github.com/wzshiming/sshd/directtcp"
12+ _ "github.com/wzshiming/sshd/streamlocalforward"
13+ _ "github.com/wzshiming/sshd/tcpforward"
914)
1015
1116var testServer = httptest .NewServer (http .HandlerFunc (func (rw http.ResponseWriter , r * http.Request ) {
Original file line number Diff line number Diff line change @@ -6,7 +6,10 @@ import (
66"log"
77"os"
88
9- _ "github.com/wzshiming/sshproxy"
9+ _ "github.com/wzshiming/sshd/directstreamlocal"
10+ _ "github.com/wzshiming/sshd/directtcp"
11+ _ "github.com/wzshiming/sshd/streamlocalforward"
12+ _ "github.com/wzshiming/sshd/tcpforward"
1013
1114"github.com/wzshiming/sshd"
1215"golang.org/x/crypto/ssh"
Original file line number Diff line number Diff line change 11package sshproxy
22
33import (
4- _ "github.com/wzshiming/sshd/directtcp"
5- _ "github.com/wzshiming/sshd/tcpforward"
6-
74"github.com/wzshiming/sshd"
85)
96
You can’t perform that action at this time.
0 commit comments