Skip to content

Cleanup of the go.mod file and dependencies update

Romuald Atchadé requested to merge ratchade/go-mod-cleanup into master

What does this MR do?

This merge request is to cleanup the go.mod file by :

  • Removing unused replace instruction
  • Updating the hashicorp/go-version to latest v1.2.1

Why was this MR needed?

This MR was needed to cleanup the go.mod file

What's the best way to test this MR?

Run the application and make sure everything compile. I couldn't go as far as having a whole setup launch to trigger a runner execution

What are the relevant issue numbers?

Issues #27403 (closed) and #27534 (closed)

Merge request reports