kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/serving/pipeline/beamtest/BUILD (about) 1 load("//tools:build_rules/shims.bzl", "go_library") 2 3 package(default_visibility = ["//kythe:default_visibility"]) 4 5 go_library( 6 name = "beamtest", 7 srcs = ["beamtest.go"], 8 importpath = "kythe.io/kythe/go/serving/pipeline/beamtest", 9 deps = [ 10 "@com_github_apache_beam//sdks/go/pkg/beam", 11 "@com_github_apache_beam//sdks/go/pkg/beam/core/runtime", 12 "@com_github_apache_beam//sdks/go/pkg/beam/core/util/reflectx", 13 "@org_golang_google_protobuf//proto", 14 ], 15 )