diff options
author | 2019-12-07 15:51:27 +0000 | |
---|---|---|
committer | 2019-12-07 15:51:27 +0000 | |
commit | 35953235cf6138afd95bff3bf6b54465c66c5372 (patch) | |
tree | bf08f90aec1950e808c4d39264bbd76908f0db62 /go.mod | |
parent | 0a6100048d3b8abaac1e5a3b0b9d08d4576920ce (diff) | |
download | coredns-35953235cf6138afd95bff3bf6b54465c66c5372.tar.gz coredns-35953235cf6138afd95bff3bf6b54465c66c5372.tar.zst coredns-35953235cf6138afd95bff3bf6b54465c66c5372.zip |
auto go tidy
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ require ( github.com/Azure/go-autorest/autorest/azure/auth v0.4.0 github.com/DataDog/datadog-go v2.2.0+incompatible // indirect github.com/Shopify/sarama v1.21.0 // indirect + github.com/apache/thrift v0.13.0 // indirect github.com/aws/aws-sdk-go v1.25.43 github.com/caddyserver/caddy v1.0.4 github.com/coredns/federation v0.0.0-20190818181423-e032b096babe |