chore: migrate module path to github.com/vmfunc/sif (#194)

rename the go module path from github.com/dropalldatabases/sif to
github.com/vmfunc/sif across go.mod, all imports, the golangci exclude
list, release install docs and docs. pure string rename, no logic change.
This commit is contained in:
Tigah
2026-06-22 22:25:39 -07:00
committed by GitHub
parent 7c0eb0bd4d
commit 39b333320e
102 changed files with 207 additions and 207 deletions
+2 -2
View File
@@ -18,9 +18,9 @@ import (
"testing"
"time"
"github.com/dropalldatabases/sif/internal/scan/frameworks"
"github.com/vmfunc/sif/internal/scan/frameworks"
// Import detectors to register them via init()
_ "github.com/dropalldatabases/sif/internal/scan/frameworks/detectors"
_ "github.com/vmfunc/sif/internal/scan/frameworks/detectors"
)
func TestExtractVersion_Laravel(t *testing.T) {