From 6da6f75b880ad420dec595da44311dc5e7c89b93 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Sat, 18 Jun 2016 04:41:20 -0400 Subject: [PATCH] Add vendored etcd This is a git submodule. Once etcd v3 becomes stable, this might not be necessary anymore. We'll have to wait and see! --- .gitmodules | 3 +++ vendor/github.com/coreos/etcd | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 vendor/github.com/coreos/etcd diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..56d0de50 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vendor/github.com/coreos/etcd"] + path = vendor/github.com/coreos/etcd + url = https://github.com/coreos/etcd/ diff --git a/vendor/github.com/coreos/etcd b/vendor/github.com/coreos/etcd new file mode 160000 index 00000000..3e057129 --- /dev/null +++ b/vendor/github.com/coreos/etcd @@ -0,0 +1 @@ +Subproject commit 3e057129e2ad9deac4b8dffb65af6e6f980dcd58