This commit is contained in:
Nishant Das
2024-01-04 19:22:23 +08:00
committed by GitHub
parent bd4a520013
commit d5107942a1
3 changed files with 5 additions and 5 deletions

View File

@@ -5604,8 +5604,8 @@ def prysm_deps():
go_repository(
name = "org_golang_x_crypto",
importpath = "golang.org/x/crypto",
sum = "h1:mMMrFzRSCF0GvB7Ne27XVtVAaXLrPmgPC7/v0tkwHaY=",
version = "v0.16.0",
sum = "h1:r8bRNjWL3GshPW3gkd+RpvzWrZAwPS49OmTGZ/uhM4k=",
version = "v0.17.0",
)
go_repository(
name = "org_golang_x_exp",