diff --git a/main.go b/main.go index 5b9dda0..7cc7fd1 100644 --- a/main.go +++ b/main.go @@ -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" ) diff --git a/plugin.go b/plugin.go index 3841103..9844eeb 100644 --- a/plugin.go +++ b/plugin.go @@ -10,7 +10,7 @@ import ( "sync" "time" - "github.com/appleboy/easyssh-proxy" + easyssh "github.com/appleboy/easyssh-proxy" ) var (