diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-08-20 11:46:55 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-08-20 11:46:55 -0700 |
commit | c6339522c128065af3d81452d80f111fe8817784 (patch) | |
tree | dfbbe693c1c2113bf2f1ef28201f335d73c5d0b9 | |
parent | 3ba8df92a86aa1044ab59110c640ba413341b9f3 (diff) | |
parent | 8578e6882e23bfc60b8b69b6d955266339469b62 (diff) |
Merge pull request #6484 from dqminh:fix-go-mod-instructions
PiperOrigin-RevId: 392036519
-rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8790f4a2f..e680428c3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,8 +32,9 @@ will need to be added to the appropriate `BUILD` files, and the `:gopath` target will need to be re-run to generate appropriate symlinks in the `GOPATH` directory tree. -Dependencies can be added by using `go mod get`. In order to keep the -`WORKSPACE` file in sync, run `tools/go_mod.sh` in place of `go mod`. +Dependencies can be added by using `go get`. In order to keep the `WORKSPACE` +file in sync, run `bazel run //:gazelle -- update-repos -from_file=go.mod` in +place of `go mod`. ### Coding Guidelines |