File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 7
7
bazel_dep (name = "bazel_skylib" , version = "1.6.1" )
8
8
bazel_dep (name = "rules_python" , version = "0.18.0" )
9
9
bazel_dep (name = "rules_go" , version = "0.55.0" , repo_name = "io_bazel_rules_go" )
10
- bazel_dep (name = "gazelle" , version = "0.42 .0" , repo_name = "bazel_gazelle" )
10
+ bazel_dep (name = "gazelle" , version = "0.36 .0" , repo_name = "bazel_gazelle" )
11
11
bazel_dep (name = "rules_cc" , version = "0.0.16" )
12
12
13
13
local_path_override (
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 = "5d80e62a70314f39cc764c1c3eaa800c5936c9f1ea91625006227ce4d20cd086 " ,
16
+ sha256 = "75df288c4b31c81eb50f51e2e14f4763cb7548daae126817247064637fd9ea62 " ,
17
17
urls = [
18
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.42 .0/bazel-gazelle-v0.42 .0.tar.gz" ,
19
- "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.42 .0/bazel-gazelle-v0.42 .0.tar.gz" ,
18
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.36 .0/bazel-gazelle-v0.36 .0.tar.gz" ,
19
+ "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.36 .0/bazel-gazelle-v0.36 .0.tar.gz" ,
20
20
],
21
21
)
22
22
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ def go_deps():
40
40
go_repository (
41
41
name = "com_github_bazelbuild_bazel_gazelle" ,
42
42
importpath = "github.com/bazelbuild/bazel-gazelle" ,
43
- sum = "h1:BpkUzE3H2l6buJYFTKgzVMecJimQgWwYud25qVIx0SQ =" ,
44
- version = "v0.42 .0" ,
43
+ sum = "h1:n41ODckCkU9D2BEwBxYN+xu5E92Vd0gaW6QmsIW9l00 =" ,
44
+ version = "v0.36 .0" ,
45
45
)
46
46
go_repository (
47
47
name = "com_github_bazelbuild_buildtools" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.22.9
5
5
toolchain go1.24.2
6
6
7
7
require (
8
- github.com/bazelbuild/bazel-gazelle v0.42 .0
8
+ github.com/bazelbuild/bazel-gazelle v0.36 .0
9
9
github.com/bazelbuild/buildtools v0.0.0-20240918101019-be1c24cc9a44
10
10
github.com/bazelbuild/rules_go v0.55.0
11
11
github.com/bmatcuk/doublestar/v4 v4.7.1
Original file line number Diff line number Diff line change 1
- github.com/bazelbuild/bazel-gazelle v0.42 .0 h1:BpkUzE3H2l6buJYFTKgzVMecJimQgWwYud25qVIx0SQ =
2
- github.com/bazelbuild/bazel-gazelle v0.42 .0 /go.mod h1:SRCc60YGZ27y+BqLzQ+nMh249+FyZz7YtX/V2ng+/z4 =
1
+ github.com/bazelbuild/bazel-gazelle v0.36 .0 h1:n41ODckCkU9D2BEwBxYN+xu5E92Vd0gaW6QmsIW9l00 =
2
+ github.com/bazelbuild/bazel-gazelle v0.36 .0 /go.mod h1:5wGHbkRpDUdz4LxREtPYwXstrWfnkV+oDmOuxNAxW1s =
3
3
github.com/bazelbuild/buildtools v0.0.0-20240918101019-be1c24cc9a44 h1:FGzENZi+SX9I7h9xvMtRA3rel8hCEfyzSixteBgn7MU =
4
4
github.com/bazelbuild/buildtools v0.0.0-20240918101019-be1c24cc9a44 /go.mod h1:PLNUetjLa77TCCziPsz0EI8a6CUxgC+1jgmWv0H25tg =
5
5
github.com/bazelbuild/rules_go v0.55.0 h1:S8X/b/Oygw/Dtv7NuyW7ht0QwdynMEdXQqYigX5A1KY =
You can’t perform that action at this time.
0 commit comments