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:
parent
6b76f64b48
commit
478eed6603
2 changed files with 2 additions and 2 deletions
2
glide.lock
generated
2
glide.lock
generated
|
@ -108,7 +108,7 @@ imports:
|
||||||
- name: github.com/docker/libcompose
|
- name: github.com/docker/libcompose
|
||||||
version: e290a513ba909ca3afefd5cd611f3a3fe56f6a3a
|
version: e290a513ba909ca3afefd5cd611f3a3fe56f6a3a
|
||||||
- name: github.com/docker/libkv
|
- name: github.com/docker/libkv
|
||||||
version: 3732f7ff1b56057c3158f10bceb1e79133025373
|
version: 7283ef27ed32fe267388510a91709b307bb9942c
|
||||||
subpackages:
|
subpackages:
|
||||||
- store
|
- store
|
||||||
- store/boltdb
|
- store/boltdb
|
||||||
|
|
|
@ -33,7 +33,7 @@ import:
|
||||||
- package: github.com/gorilla/handlers
|
- package: github.com/gorilla/handlers
|
||||||
version: 40694b40f4a928c062f56849989d3e9cd0570e5f
|
version: 40694b40f4a928c062f56849989d3e9cd0570e5f
|
||||||
- package: github.com/docker/libkv
|
- package: github.com/docker/libkv
|
||||||
version: 3732f7ff1b56057c3158f10bceb1e79133025373
|
version: 7283ef27ed32fe267388510a91709b307bb9942c
|
||||||
- package: github.com/alecthomas/template
|
- package: github.com/alecthomas/template
|
||||||
version: b867cc6ab45cece8143cfcc6fc9c77cf3f2c23c0
|
version: b867cc6ab45cece8143cfcc6fc9c77cf3f2c23c0
|
||||||
- package: github.com/vdemeester/shakers
|
- package: github.com/vdemeester/shakers
|
||||||
|
|
Loading…
Add table
Reference in a new issue