1load("@io_bazel_rules_go//go:def.bzl", "go_library") 2 3go_library( 4 name = "registry", 5 srcs = ["registry.go"], 6 importpath = "edge-infra.dev/pkg/f8n/warehouse/whtest/registry", 7 visibility = ["//visibility:public"], 8 deps = ["@com_github_google_go_containerregistry//pkg/registry"], 9)