File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -131,10 +131,10 @@ go_repository(
131
131
)
132
132
133
133
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" ,
138
138
)
139
139
140
140
go_repository (
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ go_binary(
8
8
nogo = False ,
9
9
deps = [
10
10
"//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" ,
12
12
"@org_golang_x_oauth2//:go_default_library" ,
13
13
],
14
14
)
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ go_library(
12
12
visibility = [
13
13
"//tools/github:__subpackages__" ,
14
14
],
15
- deps = ["@com_github_google_go_github_v32 //github:go_default_library" ],
15
+ deps = ["@com_github_google_go_github_v35 //github:go_default_library" ],
16
16
)
17
17
18
18
go_test (
You can’t perform that action at this time.
0 commit comments