deps: pty has new home

github.com/kr/pty was moved to github.com/creack/pty

Swap this dependency so we can upgrade to the latest version
and no longer need a replace directive.
This commit is contained in:
Seth Hoenig
2022-01-13 12:22:49 -06:00
parent e8ca5331a3
commit 143705fb28
6 changed files with 10 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ import (
"sort"
"testing"
"github.com/kr/pty"
"github.com/creack/pty"
"github.com/mitchellh/cli"
"github.com/stretchr/testify/require"
)