mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-19 19:17:02 -07:00
refactor: updated import references
This commit is contained in:
parent
1b4166d67d
commit
8407876c9e
2 changed files with 3 additions and 3 deletions
|
|
@ -6,8 +6,8 @@ import (
|
|||
"strings"
|
||||
"unicode"
|
||||
|
||||
"github.com/OpenCHAMI/magellan/pkg/jaws"
|
||||
"github.com/OpenCHAMI/magellan/pkg/pdu"
|
||||
"github.com/davidallendj/magellan/pkg/jaws"
|
||||
"github.com/davidallendj/magellan/pkg/pdu"
|
||||
"github.com/rs/zerolog/log"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import (
|
|||
"net/http"
|
||||
"time"
|
||||
|
||||
"github.com/OpenCHAMI/magellan/pkg/pdu"
|
||||
"github.com/davidallendj/magellan/pkg/pdu"
|
||||
"github.com/rs/zerolog/log"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue