Fix build with newer Go versions
After #2142, building with newer Go versions fails with: go: updates to go.mod needed; to update it: go mod tidy Fix it by running go mod tidy.
This commit is contained in:
After #2142, building with newer Go versions fails with: go: updates to go.mod needed; to update it: go mod tidy Fix it by running go mod tidy.