calavera / docker-volume-keywhiz

Mount keywhiz secrets inside your containers without hassle
MIT License
113 stars 16 forks source link

Cannot install #4

Closed igorline closed 8 years ago

igorline commented 8 years ago

Hi! Totally new to go and I cannot install this. Error i'm getting is can't load package: /Users/igor/gocode/src/github.com/calavera/docker-volume-keywhiz/driver.go:14:2: import "github.com/square/keywhiz-fs" is a program, not an importable package

Can you help? Thanks 👍

calavera commented 8 years ago

It looks like they changed the whole package structure causing this to stop compiling:

https://github.com/square/keywhiz-fs/commit/4d18b0e5fed5e285f72cdd182f182f056f9b2d89

Probably, the easier solution is to vendor the latest good SHA that makes it compile, I'd start trying with the previous one to that change:

https://github.com/square/keywhiz-fs/tree/0369d465dac53848e6b76b1cc4d61c631cf9e7d0

igorline commented 8 years ago

I'll try it out! Thanks