Bump module major version to v2

This commit is contained in:
Will Owens 2022-02-26 18:32:53 -05:00
parent 0e16740b7d
commit ab9ea2b95f
7 changed files with 12 additions and 12 deletions

View file

@ -18,9 +18,9 @@ import (
"github.com/gorilla/websocket"
"github.com/pkg/errors"
"github.com/ghthor/gotty/pkg/homedir"
"github.com/ghthor/gotty/pkg/randomstring"
"github.com/ghthor/gotty/webtty"
"github.com/ghthor/gotty/v2/pkg/homedir"
"github.com/ghthor/gotty/v2/pkg/randomstring"
"github.com/ghthor/gotty/v2/webtty"
)
// Server provides a webtty HTTP endpoint.