load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "deleted_issue", srcs = ["handler.go"], importpath = "edge-infra.dev/pkg/f8n/devinfra/jack/plugin/deleted_issue", visibility = ["//visibility:public"], deps = [ "//pkg/f8n/devinfra/jack/constants", "//pkg/f8n/devinfra/jack/guest_services", "//pkg/f8n/devinfra/jack/plugin", "@com_github_google_go_github_v47//github", ], )