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