From 6e997789b312a76f527457d7c333fd6c990ee9a9 Mon Sep 17 00:00:00 2001 From: Zeev Diukman Date: Thu, 12 Sep 2024 04:12:29 +0300 Subject: [PATCH] 1 --- dns.go | 3 +-- go.mod | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dns.go b/dns.go index 8850352..8b317ed 100644 --- a/dns.go +++ b/dns.go @@ -9,10 +9,9 @@ import ( "strings" "time" - "github.com/zeevdiukman/helper" - miekgDNS "github.com/miekg/dns" "github.com/spf13/viper" + "github.com/zeevdiukman/helper" ) type ResponseWriter = miekgDNS.ResponseWriter diff --git a/go.mod b/go.mod index a91c2c5..fe8a48f 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,8 @@ go 1.23.1 require github.com/miekg/dns v1.1.62 +require github.com/zeevdiukman/helper v0.0.1 + require ( github.com/fsnotify/fsnotify v1.7.0 // indirect github.com/hashicorp/hcl v1.0.0 // indirect