Skip to content

Commit

Permalink
Update docs to cover new FilePath ReplaceDirective Support
Browse files Browse the repository at this point in the history
Update docs to cover new capabilities added by: bazel-contrib/bazel-gazelle#1776
  • Loading branch information
stefanpenner authored May 6, 2024
1 parent fd77fd0 commit 26b3390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/go/core/bzlmod.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
```
Expand Down Expand Up @@ -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

0 comments on commit 26b3390

Please sign in to comment.