...

Text file src/edge-infra.dev/pkg/tools/github/ghx/BUILD.bazel

Documentation: edge-infra.dev/pkg/tools/github/ghx

     1load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2
     3go_library(
     4    name = "ghx",
     5    srcs = ["ghx.go"],
     6    importpath = "edge-infra.dev/pkg/tools/github/ghx",
     7    visibility = ["//visibility:public"],
     8    deps = [
     9        "//pkg/lib/cli/rags",
    10        "//pkg/lib/cli/sink",
    11        "@com_github_google_go_github_v47//github",
    12        "@com_github_shurcool_githubv4//:githubv4",
    13        "@org_golang_x_oauth2//:oauth2",
    14    ],
    15)

View as plain text