Commit Graph

1 Commits

Author SHA1 Message Date
Valentin Rothberg fada7dd6e2 vendor ffjson deps required during generation
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>
2019-08-05 10:43:25 +02:00