fix: correct oui import path in apdetector
github.com/jedarden/spaxel → github.com/spaxel/mothership Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
99b9062516
commit
7c7b9266fc
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import (
|
|||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/jedarden/spaxel/mothership/internal/oui"
|
||||
"github.com/spaxel/mothership/internal/oui"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue