diff options
author | 2021-05-19 05:03:33 -0400 | |
---|---|---|
committer | 2021-05-19 11:03:33 +0200 | |
commit | e4f7f19f58a67a35670751e7ec77b35df069c1ba (patch) | |
tree | 6fb60b32bcf5f6bed0a95c101a360a335d8adc11 /go.mod | |
parent | fbf3f07f469a99fcbb5985a41c260a3fad26f908 (diff) | |
download | coredns-e4f7f19f58a67a35670751e7ec77b35df069c1ba.tar.gz coredns-e4f7f19f58a67a35670751e7ec77b35df069c1ba.tar.zst coredns-e4f7f19f58a67a35670751e7ec77b35df069c1ba.zip |
bump etcd to v3.5.0-beta2 (#4635)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -27,9 +27,8 @@ require ( github.com/prometheus/client_golang v1.10.0 github.com/prometheus/client_model v0.2.0 github.com/prometheus/common v0.24.0 - go.etcd.io/etcd/api/v3 v3.5.0-alpha.0 - go.etcd.io/etcd/client/v3 v3.5.0-alpha.0 - go.uber.org/multierr v1.6.0 // indirect + go.etcd.io/etcd/api/v3 v3.5.0-beta.2 + go.etcd.io/etcd/client/v3 v3.5.0-beta.2 golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 @@ -41,5 +40,3 @@ require ( k8s.io/client-go v0.21.0 k8s.io/klog v1.0.0 ) - -replace github.com/coreos/bbolt => go.etcd.io/bbolt v1.3.4 |