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

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