Skip to content

Commit 881e779

Browse files
authored
Update go-containerregsitry dependency to 0.4.1 (#1829)
Fetch repository using commit and importpath, instead of using dynamically generated archive.
1 parent f929d80 commit 881e779

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

repositories/go_repositories.bzl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,8 @@ def go_deps():
3737
if "com_github_google_go_containerregistry" not in excludes:
3838
go_repository(
3939
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",
40+
commit = "efb2d62d93a7705315b841d0544cb5b13565ff2a",
4341
importpath = "github.com/google/go-containerregistry",
44-
type = "tar.gz",
4542
)
4643
if "com_github_pkg_errors" not in excludes:
4744
go_repository(

0 commit comments

Comments
 (0)