tstest/integration/vms: use fork of goexpect to avoid proto/grpc dep

Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
This commit is contained in:
David Crawshaw
2021-09-02 14:55:31 -07:00
committed by David Crawshaw
parent 9502b515f1
commit b2a3d1da13
3 changed files with 4 additions and 27 deletions

View File

@@ -24,8 +24,8 @@ import (
"text/template"
"time"
expect "github.com/google/goexpect"
"github.com/pkg/sftp"
expect "github.com/tailscale/goexpect"
"golang.org/x/crypto/ssh"
"golang.org/x/sync/semaphore"
"inet.af/netaddr"