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 f291ba41f9
commit 5843bc1768
Signed by: towk
GPG key ID: 793B2924A49B3A3F
8 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@ import (
"os"
"strings"
magellan "github.com/OpenCHAMI/magellan/internal"
magellan "github.com/OpenCHAMI/magellan/pkg"
"github.com/rs/zerolog/log"
"github.com/spf13/cobra"
"github.com/spf13/viper"