Revert "Update deps"

This reverts commit 49e5c87f8d.
This commit is contained in:
Frank Denis 2018-05-16 11:53:20 +02:00
parent d87f3618ac
commit f44d9f658b
22 changed files with 296 additions and 685 deletions

View file

@ -3,7 +3,7 @@ package dns
import "fmt"
// Version is current version of this library.
var Version = V{1, 0, 7}
var Version = V{1, 0, 6}
// V holds the version of this library.
type V struct {