This repository was archived by the owner on Feb 6, 2024. It is now read-only.
File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ java_grpc_library(
37
37
38
38
go_grpc_library (
39
39
name = "simple_go_grpc" ,
40
+ go_deps = [
41
+ "@org_golang_google_grpc//codes:go_default_library" ,
42
+ "@org_golang_google_grpc//status:go_default_library" ,
43
+ ],
40
44
importpath = "github.com/bazelbuild/rules_k8s/examples/hellogrpc/proto/go" ,
41
45
visibility = ["//examples/hellogrpc/go:__subpackages__" ],
42
46
deps = [":simple_proto" ],
Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ py_library(
62
62
if "io_bazel_rules_go" not in excludes :
63
63
http_archive (
64
64
name = "io_bazel_rules_go" ,
65
- sha256 = "b480589f57e8b09f4b0892437b9afe889e0d6660e92f5d53d3f0546c01e67ca5 " ,
65
+ sha256 = "b9aa86ec08a292b97ec4591cf578e020b35f98e12173bbd4a921f84f583aebd9 " ,
66
66
urls = [
67
- "https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/v0.19.7 /rules_go-v0.19.7 .tar.gz" ,
68
- "https://github.com/bazelbuild/rules_go/releases/download/v0.19.7 /rules_go-v0.19.7 .tar.gz" ,
67
+ "https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/v0.20.2 /rules_go-v0.20.2 .tar.gz" ,
68
+ "https://github.com/bazelbuild/rules_go/releases/download/v0.20.2 /rules_go-v0.20.2 .tar.gz" ,
69
69
],
70
70
)
71
71
if "bazel_gazelle" not in excludes :
You can’t perform that action at this time.
0 commit comments