Skip to content

Commit faaa10a

Browse files
Update dependency com_github_google_go_containerregistry to v0.1.1 (#1532)
Co-authored-by: alex1545 <[email protected]>
1 parent deb91d6 commit faaa10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repositories/go_repositories.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def go_deps():
3737
if "com_github_google_go_containerregistry" not in excludes:
3838
go_repository(
3939
name = "com_github_google_go_containerregistry",
40-
commit = "57766c1fee7bdc67c4e70680efffed535d50b459", # v0.1.0
40+
commit = "2a1a46d929f8e396080340669edf5456a67493b5", # v0.1.1
4141
importpath = "github.com/google/go-containerregistry",
4242
)
4343
if "com_github_pkg_errors" not in excludes:

0 commit comments

Comments
 (0)