Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 5d4b0a2

Browse files
author
Craig Furman
committed
Fix deps.bzl
1 parent d3855b4 commit 5d4b0a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deps.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -643,8 +643,8 @@ def go_dependencies():
643643
name = "com_github_bazelbuild_rules_go",
644644
build_file_proto_mode = "disable_global",
645645
importpath = "github.com/bazelbuild/rules_go",
646-
sum = "h1:uJStI9o5obVWSwquy9WxKNWfZxf2sKA2rpEsX6x5RVM=",
647-
version = "v0.44.0",
646+
sum = "h1:TTl2buKt0lqJe5s6up5FtaB1F95Wg997Lv15MWetU88=",
647+
version = "v0.47.0",
648648
)
649649
go_repository(
650650
name = "com_github_becheran_wildmatch_go",
@@ -2398,8 +2398,8 @@ def go_dependencies():
23982398
name = "com_github_golang_mock",
23992399
build_file_proto_mode = "disable_global",
24002400
importpath = "github.com/golang/mock",
2401-
sum = "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=",
2402-
version = "v1.6.0",
2401+
sum = "h1:YojYx61/OLFsiv6Rw1Z96LpldJIy31o+UHmwAUMJ6/U=",
2402+
version = "v1.7.0-rc.1",
24032403
)
24042404
go_repository(
24052405
name = "com_github_golang_protobuf",

0 commit comments

Comments
 (0)