updated all references

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

View file

@ -6,8 +6,8 @@ import (
"net/http"
"os"
magellan "github.com/OpenCHAMI/magellan/internal"
"github.com/OpenCHAMI/magellan/pkg/auth"
magellan "github.com/davidallendj/magellan/internal"
"github.com/davidallendj/magellan/pkg/auth"
"github.com/lestrrat-go/jwx/jwt"
"github.com/rs/zerolog/log"
"github.com/spf13/cobra"