Merge pull request #6 from davidallendj/update-refs

Update refs
This commit is contained in:
David Allen 2024-11-03 19:54:39 -07:00 committed by GitHub
commit 19f7803f9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 64 additions and 65 deletions

View file

@ -10,8 +10,8 @@ import (
"sync"
"time"
urlx "github.com/OpenCHAMI/magellan/internal/url"
"github.com/OpenCHAMI/magellan/pkg/client"
urlx "github.com/davidallendj/magellan/internal/url"
"github.com/davidallendj/magellan/pkg/client"
"github.com/rs/zerolog/log"
)