refactor: updated import references

This commit is contained in:
David Allen 2025-06-29 21:05:18 -06:00
parent 1b4166d67d
commit 8407876c9e
Signed by: towk
GPG key ID: 0430CDBE22619155
2 changed files with 3 additions and 3 deletions

View file

@ -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"
) )

View file

@ -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"
) )