From 7d500a2af36ebb859ce72405c3678a31746a1f0f Mon Sep 17 00:00:00 2001 From: Matthew Hardwick Date: Thu, 27 Feb 2020 10:51:42 -0500 Subject: [PATCH] bump patch for etcd https://github.com/etcd-io/etcd/issues/11475 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7d6bd07..76db260 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.14 require ( github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect github.com/coreos/bbolt v1.3.3 // indirect - github.com/coreos/etcd v3.3.10+incompatible // indirect + github.com/coreos/etcd v3.3.13+incompatible // indirect github.com/coreos/go-etcd v2.0.0+incompatible // indirect github.com/coreos/go-semver v0.2.0 // indirect github.com/fsnotify/fsnotify v1.4.7