Move dependencies to the deps.bzl file and out of the WORKSPACE (#6168)

* Move dependencies to the deps.bzl file and out of the WORKSPACE
This commit is contained in:
Preston Van Loon
2020-06-07 14:48:30 -07:00
committed by GitHub
parent 113a49b61e
commit 323a272a80
3 changed files with 338 additions and 429 deletions

View File

@@ -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.