This commit is contained in:
Zeev Diukman 2024-09-12 04:12:29 +03:00
parent 36e0bcf0a8
commit 6e997789b3
2 changed files with 3 additions and 2 deletions

3
dns.go
View file

@ -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

2
go.mod
View file

@ -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