From 6b85e4bcab60cf2f503547087cc7178d991f1dc3 Mon Sep 17 00:00:00 2001 From: Jonathan Poole Date: Tue, 30 Apr 2024 11:01:16 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db92517..588d147 100644 --- a/README.md +++ b/README.md @@ -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`