terraform/vendor/github.com/bgentry/speakeasy
Martin Atkins 1bb79696c6 vendor: update to latest github.com/zclconf/go-cty
This includes a bugfix to the cty/msgpack package to ensure correct
decoding of unknown and null values.

This also includes updates to cty's dependencies.
2018-10-16 19:14:11 -07:00
..
.gitignore vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
LICENSE_WINDOWS Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
Readme.md Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
speakeasy.go Update deps in unknown state and rever nomad 2017-01-19 20:10:17 -05:00
speakeasy_unix.go Update deps in unknown state and rever nomad 2017-01-19 20:10:17 -05:00
speakeasy_windows.go Update deps in unknown state and rever nomad 2017-01-19 20:10:17 -05:00

Readme.md

Speakeasy

This package provides cross-platform Go (#golang) helpers for taking user input from the terminal while not echoing the input back (similar to getpasswd). The package uses syscalls to avoid any dependence on cgo, and is therefore compatible with cross-compiling.

GoDoc

Unicode

Multi-byte unicode characters work successfully on Mac OS X. On Windows, however, this may be problematic (as is UTF in general on Windows). Other platforms have not been tested.

License

The code herein was not written by me, but was compiled from two separate open source packages. Unix portions were imported from gopass, while Windows portions were imported from the CloudFoundry Go CLI's Windows terminal helpers.

The license for the windows portion has been copied exactly from the source (though I attempted to fill in the correct owner in the boilerplate copyright notice).