mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Update GitHub packages.
PiperOrigin-RevId: 377611852
This commit is contained in:
committed by
gVisor bot
parent
a2c88252c8
commit
fb745d7d9d
@@ -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(
|
||||
|
||||
+1
-1
@@ -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",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user