Skip to content

Commit

Permalink
Move dependencies to the deps.bzl file and out of the WORKSPACE (#6168)
Browse files Browse the repository at this point in the history
* Move dependencies to the deps.bzl file and out of the WORKSPACE
  • Loading branch information
prestonvanloon committed Jun 7, 2020
1 parent 113a49b commit 323a272
Show file tree
Hide file tree
Showing 3 changed files with 338 additions and 429 deletions.
2 changes: 1 addition & 1 deletion DEPENDENCIES.md
Expand Up @@ -61,7 +61,7 @@ Example:

```bash
go get github.com/prysmaticlabs/example@v1.2.3
bazel run //:gazelle -- update-repos -from_file=go.mod
bazel run //:gazelle -- update-repos -from_file=go.mod -to_macro=deps.bzl%prysm_deps
```

The deps.bzl file should have been updated with the dependency and any transitive dependencies.
Expand Down

0 comments on commit 323a272

Please sign in to comment.