diff options
author | 2018-06-30 20:49:13 +0530 | |
---|---|---|
committer | 2018-06-30 16:19:13 +0100 | |
commit | 6fe27d99be622f69ac0b1d402a67a571c6f6166e (patch) | |
tree | 8ad19accd3f1a59137b3116396518c1031bb4701 /Gopkg.toml | |
parent | f3afd700210ffee655672b90b8cb78698f1d9e42 (diff) | |
download | coredns-6fe27d99be622f69ac0b1d402a67a571c6f6166e.tar.gz coredns-6fe27d99be622f69ac0b1d402a67a571c6f6166e.tar.zst coredns-6fe27d99be622f69ac0b1d402a67a571c6f6166e.zip |
plugin/etcdv3: Add etcd v3 plugin (#1702)
* Update dependencies and add etcdv3 client
* Update etcd plugin to support etcd v3 clients
Fixes #341
Diffstat (limited to 'Gopkg.toml')
-rw-r--r-- | Gopkg.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Gopkg.toml b/Gopkg.toml index 5f0b19e6f..8a988bccb 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -26,3 +26,7 @@ ignored = [ [[override]] name = "github.com/ugorji/go" revision = "f3cacc17c85ecb7f1b6a9e373ee85d1480919868" + +[[constraint]] + name = "github.com/coreos/etcd" + version = "3.3.5" |