Skip to content

Commit fb745d7

Browse files
amscannegvisor-bot
authored andcommitted
Update GitHub packages.
PiperOrigin-RevId: 377611852
1 parent a2c8825 commit fb745d7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

WORKSPACE

+4-4
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@ go_repository(
131131
)
132132

133133
go_repository(
134-
name = "com_github_google_go_github_v32",
135-
importpath = "github.com/google/go-github/v32",
136-
sum = "h1:GWkQOdXqviCPx7Q7Fj+KyPoGm4SwHRh8rheoPhd27II=",
137-
version = "v32.1.0",
134+
name = "com_github_google_go_github_v35",
135+
importpath = "github.com/google/go-github/v35",
136+
sum = "h1:s/soW8jauhjUC3rh8JI0FePuocj0DEI9DNBg/bVplE8=",
137+
version = "v35.2.0",
138138
)
139139

140140
go_repository(

tools/github/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ go_binary(
88
nogo = False,
99
deps = [
1010
"//tools/github/reviver",
11-
"@com_github_google_go_github_v32//github:go_default_library",
11+
"@com_github_google_go_github_v35//github:go_default_library",
1212
"@org_golang_x_oauth2//:go_default_library",
1313
],
1414
)

tools/github/reviver/BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ go_library(
1212
visibility = [
1313
"//tools/github:__subpackages__",
1414
],
15-
deps = ["@com_github_google_go_github_v32//github:go_default_library"],
15+
deps = ["@com_github_google_go_github_v35//github:go_default_library"],
1616
)
1717

1818
go_test(

0 commit comments

Comments
 (0)