diff options
author | 2021-01-13 09:28:37 +0000 | |
---|---|---|
committer | 2021-01-13 09:28:37 +0000 | |
commit | caaaf9ff3ea46ba40f0e01e19b1f7e56af933f01 (patch) | |
tree | 105c0284258c346deba97edab9cbcb07c03d70be /go.mod | |
parent | 00e4ed1ed978475033180fb29b1b52332064cb13 (diff) | |
download | coredns-caaaf9ff3ea46ba40f0e01e19b1f7e56af933f01.tar.gz coredns-caaaf9ff3ea46ba40f0e01e19b1f7e56af933f01.tar.zst coredns-caaaf9ff3ea46ba40f0e01e19b1f7e56af933f01.zip |
auto go mod tidy
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -9,7 +9,6 @@ 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.36.23 - github.com/cenkalti/backoff/v4 v4.1.0 github.com/coredns/caddy v1.1.0 github.com/dnstap/golang-dnstap v0.3.0 github.com/dustin/go-humanize v1.0.0 // indirect |