load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "pstest", srcs = [ "options.go", "pstest.go", ], importpath = "edge-infra.dev/test/f2/x/pstest", visibility = ["//visibility:public"], deps = [ "//test/f2", "//test/f2/fctx", "//test/f2/integration", "@com_google_cloud_go_pubsub//:pubsub", "@com_google_cloud_go_pubsub//pstest", "@org_golang_google_api//option", "@org_golang_google_grpc//:grpc", "@org_golang_google_grpc//credentials/insecure", ], )