cmd: exported scan and collect commands for external use

This commit is contained in:
David Allen 2024-12-11 10:14:35 -07:00 committed by David Allen
parent 11b93f6b62
commit d190f66705
Signed by: towk
GPG key ID: 0430CDBE22619155
2 changed files with 4 additions and 4 deletions

View file

@ -7,9 +7,9 @@ import (
"os"
"strings"
urlx "github.com/OpenCHAMI/magellan/internal/url"
"github.com/OpenCHAMI/magellan/pkg/auth"
"github.com/OpenCHAMI/magellan/pkg/client"
urlx "github.com/davidallendj/magellan/internal/url"
"github.com/davidallendj/magellan/pkg/auth"
"github.com/davidallendj/magellan/pkg/client"
"github.com/rs/zerolog/log"
"github.com/spf13/cobra"
"gopkg.in/yaml.v3"