load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "registry", srcs = ["registry.go"], importpath = "edge-infra.dev/pkg/f8n/warehouse/whtest/registry", visibility = ["//visibility:public"], deps = ["@com_github_google_go_containerregistry//pkg/registry"], )