Skip to content

Commit

Permalink
Update dependency in_gopkg_yaml_v2 to v2 (bazelbuild#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and nlopezgi committed Oct 4, 2019
1 parent 8a9db14 commit d9c571c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repositories/go_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def go_deps():
if "in_gopkg_yaml_v2" not in excludes:
go_repository(
name = "in_gopkg_yaml_v2",
commit = "51d6538a90f86fe93ac480b35f37b2be17fef232", # v2.2.2
commit = "f221b8435cfb71e54062f6c6e99e9ade30b124d5", # v2.2.4
importpath = "gopkg.in/yaml.v2",
)
if "com_github_kylelemons_godebug" not in excludes:
Expand Down

0 comments on commit d9c571c

Please sign in to comment.