Skip to content

Removal of unused replace from go.mod

Romuald Atchadé requested to merge removal-unused-replace into master

What does this MR do?

Remove an unused replace instruction

Why was this MR needed?

Cleanup the go.mod file

What's the best way to test this MR?

Compile the project and make sure there is no errors. I couldn't go as far as executing with a test case project.

What are the relevant issue numbers?

closes: #27403 (closed)

Edited by Romuald Atchadé

Merge request reports