aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2019-10-05 08:51:34 +0100
committerGravatar Yong Tang <yong.tang.github@outlook.com> 2019-10-05 16:51:34 +0900
commit62d60023236b018419891dad1d6a7a1b37331ed7 (patch)
treeca579f1184fcfba14c1b236ad1ae9a6297513694 /go.mod
parentea54bc0ad5f2d94c9083369fdbbcad58fc6c42e9 (diff)
downloadcoredns-62d60023236b018419891dad1d6a7a1b37331ed7.tar.gz
coredns-62d60023236b018419891dad1d6a7a1b37331ed7.tar.zst
coredns-62d60023236b018419891dad1d6a7a1b37331ed7.zip
upgrade etcd remove pin (#3359)
This upgrade etcd to v3.4.1: go get go.etcd.io/etcd@a14579fbfb1a000439a40abf71862df51b0a2136 this is the commit latest on the release page. Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 3a443aab3..1d1c1a0eb 100644
--- a/go.mod
+++ b/go.mod
@@ -39,7 +39,7 @@ require (
github.com/spf13/pflag v1.0.3 // indirect
github.com/tinylib/msgp v1.1.0 // indirect
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
- go.etcd.io/etcd v0.0.0-20190823073701-67d0c21bb04c
+ go.etcd.io/etcd v0.5.0-alpha.5.0.20190917205325-a14579fbfb1a
golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
golang.org/x/net v0.0.0-20191003171128-d98b1b443823 // indirect
golang.org/x/sys v0.0.0-20191003212358-c178f38b412c
@@ -59,5 +59,4 @@ require (
replace (
github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.0.0+incompatible
github.com/miekg/dns v1.1.3 => github.com/miekg/dns v1.1.22
- golang.org/x/net v0.0.0-20190813000000-74dc4d7220e7 => golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
)