From ce2d6380ab6136cb97970350a6659815ffc600e6 Mon Sep 17 00:00:00 2001 From: MitaliBo Date: Tue, 25 Feb 2020 15:52:10 -0800 Subject: [PATCH] Update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ff398d2..bb2dbb5 100644 --- a/go.mod +++ b/go.mod @@ -27,7 +27,7 @@ require ( github.com/magiconair/properties v1.8.1 // indirect github.com/mattn/go-isatty v0.0.9 // indirect github.com/mattn/go-shellwords v1.0.6 // indirect - github.com/miekg/dns v1.1.16 + github.com/miekg/dns v1.1.25 github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c // indirect github.com/onsi/ginkgo v1.10.1 // indirect github.com/onsi/gomega v1.7.0 // indirect