Rename github.com/sorenisanerd/gotty to gitea.xs0.ru/forks/gotty
Some checks failed
Some checks failed
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
"github.com/gorilla/websocket"
|
||||
"github.com/pkg/errors"
|
||||
|
||||
"github.com/sorenisanerd/gotty/webtty"
|
||||
"gitea.xs0.ru/forks/gotty/webtty"
|
||||
)
|
||||
|
||||
func (server *Server) generateHandleWS(ctx context.Context, cancel context.CancelFunc, counter *counter) http.HandlerFunc {
|
||||
|
||||
@@ -19,10 +19,10 @@ import (
|
||||
"github.com/gorilla/websocket"
|
||||
"github.com/pkg/errors"
|
||||
|
||||
"github.com/sorenisanerd/gotty/bindata"
|
||||
"github.com/sorenisanerd/gotty/pkg/homedir"
|
||||
"github.com/sorenisanerd/gotty/pkg/randomstring"
|
||||
"github.com/sorenisanerd/gotty/webtty"
|
||||
"gitea.xs0.ru/forks/gotty/bindata"
|
||||
"gitea.xs0.ru/forks/gotty/pkg/homedir"
|
||||
"gitea.xs0.ru/forks/gotty/pkg/randomstring"
|
||||
"gitea.xs0.ru/forks/gotty/webtty"
|
||||
)
|
||||
|
||||
// Server provides a webtty HTTP endpoint.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package server
|
||||
|
||||
import (
|
||||
"github.com/sorenisanerd/gotty/webtty"
|
||||
"gitea.xs0.ru/forks/gotty/webtty"
|
||||
)
|
||||
|
||||
// Slave is webtty.Slave with some additional methods.
|
||||
|
||||
Reference in New Issue
Block a user