aboutsummaryrefslogtreecommitdiff
path: root/modules/crypto/ssh
diff options
context:
space:
mode:
Diffstat (limited to 'modules/crypto/ssh')
-rwxr-xr-xmodules/crypto/ssh/keys_test.go2
-rwxr-xr-xmodules/crypto/ssh/session_test.go2
-rwxr-xr-xmodules/crypto/ssh/testdata_test.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/crypto/ssh/keys_test.go b/modules/crypto/ssh/keys_test.go
index 9685fb38..2b19ef92 100755
--- a/modules/crypto/ssh/keys_test.go
+++ b/modules/crypto/ssh/keys_test.go
@@ -17,7 +17,7 @@ import (
"strings"
"testing"
- "github.com/gogits/gogs/modules/ssh/testdata"
+ "github.com/gogits/gogs/modules/crypto/ssh/testdata"
)
func rawKey(pub PublicKey) interface{} {
diff --git a/modules/crypto/ssh/session_test.go b/modules/crypto/ssh/session_test.go
index dcc150b8..628845e4 100755
--- a/modules/crypto/ssh/session_test.go
+++ b/modules/crypto/ssh/session_test.go
@@ -16,7 +16,7 @@ import (
"net"
"testing"
- "github.com/gogits/gogs/modules/ssh/terminal"
+ "github.com/gogits/gogs/modules/crypto/ssh/terminal"
)
type serverType func(Channel, <-chan *Request, *testing.T)
diff --git a/modules/crypto/ssh/testdata_test.go b/modules/crypto/ssh/testdata_test.go
index bd5654b3..ca43fc6d 100755
--- a/modules/crypto/ssh/testdata_test.go
+++ b/modules/crypto/ssh/testdata_test.go
@@ -12,7 +12,7 @@ import (
"crypto/rand"
"fmt"
- "github.com/gogits/gogs/modules/ssh/testdata"
+ "github.com/gogits/gogs/modules/crypto/ssh/testdata"
)
var (