load("@io_bazel_rules_go//go:def.bzl", "go_test") go_test( name = "integration_test", srcs = ["subscriber_test.go"], tags = ["integration"], visibility = ["//visibility:public"], deps = [ "//pkg/f8n/kinform/sql", "//pkg/f8n/sovereign/model", "//pkg/f8n/warehouse/cluster", "//pkg/f8n/warehouse/forwarder", "//pkg/f8n/warehouse/oci/layer", "//pkg/f8n/warehouse/oci/remote", "//pkg/f8n/warehouse/pallet", "//test/f2", "//test/f2/x/postgres", "//test/f2/x/warehouse", "@com_github_google_go_containerregistry//pkg/name", "@com_github_google_go_containerregistry//pkg/v1:pkg", "@com_github_jackc_pgx_v4//stdlib", "@com_google_cloud_go_pubsub//:pubsub", ], )