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/
This commit is contained in:
Jakob Unterwurzacher 2019-02-04 21:57:24 +01:00
parent b86cc3304f
commit 16fac26c57
1 changed files with 0 additions and 0 deletions