Files
gVisor bot 3172bc0467 Update go_github from v52 to v56
PiperOrigin-RevId: 611671170
2024-02-29 19:12:23 -08:00

18 lines
382 B
Python

load("//tools:defs.bzl", "go_binary")
package(
default_applicable_licenses = ["//:license"],
licenses = ["notice"],
)
go_binary(
name = "github",
srcs = ["main.go"],
nogo = False,
deps = [
"//tools/github/reviver",
"@com_github_google_go_github_v56//github:go_default_library",
"@org_golang_x_oauth2//:go_default_library",
],
)