updated all references

This commit is contained in:
David Allen 2024-11-03 19:53:48 -07:00
parent 58627a53ec
commit d889082e80
Signed by: towk
GPG key ID: 793B2924A49B3A3F
22 changed files with 56 additions and 56 deletions

View file

@ -7,12 +7,12 @@ import (
"os"
"path"
magellan "github.com/OpenCHAMI/magellan/internal"
"github.com/OpenCHAMI/magellan/internal/cache/sqlite"
magellan "github.com/davidallendj/magellan/internal"
"github.com/davidallendj/magellan/internal/cache/sqlite"
"github.com/rs/zerolog/log"
urlx "github.com/OpenCHAMI/magellan/internal/url"
"github.com/cznic/mathutil"
urlx "github.com/davidallendj/magellan/internal/url"
"github.com/spf13/cobra"
"github.com/spf13/viper"
)