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 8a9db14 commit d9c571cCopy full SHA for d9c571c
repositories/go_repositories.bzl
@@ -50,7 +50,7 @@ def go_deps():
50
if "in_gopkg_yaml_v2" not in excludes:
51
go_repository(
52
name = "in_gopkg_yaml_v2",
53
- commit = "51d6538a90f86fe93ac480b35f37b2be17fef232", # v2.2.2
+ commit = "f221b8435cfb71e54062f6c6e99e9ade30b124d5", # v2.2.4
54
importpath = "gopkg.in/yaml.v2",
55
)
56
if "com_github_kylelemons_godebug" not in excludes:
0 commit comments