mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
13 lines
780 B
Diff
13 lines
780 B
Diff
diff --git a/repositories/go_repositories.bzl b/repositories/go_repositories.bzl
|
|
index 58054f7..12e93eb 100644
|
|
--- a/repositories/go_repositories.bzl
|
|
+++ b/repositories/go_repositories.bzl
|
|
@@ -39,7 +39,7 @@ def go_deps():
|
|
name = "com_github_google_go_containerregistry",
|
|
urls = ["https://api.github.com/repos/google/go-containerregistry/tarball/8a2841911ffee4f6892ca0083e89752fb46c48dd"], # v0.1.4
|
|
strip_prefix = "google-go-containerregistry-8a28419",
|
|
- sha256 = "60b9a600affa5667bd444019a4e218b7752d8500cfa923c1ac54ce2f88f773e2",
|
|
+ sha256 = "cadb09cb5bcbe00688c73d716d1c9e774d6e4959abec4c425a1b995faf33e964",
|
|
importpath = "github.com/google/go-containerregistry",
|
|
type = "tar.gz",
|
|
)
|