aboutsummaryrefslogtreecommitdiff
path: root/tests/integration/popular_repos/popular_repos.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/popular_repos/popular_repos.bzl')
-rw-r--r--tests/integration/popular_repos/popular_repos.bzl6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/integration/popular_repos/popular_repos.bzl b/tests/integration/popular_repos/popular_repos.bzl
index 6cf0eefb..25024a4f 100644
--- a/tests/integration/popular_repos/popular_repos.bzl
+++ b/tests/integration/popular_repos/popular_repos.bzl
@@ -67,3 +67,9 @@ def popular_repos():
importpath = "golang.org/x/sync",
commit = "112230192c580c3556b8cee6403af37a4fc5f28c",
)
+ _maybe(
+ go_repository,
+ name = "org_golang_x_mod",
+ importpath = "golang.org/x/mod",
+ commit = "c0d644d00ab849f4506f17a98a5740bf0feff020",
+ )