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
@@ -1,4 +1,4 @@
module github.com/dropalldatabases/sif
module github.com/vmfunc/sif
go 1.25.7