style: refactor import aliases for easyssh library

- Alias `github.com/appleboy/easyssh-proxy` import as `easyssh` in `main.go`
- Alias `github.com/appleboy/easyssh-proxy` import as `easyssh` in `plugin.go`

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2024-07-14 15:30:53 +08:00
parent c049944302
commit aa872a30be
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import (
"strconv"
"time"
"github.com/appleboy/easyssh-proxy"
easyssh "github.com/appleboy/easyssh-proxy"
"github.com/joho/godotenv"
"github.com/urfave/cli/v2"
)

View File

@ -10,7 +10,7 @@ import (
"sync"
"time"
"github.com/appleboy/easyssh-proxy"
easyssh "github.com/appleboy/easyssh-proxy"
)
var (