refactor: moved internal functions to pkg and updated refs

This commit is contained in:
David Allen 2025-02-20 17:09:21 -07:00 committed by David Allen
parent 03c54cc7c1
commit e19af0ce0c
Signed by: towk
GPG key ID: 0430CDBE22619155
8 changed files with 13 additions and 9 deletions

View file

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