Skip to content

Commit

Permalink
Merge branch 'noot/fix-prune' of github.com:ChainSafe/gossamer into n…
Browse files Browse the repository at this point in the history
…oot/fix-prune
  • Loading branch information
noot committed May 26, 2021
2 parents ca78954 + ab2c37c commit 36442e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gossamer/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
log "github.com/ChainSafe/log15"
"github.com/stretchr/testify/require"
"github.com/urfave/cli"
"golang.org/x/crypto/ssh/terminal" //nolint
terminal "golang.org/x/term"
)

const confirmCharacter = "Y"
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ require (
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/protobuf v1.25.0
)
Expand Down

0 comments on commit 36442e2

Please sign in to comment.