summaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2021-08-13 10:41:10 -0700
committergVisor bot <gvisor-bot@google.com>2021-08-13 10:43:50 -0700
commit8f2b11a87e0c8fc89636617c9161caee9f8f1fb5 (patch)
tree74427222dcfb475cc093e2b2120a7c08e9f22c7b /CONTRIBUTING.md
parenteb0f24c6c48ea5301c5136b53333e189d0dc4c58 (diff)
Update `core` allowed dependencies
This list has gotten a little out-of-date. Note that `clockwork` used to be used but was removed in gvisor.dev/pr/5384. PiperOrigin-RevId: 390644841
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c53df7d25..42822f1c6 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -69,6 +69,10 @@ Rules:
binary). Use `//pkg/unet` instead.
* `@org_golang_x_sys//unix:go_default_library` (Go import
`golang.org/x/sys/unix`).
+ * `@org_golang_x_time//rate:go_default_library` (Go import
+ `golang.org/x/time/rate`).
+ * `@com_github_google_btree//:go_default_library"` (Go import
+ `github.com/google/btree`).
* Generated Go protobuf packages.
* `@org_golang_google_protobuf//proto:go_default_library` (Go import
`google.golang.org/protobuf`).