k3s/vendor
Kubernetes Submit Queue a5133305a9
Merge pull request #61800 from rithujohn191/remove-gopass
Automatic merge from submit-queue (batch tested with PRs 61818, 61800). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Replace gopass.GetPasswdMasked() by terminal.ReadPassword()

**What this PR does / why we need it**:
Replace `gopass.GetPasswdMasked()` used for reading passwords from the terminal with [`terminal.ReadPassword()`](https://godoc.org/golang.org/x/crypto/ssh/terminal#ReadPassword). This removes the `gopass` import.

**Special notes for your reviewer**:
Ran the following commands to update `godep` files:
```
./hack/godep-restore.sh -v
./hack/godep-save.sh
./hack/update-staging-godeps.sh
./hack/update-bazel.sh
```

/sig auth
/kind enhancement
/assign @ericchiang

```release-note
NONE
```
2018-04-03 03:28:03 -07:00
..
bitbucket.org Bump dependencies for build tag fixes 2018-02-21 12:50:32 -08:00
cloud.google.com/go update BUILD files 2017-10-15 18:18:13 -07:00
github.com Merge pull request #61800 from rithujohn191/remove-gopass 2018-04-03 03:28:03 -07:00
golang.org/x Bump cfssl to be compatible with Go 1.10 2018-03-21 09:37:01 +01:00
google.golang.org Vendor newest GCP Go client 2018-03-07 14:03:10 -08:00
gopkg.in Merge pull request #58317 from nikhita/bump-go-yaml 2018-02-05 18:22:21 -08:00
k8s.io Merge pull request #59674 from jennybuckley/codegen 2018-02-27 02:47:05 -08:00
vbom.ml/util update BUILD files 2017-10-15 18:18:13 -07:00
BUILD Merge pull request #61800 from rithujohn191/remove-gopass 2018-04-03 03:28:03 -07:00
OWNERS Remove dep-reviewers 2018-02-26 17:04:32 -08:00