mirror of
https://github.com/yudai/gotty.git
synced 2026-02-15 04:38:06 +01:00
Bump module major version to v2
This commit is contained in:
parent
0e16740b7d
commit
ab9ea2b95f
7 changed files with 12 additions and 12 deletions
8
main.go
8
main.go
|
|
@ -11,10 +11,10 @@ import (
|
|||
|
||||
"github.com/urfave/cli"
|
||||
|
||||
"github.com/ghthor/gotty/backend/localcommand"
|
||||
"github.com/ghthor/gotty/pkg/homedir"
|
||||
"github.com/ghthor/gotty/server"
|
||||
"github.com/ghthor/gotty/utils"
|
||||
"github.com/ghthor/gotty/v2/backend/localcommand"
|
||||
"github.com/ghthor/gotty/v2/pkg/homedir"
|
||||
"github.com/ghthor/gotty/v2/server"
|
||||
"github.com/ghthor/gotty/v2/utils"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue