Compare commits
No commits in common. "master" and "v0.0.1" have entirely different histories.
2 changed files with 3 additions and 4 deletions
3
dns.go
3
dns.go
|
|
@ -9,9 +9,10 @@ import (
|
|||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/zeevdiukman/helper"
|
||||
|
||||
miekgDNS "github.com/miekg/dns"
|
||||
"github.com/spf13/viper"
|
||||
"github.com/zeevdiukman/helper"
|
||||
)
|
||||
|
||||
type ResponseWriter = miekgDNS.ResponseWriter
|
||||
|
|
|
|||
4
go.mod
4
go.mod
|
|
@ -1,11 +1,9 @@
|
|||
module github.com/zeevdiukman/dns
|
||||
|
||||
go 1.23
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue