From 0060a596118eef68ee63b19e9caee4fc989b2cff Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Fri, 25 Oct 2024 16:50:35 +0200 Subject: [PATCH] docs: gomod: Reword CLI flag deprecation Specifically mention that they're bound to be removed in future releases and not to be kept around forever. Signed-off-by: Erik Skultety --- docs/gomod.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/gomod.md b/docs/gomod.md index 30d852792..3676a1681 100644 --- a/docs/gomod.md +++ b/docs/gomod.md @@ -94,10 +94,11 @@ The `cachi2 fetch-deps` command accepts the following gomod-related flags: ### Deprecated flags -* `--gomod-vendor` -* `--gomod-vendor-check` +* `--gomod-vendor` (deprecated in _v0.11.0_) +* `--gomod-vendor-check` (deprecated in _v0.11.0_) -Both are deprecated and will have no effect when set. They are only kept for backwards compatibility reasons. +All of them are deprecated and will have no effect when set. They are only kept for backwards +compatibility reasons and will be removed in future releases. ### --cgo-disable