mirror of
https://github.com/lunchcat/sif.git
synced 2026-03-12 21:23:04 -07:00
refactor: move config to internal
This commit is contained in:
@@ -15,7 +15,7 @@ package main
|
|||||||
import (
|
import (
|
||||||
"github.com/charmbracelet/log"
|
"github.com/charmbracelet/log"
|
||||||
"github.com/dropalldatabases/sif"
|
"github.com/dropalldatabases/sif"
|
||||||
"github.com/dropalldatabases/sif/pkg/config"
|
"github.com/dropalldatabases/sif/internal/config"
|
||||||
|
|
||||||
// Register framework detectors
|
// Register framework detectors
|
||||||
_ "github.com/dropalldatabases/sif/pkg/scan/frameworks/detectors"
|
_ "github.com/dropalldatabases/sif/pkg/scan/frameworks/detectors"
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ package sif
|
|||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/dropalldatabases/sif/pkg/config"
|
"github.com/dropalldatabases/sif/internal/config"
|
||||||
)
|
)
|
||||||
|
|
||||||
// mockResult is a test implementation of ScanResult
|
// mockResult is a test implementation of ScanResult
|
||||||
|
|||||||
Reference in New Issue
Block a user