go.mod: set the lockstep notes off from the sorted requires

go 1.27 tidy folds every require into one direct and one indirect
block; a leading blank line is the only separation it keeps.
This commit is contained in:
Kristoffer Dalby
2026-08-25 13:40:09 +00:00
committed by Kristoffer Dalby
parent 820dc3001b
commit 9ceb4511de
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"vendor": {
"goModSum": "sha256-FqwMYiHc0uc873IaVIs6tJ5Dsk7BTWamm7s8FzFzC4U=",
"goModSum": "sha256-Q5sMC2P8WCO401TWTvfMhk69itUgnFP2Sn2BDNBGGeQ=",
"sri": "sha256-uZ2BZ2xBOb2JMOV/ao74vRlY/7m0Tj1Pu84tc3s0+rE="
}
}