Fixed import
This commit is contained in:
parent
356baf61c1
commit
c7ca6ec038
|
@ -7,8 +7,8 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/bgentry/speakeasy"
|
"github.com/bgentry/speakeasy"
|
||||||
|
isatty "github.com/mattn/go-isatty"
|
||||||
"github.com/pkg/errors"
|
"github.com/pkg/errors"
|
||||||
isatty "github.com/tendermint/vendor-bak/github.com/mattn/go-isatty"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// MinPassLength is the minimum acceptable password length
|
// MinPassLength is the minimum acceptable password length
|
||||||
|
|
Loading…
Reference in New Issue