diff --git a/cmd/pdu-collect.go b/cmd/pdu-collect.go index ba281ed..7aa723e 100644 --- a/cmd/pdu-collect.go +++ b/cmd/pdu-collect.go @@ -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" ) diff --git a/pkg/jaws/pdu-crawler.go b/pkg/jaws/pdu-crawler.go index 3cafa61..6b00a6c 100644 --- a/pkg/jaws/pdu-crawler.go +++ b/pkg/jaws/pdu-crawler.go @@ -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" )