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 452b58cd3e
commit 17fc3ce0dd
Signed by: towk
GPG key ID: 0430CDBE22619155
2 changed files with 4 additions and 4 deletions

View file

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

View file

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