mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Use cgrates/dns library
This commit is contained in:
committed by
Dan Christian Bogos
parent
34d7d31a5a
commit
bba8a1adf7
@@ -26,8 +26,8 @@ import (
|
||||
"github.com/cgrates/cgrates/engine"
|
||||
"github.com/cgrates/cgrates/sessions"
|
||||
"github.com/cgrates/cgrates/utils"
|
||||
"github.com/cgrates/dns"
|
||||
"github.com/cgrates/rpcclient"
|
||||
"github.com/miekg/dns"
|
||||
)
|
||||
|
||||
// NewDNSAgent is the constructor for DNSAgent
|
||||
|
||||
@@ -30,7 +30,7 @@ import (
|
||||
"github.com/cgrates/cgrates/config"
|
||||
"github.com/cgrates/cgrates/engine"
|
||||
"github.com/cgrates/cgrates/utils"
|
||||
"github.com/miekg/dns"
|
||||
"github.com/cgrates/dns"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
@@ -26,7 +26,7 @@ import (
|
||||
|
||||
"github.com/cgrates/cgrates/config"
|
||||
"github.com/cgrates/cgrates/utils"
|
||||
"github.com/miekg/dns"
|
||||
"github.com/cgrates/dns"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
4
glide.lock
generated
4
glide.lock
generated
@@ -126,6 +126,6 @@ imports:
|
||||
subpackages:
|
||||
- aws
|
||||
- service
|
||||
- name: github.com/miekg/dns
|
||||
version: 73601d4aed9d844322611759d7f3619110b7c88e
|
||||
- name: github.com/cgrates/dns
|
||||
version: 8a9e9ce3f8fc97a804077038ce3d6c6c0797f282
|
||||
testImports: []
|
||||
|
||||
Reference in New Issue
Block a user