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