We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb91d6 commit faaa10aCopy full SHA for faaa10a
repositories/go_repositories.bzl
@@ -37,7 +37,7 @@ def go_deps():
37
if "com_github_google_go_containerregistry" not in excludes:
38
go_repository(
39
name = "com_github_google_go_containerregistry",
40
- commit = "57766c1fee7bdc67c4e70680efffed535d50b459", # v0.1.0
+ commit = "2a1a46d929f8e396080340669edf5456a67493b5", # v0.1.1
41
importpath = "github.com/google/go-containerregistry",
42
)
43
if "com_github_pkg_errors" not in excludes:
0 commit comments