Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatskaari authored Apr 30, 2024
1 parent 1c61d0b commit 6b85e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ configured to support other rules. See the configuration section below for more

Puku will attempt to resolve new imports and add `go_repo` rules to satisfy them. This works most of the time, however
setting `ModFile = //:gomod` in your Go plugin, is far more robust and highly recommended. Without this, you may just
have to pass in modules via requirements = ["github.com/example/module"], to help resolve imports to the correct module path.
have to pass in modules via `requirements = ["github.com/example/module"]`, to help resolve imports to the correct module path.

This approach facilitates using standard go tooling i.e. `go get` to resolve dependencies. Puku will then sync new
dependencies from your `go.mod` to `third_party/go/BUILD` automatically as necessary, or on demand via `puku sync`
Expand Down

0 comments on commit 6b85e4b

Please sign in to comment.