Update GitHub packages.

PiperOrigin-RevId: 377611852
This commit is contained in:
Adin Scannell 2021-06-04 16:27:41 -07:00 committed by gVisor bot
parent a2c88252c8
commit fb745d7d9d
3 changed files with 6 additions and 6 deletions

View File

@ -131,10 +131,10 @@ go_repository(
)
go_repository(
name = "com_github_google_go_github_v32",
importpath = "github.com/google/go-github/v32",
sum = "h1:GWkQOdXqviCPx7Q7Fj+KyPoGm4SwHRh8rheoPhd27II=",
version = "v32.1.0",
name = "com_github_google_go_github_v35",
importpath = "github.com/google/go-github/v35",
sum = "h1:s/soW8jauhjUC3rh8JI0FePuocj0DEI9DNBg/bVplE8=",
version = "v35.2.0",
)
go_repository(

View File

@ -8,7 +8,7 @@ go_binary(
nogo = False,
deps = [
"//tools/github/reviver",
"@com_github_google_go_github_v32//github:go_default_library",
"@com_github_google_go_github_v35//github:go_default_library",
"@org_golang_x_oauth2//:go_default_library",
],
)

View File

@ -12,7 +12,7 @@ go_library(
visibility = [
"//tools/github:__subpackages__",
],
deps = ["@com_github_google_go_github_v32//github:go_default_library"],
deps = ["@com_github_google_go_github_v35//github:go_default_library"],
)
go_test(