From 20cc70b47bc84715dc83e31c96c8eaf1fa00836a Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 28 Jul 2023 15:20:28 -0400 Subject: [PATCH] correct use_repo invocation --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index d72356a..0340fc6 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -10,8 +10,8 @@ bazel_dep(name = "rules_pkg", version = "0.9.1") go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps") go_deps.from_file(go_mod = "//:go.mod") +use_repo(go_deps, "com_github_stretchr_testify", "org_uber_go_zap") -use_repo(pull, "com_github_stretchr_testify", "org_uber_go_zap") pull = use_extension("@rules_oci//oci:pull.bzl", "go_deps") pull.oci_pull( name = "distroless_base",