libgocryptfs/internal/readpassword
Jakob Unterwurzacher 16fac26c57 Disable Trezor support
Trezor support has been broken since Sept 2018
( https://github.com/rfjakob/gocryptfs/issues/261 ).

Disable trezor.go by renaming to trezor.go.broken.
This keeps "dep" from having to pull in A LOT OF dependencies:

Before:

  $ du -sh vendor/
  49M	vendor/

After:

  $ du -sh vendor/
  16M	vendor/
2019-02-04 22:08:03 +01:00
..
passfile_test_files passfile: directly read file instead of invoking cat 2018-12-15 17:09:38 +01:00
extpass_test.go passfile: directly read file instead of invoking cat 2018-12-15 17:09:38 +01:00
passfile.go passfile: directly read file instead of invoking cat 2018-12-15 17:09:38 +01:00
passfile_test.go tests: fix TestPassfileNewline 2018-12-16 12:33:25 +01:00
read.go passfile: directly read file instead of invoking cat 2018-12-15 17:09:38 +01:00
stdin_test.go Add `-masterkey=stdin` functionality 2018-03-22 00:02:10 +01:00
trezor.go.broken Disable Trezor support 2019-02-04 22:08:03 +01:00
trezor_disabled.go trezor: show support in version string 2018-08-15 23:31:37 +02:00