diff options
author | 2017-06-04 14:09:00 +0100 | |
---|---|---|
committer | 2017-06-04 14:09:00 +0100 | |
commit | 0a96f422dcd8db626ccd4efcddbd7d1ea4544d91 (patch) | |
tree | 7d64dc6c99ea4c7f8a1982e1516d4c3a6cc59a61 /Gopkg.lock | |
parent | 64640bd1a02b29a2820a9e56b8e50622ac23325c (diff) | |
download | coredns-0a96f422dcd8db626ccd4efcddbd7d1ea4544d91.tar.gz coredns-0a96f422dcd8db626ccd4efcddbd7d1ea4544d91.tar.zst coredns-0a96f422dcd8db626ccd4efcddbd7d1ea4544d91.zip |
middleware/file: fix axfr error (#705)
Fixed in upstream, update miekg/dns to latest
Fixes #598
Diffstat (limited to 'Gopkg.lock')
-rw-r--r-- | Gopkg.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gopkg.lock b/Gopkg.lock index b24b1b5af..cb5139734 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -233,7 +233,7 @@ branch = "master" name = "github.com/miekg/dns" packages = ["."] - revision = "fb6fbed0f5ec4e418de4f156c18d2e4f9bc854e7" + revision = "e78414ef75607394ad7d917824f07f381df2eafa" [[projects]] name = "github.com/opentracing/opentracing-go" |