Skip to content

Commit

Permalink
update docs to to cover FilePath ReplaceDirective support
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner authored May 6, 2024
1 parent fd77fd0 commit 5a7b24c
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 5a7b24c

Please sign in to comment.