From 35b7f07f36de0554868f255901a1db407f87b353 Mon Sep 17 00:00:00 2001 From: Stefan Penner Date: Mon, 6 May 2024 14:26:40 -0600 Subject: [PATCH] Update docs to cover new FilePath ReplaceDirective Support (#3931) Update docs to cover new capabilities added by: https://github.com/bazelbuild/bazel-gazelle/pull/1776 --- docs/go/core/bzlmod.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/go/core/bzlmod.md b/docs/go/core/bzlmod.md index 55e84634b..e9c84b8ba 100644 --- a/docs/go/core/bzlmod.md +++ b/docs/go/core/bzlmod.md @@ -232,6 +232,7 @@ The root module can override certain aspects of the dependency resolution perfor replace( golang.org/x/net v1.2.3 => example.com/fork/net v1.4.5 golang.org/x/mod => example.com/my/mod v1.4.5 + example.org/hello => ../../../fixtures/hello ) ``` @@ -288,5 +289,4 @@ go_deps.archive_override( ### Not yet supported * Fetching dependencies from Git repositories -* `go.mod` `replace` directives referencing local files * `go.mod` `exclude` directices