Bump bazel workspace dependencies
Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
parent
7228c8b8a1
commit
000ac1918d
10
WORKSPACE
10
WORKSPACE
@ -6,8 +6,8 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "new_git_repository")
|
|||||||
## Load rules_go and dependencies
|
## Load rules_go and dependencies
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "io_bazel_rules_go",
|
name = "io_bazel_rules_go",
|
||||||
urls = ["https://github.com/bazelbuild/rules_go/releases/download/0.16.2/rules_go-0.16.2.tar.gz"],
|
urls = ["https://github.com/bazelbuild/rules_go/releases/download/0.16.5/rules_go-0.16.5.tar.gz"],
|
||||||
sha256 = "f87fa87475ea107b3c69196f39c82b7bbf58fe27c62a338684c20ca17d1d8613",
|
sha256 = "7be7dc01f1e0afdba6c8eb2b43d2fa01c743be1b9273ab1eaf6c233df078d705",
|
||||||
)
|
)
|
||||||
|
|
||||||
load(
|
load(
|
||||||
@ -25,8 +25,8 @@ go_register_toolchains(
|
|||||||
## Load gazelle and dependencies
|
## Load gazelle and dependencies
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "bazel_gazelle",
|
name = "bazel_gazelle",
|
||||||
url = "https://github.com/bazelbuild/bazel-gazelle/releases/download/0.15.0/bazel-gazelle-0.15.0.tar.gz",
|
url = "https://github.com/bazelbuild/bazel-gazelle/releases/download/0.16.0/bazel-gazelle-0.16.0.tar.gz",
|
||||||
sha256 = "6e875ab4b6bf64a38c352887760f21203ab054676d9c1b274963907e0768740d",
|
sha256 = "7949fc6cc17b5b191103e97481cf8889217263acf52e00b560683413af204fcb",
|
||||||
)
|
)
|
||||||
|
|
||||||
load(
|
load(
|
||||||
@ -48,7 +48,7 @@ git_repository(
|
|||||||
git_repository(
|
git_repository(
|
||||||
name = "io_bazel_rules_docker",
|
name = "io_bazel_rules_docker",
|
||||||
remote = "https://github.com/bazelbuild/rules_docker.git",
|
remote = "https://github.com/bazelbuild/rules_docker.git",
|
||||||
tag = "v0.5.1",
|
tag = "v0.6.0",
|
||||||
)
|
)
|
||||||
|
|
||||||
load(
|
load(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user