Skip to content

Remove unnecessary dep constraint

Steve Xuereb requested to merge remove-unnecessary-dep-constraint into master

What does this MR do?

Remove unnecessary dep constraint for github.com/docker/engine-api

Why was this MR needed?

Whilst investigating #3488 (closed) an unnecessary dep constraint for github.com/docker/engine-api was found which is not being used anywhere and the library itself is deprecated.

Are there points in the code the reviewer needs to double check?

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

What are the relevant issue numbers?

#3488 (closed)

Merge request reports