conejoninja / tesoro

Go package for TREZOR devices
Other
11 stars 5 forks source link

Error during build - cannot find "google/protobuf" #4

Closed mattdf closed 6 years ago

mattdf commented 6 years ago

In pb/types/types.pb.go the reference to google/protobuf import cannot be resolved.

Even if I change the import to github.com/codejoninja/tesoro/pb/google/protobuf, it then complains about a non-local import error in messages.pb.go for the types import.

conejoninja commented 6 years ago

I had (some of) the files updated on my machine, but not on the latest commit. It should be working now, please let me know if it works for you.

The proto files were not updated in some time (same goes to https://github.com/conejoninja/cerrojo )