diff options
author | Adin Scannell <ascannell@google.com> | 2021-06-04 16:27:41 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-06-04 16:30:27 -0700 |
commit | fb745d7d9d73482b5b9edce380e4564d9b49d783 (patch) | |
tree | 434026375afc348378b225a39e1a0f83ad848f28 /WORKSPACE | |
parent | a2c88252c84839550bef1543ed5cc904340a8a3e (diff) |
Update GitHub packages.
PiperOrigin-RevId: 377611852
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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( |