Update import paths to use new module path hub.krkn.tech/KrakenTech/crowsnest across the project
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
package pretty
|
||||
|
||||
import (
|
||||
"crowsnest/internal/sqlite"
|
||||
"fmt"
|
||||
|
||||
"github.com/charmbracelet/lipgloss"
|
||||
"github.com/charmbracelet/lipgloss/tree"
|
||||
"hub.krkn.tech/KrakenTech/crowsnest/internal/sqlite"
|
||||
)
|
||||
|
||||
func WhoIsTree(root string, record sqlite.WhoisRecord) {
|
||||
|
||||
Reference in New Issue
Block a user