Rename github.com/sorenisanerd/gotty to gitea.xs0.ru/forks/gotty
Some checks failed
Unit and Build Tests / bundle-up-to-date (push) Has been cancelled
Unit and Build Tests / cross-compile-test (push) Has been cancelled
pre-release / Pre Release Docker (push) Has been cancelled
Quick build test / quick-build-test (push) Has been cancelled

This commit is contained in:
2025-11-19 21:32:45 +03:00
parent 4b995d970b
commit 9fe3aec7e8
6 changed files with 12 additions and 12 deletions

View File

@@ -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.