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.
extract values from a json body by gjson path; the first path that exists is stored under the extractor name. gjson was already vendored.