File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 6
6
7
7
bazel_dep (name = "rules_python" , version = "0.18.0" )
8
8
bazel_dep (name = "rules_go" , version = "0.38.1" , repo_name = "io_bazel_rules_go" )
9
- bazel_dep (name = "gazelle" , version = "0.29 .0" , repo_name = "bazel_gazelle" )
9
+ bazel_dep (name = "gazelle" , version = "0.31 .0" , repo_name = "bazel_gazelle" )
10
10
11
11
go_deps = use_extension ("@bazel_gazelle//:extensions.bzl" , "go_deps" )
12
12
go_deps .from_file (go_mod = "//:go.mod" )
Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ Here is a snippet of a `MODULE.bazel` file.
35
35
36
36
``` starlark
37
37
# The following stanza defines the dependency rules_python.
38
- bazel_dep(name = " rules_python" , version = " 0.20 .0" )
38
+ bazel_dep(name = " rules_python" , version = " 0.22 .0" )
39
39
40
- # The following stanza defines the dependency rules_python .
40
+ # The following stanza defines the dependency rules_python_gazelle_plugin .
41
41
# For typical setups you set the version.
42
- bazel_dep(name = " rules_python_gazelle_plugin" , version = " 0.20 .0" )
42
+ bazel_dep(name = " rules_python_gazelle_plugin" , version = " 0.22 .0" )
43
43
44
- # The following stanza defines the dependency rules_python .
45
- bazel_dep(name = " gazelle" , version = " 0.30 .0" , repo_name = " bazel_gazelle" )
44
+ # The following stanza defines the dependency gazelle .
45
+ bazel_dep(name = " gazelle" , version = " 0.31 .0" , repo_name = " bazel_gazelle" )
46
46
47
47
# Import the python repositories generated by the given module extension into the scope of the current module.
48
48
use_repo(python, " python3_9" )
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ http_archive(
13
13
14
14
http_archive (
15
15
name = "bazel_gazelle" ,
16
- sha256 = "448e37e0dbf61d6fa8f00aaa12d191745e14f07c31cabfa731f0c8e8a4f41b97 " ,
16
+ sha256 = "29d5dafc2a5582995488c6735115d1d366fcd6a0fc2e2a153f02988706349825 " ,
17
17
urls = [
18
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.28 .0/bazel-gazelle-v0.28 .0.tar.gz" ,
19
- "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.28 .0/bazel-gazelle-v0.28 .0.tar.gz" ,
18
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.31 .0/bazel-gazelle-v0.31 .0.tar.gz" ,
19
+ "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.31 .0/bazel-gazelle-v0.31 .0.tar.gz" ,
20
20
],
21
21
)
22
22
You can’t perform that action at this time.
0 commit comments