diff options
author | 2020-10-12 02:49:00 -0700 | |
---|---|---|
committer | 2020-10-12 02:49:00 -0700 | |
commit | ac54a03eb2dabde2c03a814cafbcf8b0f975ac01 (patch) | |
tree | e7c5b1c994ab6bc36f4454522a3145483baf564e /go.mod | |
parent | 985892acfcff5f68fad5ec46b5f60d872a07f7fd (diff) | |
download | coredns-ac54a03eb2dabde2c03a814cafbcf8b0f975ac01.tar.gz coredns-ac54a03eb2dabde2c03a814cafbcf8b0f975ac01.tar.zst coredns-ac54a03eb2dabde2c03a814cafbcf8b0f975ac01.zip |
build(deps): bump github.com/cenkalti/backoff/v4 from 4.0.2 to 4.1.0 (#4192)
Bumps [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) from 4.0.2 to 4.1.0.
- [Release notes](https://github.com/cenkalti/backoff/releases)
- [Commits](https://github.com/cenkalti/backoff/compare/v4.0.2...v4.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ require ( github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect github.com/DataDog/datadog-go v3.5.0+incompatible // indirect github.com/aws/aws-sdk-go v1.35.2 - github.com/cenkalti/backoff/v4 v4.0.2 + github.com/cenkalti/backoff/v4 v4.1.0 github.com/coredns/caddy v1.1.0 github.com/dnstap/golang-dnstap v0.2.2 github.com/dustin/go-humanize v1.0.0 // indirect |