Update import path and dependencies

This commit is contained in:
astra 2023-03-26 23:33:20 +01:00
parent 8492ccdc61
commit 6b9bd48e60
11 changed files with 30 additions and 30 deletions

View file

@ -1,9 +1,9 @@
package app
import (
"git.zio.sh/astra/doggo/pkg/models"
"git.zio.sh/astra/doggo/pkg/resolvers"
"github.com/miekg/dns"
"github.com/mr-karan/doggo/pkg/models"
"github.com/mr-karan/doggo/pkg/resolvers"
"github.com/sirupsen/logrus"
)

View file

@ -7,9 +7,9 @@ import (
"net/url"
"time"
"git.zio.sh/astra/doggo/pkg/config"
"git.zio.sh/astra/doggo/pkg/models"
"github.com/ameshkov/dnsstamps"
"github.com/mr-karan/doggo/pkg/config"
"github.com/mr-karan/doggo/pkg/models"
)
// LoadNameservers reads all the user given

View file

@ -4,9 +4,9 @@ import (
"encoding/json"
"fmt"
"git.zio.sh/astra/doggo/pkg/resolvers"
"github.com/fatih/color"
"github.com/miekg/dns"
"github.com/mr-karan/doggo/pkg/resolvers"
"github.com/olekukonko/tablewriter"
)