forked from xordataexchange/crypt
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
etcd v3 support #6
Comments
I think this is becoming more of an issue. package main
import _ "github.com/bketelsen/crypt/backend/etcd"
func main() {
} It dies with:
The combination of vendoring and package relocation doesn't work really well. |
closed by #11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
our team is using etcd3 now, can add etcd v3 support?
The text was updated successfully, but these errors were encountered: