Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
K
koko
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
koko
Commits
20d9f5e3
Commit
20d9f5e3
authored
May 09, 2019
by
Eric
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[update] 修改webssh导入模块
parent
e405525a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
connection.go
pkg/webssh/connection.go
+1
-1
handler.go
pkg/webssh/handler.go
+1
-1
No files found.
pkg/webssh/connection.go
View file @
20d9f5e3
...
@@ -3,8 +3,8 @@ package webssh
...
@@ -3,8 +3,8 @@ package webssh
import
(
import
(
"sync"
"sync"
"github.com/gliderlabs/ssh"
socketio
"github.com/googollee/go-socket.io"
socketio
"github.com/googollee/go-socket.io"
"github.com/ibuler/ssh"
"cocogo/pkg/model"
"cocogo/pkg/model"
)
)
...
...
pkg/webssh/handler.go
View file @
20d9f5e3
...
@@ -6,8 +6,8 @@ import (
...
@@ -6,8 +6,8 @@ import (
"net/http"
"net/http"
"strings"
"strings"
"github.com/gliderlabs/ssh"
socketio
"github.com/googollee/go-socket.io"
socketio
"github.com/googollee/go-socket.io"
"github.com/ibuler/ssh"
uuid
"github.com/satori/go.uuid"
uuid
"github.com/satori/go.uuid"
"cocogo/pkg/logger"
"cocogo/pkg/logger"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment