-
- Downloads
Add the wait flag, which allows to wait for the password to be set
Resolves #2
Showing
- README.md 13 additions, 0 deletionsREADME.md
- go.mod 1 addition, 2 deletionsgo.mod
- go.sum 100 additions, 6 deletionsgo.sum
- main.go 46 additions, 7 deletionsmain.go
- vendor/github.com/spf13/viper/go.mod 24 additions, 5 deletionsvendor/github.com/spf13/viper/go.mod
- vendor/github.com/spf13/viper/go.sum 148 additions, 5 deletionsvendor/github.com/spf13/viper/go.sum
- vendor/github.com/spf13/viper/viper.go 37 additions, 5 deletionsvendor/github.com/spf13/viper/viper.go
- vendor/modules.txt 1 addition, 1 deletionvendor/modules.txt
... | @@ -3,7 +3,6 @@ module github.wdf.sap.corp/cc/nova-password | ... | @@ -3,7 +3,6 @@ module github.wdf.sap.corp/cc/nova-password |
go 1.12 | go 1.12 | ||
require ( | require ( | ||
github.com/BurntSushi/toml v0.3.1 // indirect | |||
github.com/google/uuid v1.1.1 | github.com/google/uuid v1.1.1 | ||
github.com/gophercloud/gophercloud v0.0.0-20190516165734-b3a23cc94cc5 | github.com/gophercloud/gophercloud v0.0.0-20190516165734-b3a23cc94cc5 | ||
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c | github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c | ||
... | @@ -11,6 +10,6 @@ require ( | ... | @@ -11,6 +10,6 @@ require ( |
github.com/kayrus/putty v0.0.0-20190531171731-550ff2bc782c | github.com/kayrus/putty v0.0.0-20190531171731-550ff2bc782c | ||
github.com/sapcc/cloud-env v0.0.0-20190605131219-0ee79abc7af8 | github.com/sapcc/cloud-env v0.0.0-20190605131219-0ee79abc7af8 | ||
github.com/spf13/cobra v0.0.3 | github.com/spf13/cobra v0.0.3 | ||
github.com/spf13/viper v1.3.2 | github.com/spf13/viper v1.4.0 | ||
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f | golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f | ||
) | ) |
Please register or sign in to comment