From 858e05186ce127fab679b1ab21fe1794f0521765 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 19 May 2025 08:51:04 +0530 Subject: [PATCH] Run goreplace filter on commit --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 5937080b8..d72a53095 100644 --- a/.gitattributes +++ b/.gitattributes @@ -28,3 +28,4 @@ terminfo/x/* linguist-generated=true *.py text diff=python *.m text diff=objc *.go text diff=go +*.mod filter=goreplace