From 07cd2e37824d7a0b68b4be908fd104617469e148 Mon Sep 17 00:00:00 2001 From: Ashley Davis Date: Wed, 24 May 2023 09:34:30 +0100 Subject: [PATCH] review suggestion Signed-off-by: Ashley Davis --- design/20230302.gomod.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design/20230302.gomod.md b/design/20230302.gomod.md index 86afcebce..0fbdd1003 100644 --- a/design/20230302.gomod.md +++ b/design/20230302.gomod.md @@ -10,7 +10,7 @@ The intention here is to describe what we did and what we discovered, with an ey - It's hard or impossible to upgrade our dependencies months after a release - We won't change our conservative approach to backports -- Fewer dependencies in our core go module is a good thing +- Having fewer dependencies in our go modules is a good thing - It's OK if people can't import our binaries as go modules ### Solution