Skip to content

[Feature] Consolidate go module files #3487

@dentiny

Description

@dentiny

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

As of now, each component (i.e. apiserver, operator) has their own go module files (i.e. go.mod);
we could consolidate them into root directory, the benefit of which includes

  • We don't need to copy them over one by one when building docker images;
  • Dependabot no longer needs to fire multiple PRs to upgrade one package; to make things worth, some of them succeed while others fail.

Use case

No response

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Metadata

Metadata

Assignees

Labels

P3Nice-to-have, low urgency, won't-do until priority is increaseddependenciesPull requests that update a dependency fileenhancementNew feature or requestgoPull requests that update Go code

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions