ffjson requires some packages during intermediate go generation steps
that are not present in the `./vendor` directory since the final files
do not require it. To trick go modules into believing that we need
those dependencies, add a `ffjson_deps.go` file referencing them.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>