We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1aa729 commit ee5a5b6Copy full SHA for ee5a5b6
cmd/gossamer/utils.go
@@ -31,7 +31,7 @@ import (
31
log "github.com/ChainSafe/log15"
32
"github.com/stretchr/testify/require"
33
"github.com/urfave/cli"
34
- "golang.org/x/crypto/ssh/terminal" //nolint
+ terminal "golang.org/x/term"
35
)
36
37
const confirmCharacter = "Y"
go.mod
@@ -59,6 +59,7 @@ require (
59
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
60
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
61
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
62
+ golang.org/x/term v0.0.0-20201117132131-f5c789dd3221
63
google.golang.org/appengine v1.6.5 // indirect
64
google.golang.org/protobuf v1.25.0
65
0 commit comments