correct use_repo invocation

dev
Nick Dumas 1 year ago
parent 9db278952d
commit 20cc70b47b

@ -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",

Loading…
Cancel
Save