From 248298cced25527625e147ff3182002102754a7e Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 28 Jul 2023 21:34:03 -0400 Subject: [PATCH] I guess I typo'd this --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 0340fc6..919eed4 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -12,7 +12,7 @@ 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") -pull = use_extension("@rules_oci//oci:pull.bzl", "go_deps") +pull = use_extension("@rules_oci//oci:pull.bzl", "pull") pull.oci_pull( name = "distroless_base", digest = "sha256:ccaef5ee2f1850270d453fdf700a5392534f8d1a8ca2acda391fbb6a06b81c86",