Skip to content

Commit

Permalink
docs: gomod: Reword CLI flag deprecation
Browse files Browse the repository at this point in the history
Specifically mention that they're bound to be removed in future
releases and not to be kept around forever.

Signed-off-by: Erik Skultety <[email protected]>
  • Loading branch information
eskultety committed Jan 7, 2025
1 parent 869a860 commit 0060a59
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/gomod.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0060a59

Please sign in to comment.