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
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"testing"
"time"
"github.com/dropalldatabases/sif/internal/modules"
"github.com/vmfunc/sif/internal/modules"
)
func runCredModule(t *testing.T, file string, status int, body string) *modules.Result {