@@ -52,10 +52,10 @@ py_library(
52
52
if "io_bazel_rules_go" not in excludes :
53
53
http_archive (
54
54
name = "io_bazel_rules_go" ,
55
- sha256 = "513c12397db1bc9aa46dd62f02dd94b49a9b5d17444d49b5a04c5a89f3053c1c " ,
55
+ sha256 = "b480589f57e8b09f4b0892437b9afe889e0d6660e92f5d53d3f0546c01e67ca5 " ,
56
56
urls = [
57
- "https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/v0.19.5 /rules_go-v0.19.5 .tar.gz" ,
58
- "https://github.com/bazelbuild/rules_go/releases/download/0 .19.5 /rules_go-0 .19.5 .tar.gz" ,
57
+ "https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/v0.19.7 /rules_go-v0.19.7 .tar.gz" ,
58
+ "https://github.com/bazelbuild/rules_go/releases/download/v0 .19.7 /rules_go-v0 .19.7 .tar.gz" ,
59
59
],
60
60
)
61
61
if "bazel_gazelle" not in excludes :
@@ -74,9 +74,9 @@ py_library(
74
74
if "bazel_skylib" not in excludes :
75
75
http_archive (
76
76
name = "bazel_skylib" ,
77
- sha256 = "2ea8a5ed2b448baf4a6855d3ce049c4c452a6470b1efd1504fdb7c1c134d220a " ,
78
- strip_prefix = "bazel-skylib-0.8.0 " ,
79
- urls = ["https://github.com/bazelbuild/bazel-skylib/archive/0.8.0 .tar.gz" ],
77
+ sha256 = "e5d90f0ec952883d56747b7604e2a15ee36e288bb556c3d0ed33e818a4d971f2 " ,
78
+ strip_prefix = "bazel-skylib-1.0.2 " ,
79
+ urls = ["https://github.com/bazelbuild/bazel-skylib/archive/1.0.2 .tar.gz" ],
80
80
)
81
81
if "k8s_config" not in excludes :
82
82
# WORKSPACE target to configure the kubectl tool
0 commit comments