Why is this change neccesary?
Because there was an error with the previous go.mod where .git was added at the
end of the repository and go get failed to download the repository.
How does it address the issue?
By regenerating go.mod and go.sum to work correctly.
How does it address the issue? By regenerating go.mod and go.sum to work correctly.
What side effects does this change have? None!