chore: update references and imports

This commit is contained in:
David Allen 2025-04-26 18:12:21 -06:00
parent 1ed8c59f80
commit 6deb292494
Signed by: towk
GPG key ID: 0430CDBE22619155
5 changed files with 21 additions and 10 deletions

View file

@ -6,8 +6,8 @@ import (
"os"
"strconv"
magellan "github.com/davidallendj/magellan/internal"
"github.com/davidallendj/magellan/internal/cache/sqlite"
magellan "github.com/davidallendj/magellan/pkg"
"github.com/rs/zerolog/log"
"github.com/spf13/cobra"
)