mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -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"
|
"strings"
|
||||||
"unicode"
|
"unicode"
|
||||||
|
|
||||||
"github.com/OpenCHAMI/magellan/pkg/jaws"
|
"github.com/davidallendj/magellan/pkg/jaws"
|
||||||
"github.com/OpenCHAMI/magellan/pkg/pdu"
|
"github.com/davidallendj/magellan/pkg/pdu"
|
||||||
"github.com/rs/zerolog/log"
|
"github.com/rs/zerolog/log"
|
||||||
"github.com/spf13/cobra"
|
"github.com/spf13/cobra"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ import (
|
||||||
"net/http"
|
"net/http"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/OpenCHAMI/magellan/pkg/pdu"
|
"github.com/davidallendj/magellan/pkg/pdu"
|
||||||
"github.com/rs/zerolog/log"
|
"github.com/rs/zerolog/log"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue