alexzorin / authy

Go library and program to access your Authy TOTP secrets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go install issue

kornpow opened this issue · comments

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

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.

Thanks!