1
0
Fork 0

Replaced etcd-go with etcd/client

In order to meet the requirements of the updated libkv library I have
also replaced etcd-go with the up2date etcd client.

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

View file

@ -1,9 +1,9 @@
package: main
import:
- package: github.com/coreos/go-etcd
version: cc90c7b091275e606ad0ca7102a23fb2072f3f5e
- package: github.com/coreos/etcd
version: 26e52d2bce9e3e11b77b68cc84bf91aebb1ef637
subpackages:
- etcd
- client
- package: github.com/mailgun/log
version: 44874009257d4d47ba9806f1b7f72a32a015e4d8
- package: github.com/containous/oxy