diff options
author | 2019-10-05 08:51:34 +0100 | |
---|---|---|
committer | 2019-10-05 16:51:34 +0900 | |
commit | 62d60023236b018419891dad1d6a7a1b37331ed7 (patch) | |
tree | ca579f1184fcfba14c1b236ad1ae9a6297513694 /go.mod | |
parent | ea54bc0ad5f2d94c9083369fdbbcad58fc6c42e9 (diff) | |
download | coredns-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.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 ) |