Add github.com/miekg/dns to vendor
authorAnton Tolchanov <me@knyar.net>
Mon, 27 Jun 2016 20:25:19 +0000 (23:25 +0300)
committerAnton Tolchanov <me@knyar.net>
Mon, 27 Jun 2016 20:26:48 +0000 (23:26 +0300)
commit0755037f1155dae118a626aba4d7e03ac24865ca
treed2f5d0f79ddfb0068bc345f4fa90a0b277ba3f47
parentaec23a9acf736d8621097d58c9e6182d67e67d21
Add github.com/miekg/dns to vendor
46 files changed:
vendor/github.com/miekg/dns/AUTHORS [new file with mode: 0644]
vendor/github.com/miekg/dns/CONTRIBUTORS [new file with mode: 0644]
vendor/github.com/miekg/dns/COPYRIGHT [new file with mode: 0644]
vendor/github.com/miekg/dns/LICENSE [new file with mode: 0644]
vendor/github.com/miekg/dns/README.md [new file with mode: 0644]
vendor/github.com/miekg/dns/client.go [new file with mode: 0644]
vendor/github.com/miekg/dns/clientconfig.go [new file with mode: 0644]
vendor/github.com/miekg/dns/defaults.go [new file with mode: 0644]
vendor/github.com/miekg/dns/dns.go [new file with mode: 0644]
vendor/github.com/miekg/dns/dnssec.go [new file with mode: 0644]
vendor/github.com/miekg/dns/dnssec_keygen.go [new file with mode: 0644]
vendor/github.com/miekg/dns/dnssec_keyscan.go [new file with mode: 0644]
vendor/github.com/miekg/dns/dnssec_privkey.go [new file with mode: 0644]
vendor/github.com/miekg/dns/doc.go [new file with mode: 0644]
vendor/github.com/miekg/dns/edns.go [new file with mode: 0644]
vendor/github.com/miekg/dns/format.go [new file with mode: 0644]
vendor/github.com/miekg/dns/generate.go [new file with mode: 0644]
vendor/github.com/miekg/dns/labels.go [new file with mode: 0644]
vendor/github.com/miekg/dns/msg.go [new file with mode: 0644]
vendor/github.com/miekg/dns/msg_generate.go [new file with mode: 0644]
vendor/github.com/miekg/dns/msg_helpers.go [new file with mode: 0644]
vendor/github.com/miekg/dns/nsecx.go [new file with mode: 0644]
vendor/github.com/miekg/dns/privaterr.go [new file with mode: 0644]
vendor/github.com/miekg/dns/rawmsg.go [new file with mode: 0644]
vendor/github.com/miekg/dns/reverse.go [new file with mode: 0644]
vendor/github.com/miekg/dns/sanitize.go [new file with mode: 0644]
vendor/github.com/miekg/dns/scan.go [new file with mode: 0644]
vendor/github.com/miekg/dns/scan_rr.go [new file with mode: 0644]
vendor/github.com/miekg/dns/scanner.go [new file with mode: 0644]
vendor/github.com/miekg/dns/server.go [new file with mode: 0644]
vendor/github.com/miekg/dns/sig0.go [new file with mode: 0644]
vendor/github.com/miekg/dns/singleinflight.go [new file with mode: 0644]
vendor/github.com/miekg/dns/tlsa.go [new file with mode: 0644]
vendor/github.com/miekg/dns/tsig.go [new file with mode: 0644]
vendor/github.com/miekg/dns/types.go [new file with mode: 0644]
vendor/github.com/miekg/dns/types_generate.go [new file with mode: 0644]
vendor/github.com/miekg/dns/udp.go [new file with mode: 0644]
vendor/github.com/miekg/dns/udp_linux.go [new file with mode: 0644]
vendor/github.com/miekg/dns/udp_other.go [new file with mode: 0644]
vendor/github.com/miekg/dns/udp_plan9.go [new file with mode: 0644]
vendor/github.com/miekg/dns/udp_windows.go [new file with mode: 0644]
vendor/github.com/miekg/dns/update.go [new file with mode: 0644]
vendor/github.com/miekg/dns/xfr.go [new file with mode: 0644]
vendor/github.com/miekg/dns/zmsg.go [new file with mode: 0644]
vendor/github.com/miekg/dns/ztypes.go [new file with mode: 0644]
vendor/vendor.json