We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f929d80 commit 881e779Copy full SHA for 881e779
repositories/go_repositories.bzl
@@ -37,11 +37,8 @@ def go_deps():
37
if "com_github_google_go_containerregistry" not in excludes:
38
go_repository(
39
name = "com_github_google_go_containerregistry",
40
- urls = ["https://api.github.com/repos/google/go-containerregistry/tarball/8a2841911ffee4f6892ca0083e89752fb46c48dd"], # v0.1.4
41
- strip_prefix = "google-go-containerregistry-8a28419",
42
- sha256 = "cadb09cb5bcbe00688c73d716d1c9e774d6e4959abec4c425a1b995faf33e964",
+ commit = "efb2d62d93a7705315b841d0544cb5b13565ff2a",
43
importpath = "github.com/google/go-containerregistry",
44
- type = "tar.gz",
45
)
46
if "com_github_pkg_errors" not in excludes:
47
0 commit comments