aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar Ricky S <singh.sangh@gmail.com> 2020-02-04 05:19:48 -0800
committerGravatar GitHub <noreply@github.com> 2020-02-04 14:19:48 +0100
commitefbe4ac5e80f7c59528d878f910b5edaf8cd17e1 (patch)
tree5986dfb53525110207338625e2aa8d2150e2807c /go.mod
parent22cd28a7987afc24161b110b550d3e62347d1626 (diff)
downloadcoredns-efbe4ac5e80f7c59528d878f910b5edaf8cd17e1.tar.gz
coredns-efbe4ac5e80f7c59528d878f910b5edaf8cd17e1.tar.zst
coredns-efbe4ac5e80f7c59528d878f910b5edaf8cd17e1.zip
Add exponential backoff to healthcheck (#3643)
Move exponential backoff initialization to Start() Signed-off-by: RickyRajinder <singh.sangh@gmail.com> Move comment Increase max interval and update README Remove trailing whitespace Change Start() param name back to interval
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index a792a88d8..067bf9653 100644
--- a/go.mod
+++ b/go.mod
@@ -12,6 +12,7 @@ require (
github.com/apache/thrift v0.13.0 // indirect
github.com/aws/aws-sdk-go v1.28.9
github.com/caddyserver/caddy v1.0.4
+ github.com/cenkalti/backoff/v4 v4.0.0
github.com/coredns/federation v0.0.0-20190818181423-e032b096babe
github.com/coreos/go-systemd v0.0.0-20190212144455-93d5ec2c7f76 // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect