Update import path and dependencies
This commit is contained in:
parent
8492ccdc61
commit
6b9bd48e60
11 changed files with 30 additions and 30 deletions
|
@ -9,8 +9,8 @@ import (
|
|||
"os"
|
||||
"time"
|
||||
|
||||
"github.com/lucas-clemente/quic-go"
|
||||
"github.com/miekg/dns"
|
||||
"github.com/quic-go/quic-go"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@ package resolvers
|
|||
import (
|
||||
"time"
|
||||
|
||||
"git.zio.sh/astra/doggo/pkg/models"
|
||||
"github.com/miekg/dns"
|
||||
"github.com/mr-karan/doggo/pkg/models"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue