Skip to content

Remove unnecessary dependencies from vendor directory

Steve Xuereb requested to merge update-vendor into master

What does this MR do?

Run go mod vendor

Why was this MR needed?

In !1710 (merged) we removed the dependency github.com/gofrs/flock but forgot to run go mod vendor. We have !1702 (merged) to prevent future problems like this which will fail the pipeline.

We also have #5045 (closed) to completely remove the vendor directory.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

Merge request reports