refactor: moved internal functions to pkg and updated refs

This commit is contained in:
David Allen 2025-02-20 17:09:21 -07:00
parent 3b85dd3049
commit 81116ec616
Signed by: towk
GPG key ID: 793B2924A49B3A3F
8 changed files with 5 additions and 5 deletions

View file

@ -7,8 +7,8 @@ import (
"os"
"path"
magellan "github.com/OpenCHAMI/magellan/internal"
"github.com/OpenCHAMI/magellan/internal/cache/sqlite"
magellan "github.com/OpenCHAMI/magellan/pkg"
"github.com/rs/zerolog/log"
urlx "github.com/OpenCHAMI/magellan/internal/url"