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 733a7d3 commit c9f23d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $ puku fmt //src/...
Puku supports `go_library`, `go_test`, `go_binary`, `go_benchmark`, `proto_library`, and `grpc_library` out of the box, but can be
configured to support other rules. See the configuration section below for more information.

### Updating and adding third party dependencies
### Updating and adding third party dependencies with go.mod (optional)

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.
Expand Down Expand Up @@ -254,4 +254,4 @@ modules as necessary.
## Contributing

Contributions are more than welcome. Please make sure to raise an issue first, so we can avoid wasted effort. This
project and it's contributions are licensed under the Apache-2 licence.
project and it's contributions are licensed under the Apache-2 licence.

0 comments on commit c9f23d5

Please sign in to comment.