mirror of
https://github.com/yudai/gotty.git
synced 2026-01-04 16:48:50 +01:00
Rename module
This commit is contained in:
parent
179f2face2
commit
ef511da787
7 changed files with 11 additions and 13 deletions
|
|
@ -18,9 +18,9 @@ import (
|
|||
"github.com/gorilla/websocket"
|
||||
"github.com/pkg/errors"
|
||||
|
||||
"github.com/yudai/gotty/pkg/homedir"
|
||||
"github.com/yudai/gotty/pkg/randomstring"
|
||||
"github.com/yudai/gotty/webtty"
|
||||
"github.com/ghthor/gotty/pkg/homedir"
|
||||
"github.com/ghthor/gotty/pkg/randomstring"
|
||||
"github.com/ghthor/gotty/webtty"
|
||||
)
|
||||
|
||||
// Server provides a webtty HTTP endpoint.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue