alexzorin / authy

Go library and program to access your Authy TOTP secrets.
MIT License
800 stars 58 forks source link

Go install issue #14

Closed kornpow closed 3 years ago

kornpow commented 3 years ago

I am getting this issue trying to run this software. Any ideas?

go get github.com/alexzorin/authy/cmd/authy-export go get: github.com/alexzorin/authy/cmd/authy-export@none updating to github.com/alexzorin/authy/cmd/authy-export@v0.0.0-20201024074341-64ee05f6b022 requires github.com/alexzorin/authy@v0.0.0-00010101000000-000000000000: invalid version: unknown revision 000000000000

alexzorin commented 3 years ago

This should be fixed now. You might need to pass -u to go get.

There are also prebuild releases available at https://github.com/alexzorin/authy/releases; you don't need to install go for those.

kornpow commented 3 years ago

Thanks!