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

@ -4,8 +4,8 @@ import (
"fmt"
"strings"
magellan "github.com/OpenCHAMI/magellan/internal"
"github.com/OpenCHAMI/magellan/internal/util"
magellan "github.com/davidallendj/magellan/internal"
"github.com/davidallendj/magellan/internal/util"
"github.com/jmoiron/sqlx"
)