Updated libkv dependency

In order to fix the TLS client authentication I have updated the libkv
dependency. Now the connection to secured etcd and consuld should work
properly.

Signed-off-by: Thomas Boerger <thomas@webhippie.de>
This commit is contained in:
Thomas Boerger 2016-04-26 22:37:19 +02:00
parent 6b76f64b48
commit 478eed6603
No known key found for this signature in database
GPG key ID: 5A388F55283960B6
2 changed files with 2 additions and 2 deletions

2
glide.lock generated
View file

@ -108,7 +108,7 @@ imports:
- name: github.com/docker/libcompose
version: e290a513ba909ca3afefd5cd611f3a3fe56f6a3a
- name: github.com/docker/libkv
version: 3732f7ff1b56057c3158f10bceb1e79133025373
version: 7283ef27ed32fe267388510a91709b307bb9942c
subpackages:
- store
- store/boltdb

View file

@ -33,7 +33,7 @@ import:
- package: github.com/gorilla/handlers
version: 40694b40f4a928c062f56849989d3e9cd0570e5f
- package: github.com/docker/libkv
version: 3732f7ff1b56057c3158f10bceb1e79133025373
version: 7283ef27ed32fe267388510a91709b307bb9942c
- package: github.com/alecthomas/template
version: b867cc6ab45cece8143cfcc6fc9c77cf3f2c23c0
- package: github.com/vdemeester/shakers