chore: update references and imports

This commit is contained in:
David Allen 2025-04-26 18:12:21 -06:00
parent 665cd4bc14
commit d34ba3f754
Signed by: towk
GPG key ID: 0430CDBE22619155
18 changed files with 37 additions and 96 deletions

View file

@ -22,8 +22,8 @@ import (
"flag"
magellan "github.com/davidallendj/magellan/internal"
"github.com/davidallendj/magellan/internal/util"
magellan "github.com/davidallendj/magellan/pkg"
"github.com/davidallendj/magellan/pkg/client"
"github.com/rs/zerolog/log"
)

View file

@ -14,9 +14,9 @@ import (
"net/http"
"testing"
"github.com/OpenCHAMI/magellan/pkg/client"
"github.com/OpenCHAMI/magellan/pkg/crawler"
"github.com/OpenCHAMI/magellan/pkg/secrets"
"github.com/davidallendj/magellan/pkg/client"
"github.com/davidallendj/magellan/pkg/crawler"
"github.com/davidallendj/magellan/pkg/secrets"
)
var (