Compare commits

...

2 commits

Author SHA1 Message Date
Zeev Diukman
09194cdb0b
1 2024-09-12 04:48:03 +03:00
Zeev Diukman
6e997789b3 1 2024-09-12 04:12:29 +03:00
2 changed files with 4 additions and 3 deletions

3
dns.go
View file

@ -9,10 +9,9 @@ import (
"strings" "strings"
"time" "time"
"github.com/zeevdiukman/helper"
miekgDNS "github.com/miekg/dns" miekgDNS "github.com/miekg/dns"
"github.com/spf13/viper" "github.com/spf13/viper"
"github.com/zeevdiukman/helper"
) )
type ResponseWriter = miekgDNS.ResponseWriter type ResponseWriter = miekgDNS.ResponseWriter

4
go.mod
View file

@ -1,9 +1,11 @@
module github.com/zeevdiukman/dns module github.com/zeevdiukman/dns
go 1.23.1 go 1.23
require github.com/miekg/dns v1.1.62 require github.com/miekg/dns v1.1.62
require github.com/zeevdiukman/helper v0.0.1
require ( require (
github.com/fsnotify/fsnotify v1.7.0 // indirect github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect github.com/hashicorp/hcl v1.0.0 // indirect