dcu / onetouch-ssh

Authy OneTouch for SSH
MIT License
18 stars 6 forks source link

`go get` fails -- undefined: authy.NewAuthyApi #1

Closed pirogoeth closed 8 years ago

pirogoeth commented 8 years ago

I'm trying to build this, but alas, the build fails:

# github.com/dcu/onetouch-ssh
.go/src/github.com/dcu/onetouch-ssh/user.go:93: undefined: authy.NewAuthyApi

I tried downloading your go-authy library first and rebuilding, but still nothing:

root@gamma:~# go get github.com/dcu/go-authy
root@gamma:~# go get github.com/dcu/onetouch-ssh
# github.com/dcu/onetouch-ssh
.go/src/github.com/dcu/onetouch-ssh/user.go:93: undefined: authy.NewAuthyApi

Could this be some idiocy with my environment?

dcu commented 8 years ago

no it actually was my fault. I just refactored a lot of code to simplify everything. It should be fine now. Can you try again and let me know how it goes?

pirogoeth commented 8 years ago

It works! Awesome, thanks! I'm really looking forward to playing with this :)

dcu commented 8 years ago

nice! if you have feature requests please add them as issues