updated all references

This commit is contained in:
David Allen 2024-11-03 19:53:48 -07:00 committed by David Allen
parent c573261f74
commit 1405b42f97
Signed by: towk
GPG key ID: 0430CDBE22619155
25 changed files with 70 additions and 117 deletions

View file

@ -8,10 +8,10 @@ import (
"github.com/rs/zerolog/log"
"gopkg.in/yaml.v3"
urlx "github.com/OpenCHAMI/magellan/internal/url"
"github.com/OpenCHAMI/magellan/pkg/bmc"
"github.com/OpenCHAMI/magellan/pkg/crawler"
"github.com/OpenCHAMI/magellan/pkg/secrets"
urlx "github.com/davidallendj/magellan/internal/url"
"github.com/davidallendj/magellan/pkg/bmc"
"github.com/davidallendj/magellan/pkg/crawler"
"github.com/davidallendj/magellan/pkg/secrets"
"github.com/spf13/cobra"
"github.com/spf13/viper"
)