Skip to content

Commit 22a482d

Browse files
authored
chore: upgrade aspect-gazelle to 8e32503a9ac1 (#265)
### Changes are visible to end-users: no ### Test plan - Covered by existing test cases
1 parent 2eb5363 commit 22a482d

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

bazel/include/go.MODULE.bazel

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,46 +27,46 @@ archive_override(
2727
bazel_dep(name = "aspect_gazelle", version = "0.0.0")
2828
archive_override(
2929
module_name = "aspect_gazelle",
30-
integrity = "sha256-4t2jOJ0VnxdGMlbUe98HJnaSr3Zk7iQq/c/pJiTCsi8=",
31-
strip_prefix = "aspect-gazelle-4a3c2d2f2d0333258c4adc9aa1d45e920a60697c",
32-
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/4a3c2d2f2d0333258c4adc9aa1d45e920a60697c.tar.gz"],
30+
integrity = "sha256-+BPYRzEbYQkV6+PpOBhOgvQAgV+vv8nKRq8LK5P+PuU=",
31+
strip_prefix = "aspect-gazelle-8e32503a9ac1d2d690553e36b7215a0e8061642a",
32+
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/8e32503a9ac1d2d690553e36b7215a0e8061642a.tar.gz"],
3333
)
3434

3535
bazel_dep(name = "aspect_gazelle_js", version = "0.0.0")
3636
archive_override(
3737
module_name = "aspect_gazelle_js",
38-
integrity = "sha256-4t2jOJ0VnxdGMlbUe98HJnaSr3Zk7iQq/c/pJiTCsi8=",
39-
strip_prefix = "aspect-gazelle-4a3c2d2f2d0333258c4adc9aa1d45e920a60697c/language/js",
40-
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/4a3c2d2f2d0333258c4adc9aa1d45e920a60697c.tar.gz"],
38+
integrity = "sha256-+BPYRzEbYQkV6+PpOBhOgvQAgV+vv8nKRq8LK5P+PuU=",
39+
strip_prefix = "aspect-gazelle-8e32503a9ac1d2d690553e36b7215a0e8061642a/language/js",
40+
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/8e32503a9ac1d2d690553e36b7215a0e8061642a.tar.gz"],
4141
)
4242

4343
bazel_dep(name = "aspect_gazelle_orion", version = "0.0.0")
4444
archive_override(
4545
module_name = "aspect_gazelle_orion",
46-
integrity = "sha256-4t2jOJ0VnxdGMlbUe98HJnaSr3Zk7iQq/c/pJiTCsi8=",
47-
strip_prefix = "aspect-gazelle-4a3c2d2f2d0333258c4adc9aa1d45e920a60697c/language/orion",
48-
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/4a3c2d2f2d0333258c4adc9aa1d45e920a60697c.tar.gz"],
46+
integrity = "sha256-+BPYRzEbYQkV6+PpOBhOgvQAgV+vv8nKRq8LK5P+PuU=",
47+
strip_prefix = "aspect-gazelle-8e32503a9ac1d2d690553e36b7215a0e8061642a/language/orion",
48+
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/8e32503a9ac1d2d690553e36b7215a0e8061642a.tar.gz"],
4949
)
5050

5151
bazel_dep(name = "aspect_gazelle_runner", version = "0.0.0")
5252
archive_override(
5353
module_name = "aspect_gazelle_runner",
54-
integrity = "sha256-4t2jOJ0VnxdGMlbUe98HJnaSr3Zk7iQq/c/pJiTCsi8=",
54+
integrity = "sha256-+BPYRzEbYQkV6+PpOBhOgvQAgV+vv8nKRq8LK5P+PuU=",
5555
patch_strip = 2,
5656
patches = [
5757
"//patches:aspect-gazelle-runner.patch",
5858
],
59-
strip_prefix = "aspect-gazelle-4a3c2d2f2d0333258c4adc9aa1d45e920a60697c/runner",
60-
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/4a3c2d2f2d0333258c4adc9aa1d45e920a60697c.tar.gz"],
59+
strip_prefix = "aspect-gazelle-8e32503a9ac1d2d690553e36b7215a0e8061642a/runner",
60+
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/8e32503a9ac1d2d690553e36b7215a0e8061642a.tar.gz"],
6161
)
6262

6363
# Not direclty used but must be declared+overriden until aspect_gazelle_runner points to one published to BCR.
6464
bazel_dep(name = "aspect_gazelle_kotlin", version = "0.0.0")
6565
archive_override(
6666
module_name = "aspect_gazelle_kotlin",
67-
integrity = "sha256-4t2jOJ0VnxdGMlbUe98HJnaSr3Zk7iQq/c/pJiTCsi8=",
68-
strip_prefix = "aspect-gazelle-4a3c2d2f2d0333258c4adc9aa1d45e920a60697c/language/kotlin",
69-
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/4a3c2d2f2d0333258c4adc9aa1d45e920a60697c.tar.gz"],
67+
integrity = "sha256-+BPYRzEbYQkV6+PpOBhOgvQAgV+vv8nKRq8LK5P+PuU=",
68+
strip_prefix = "aspect-gazelle-8e32503a9ac1d2d690553e36b7215a0e8061642a/language/kotlin",
69+
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/8e32503a9ac1d2d690553e36b7215a0e8061642a.tar.gz"],
7070
)
7171

7272
# Go modules

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ go 1.24.5
55
require (
66
github.com/Masterminds/semver/v3 v3.4.0 // indirect
77
github.com/alphadose/haxmap v1.4.1
8-
github.com/aspect-build/aspect-gazelle/common v0.0.0-20251029222723-4a3c2d2f2d03
9-
github.com/aspect-build/aspect-gazelle/language/orion v0.0.0-20251029222723-4a3c2d2f2d03
10-
github.com/aspect-build/aspect-gazelle/runner v0.0.0-20251029222723-4a3c2d2f2d03
8+
github.com/aspect-build/aspect-gazelle/common v0.0.0-20251030042747-8e32503a9ac1
9+
github.com/aspect-build/aspect-gazelle/language/orion v0.0.0-20251030042747-8e32503a9ac1
10+
github.com/aspect-build/aspect-gazelle/runner v0.0.0-20251030042747-8e32503a9ac1
1111
github.com/bazelbuild/bazel-gazelle v0.46.0-rc2
1212
github.com/bazelbuild/bazelisk v1.26.0 // NOTE: keep vendored code in sync
1313
github.com/bazelbuild/buildtools v0.0.0-20250930140053-2eb4fccefb52

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFI
2727
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuWl6zY27l47sB3qLNK6tF2fkHG55UZxx8oIVo4=
2828
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
2929
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
30-
github.com/aspect-build/aspect-gazelle/common v0.0.0-20251029222723-4a3c2d2f2d03 h1:6W6sDdQJF7zyy9SNjDALdwHKJ89GjZLdvYOddhUMixw=
31-
github.com/aspect-build/aspect-gazelle/common v0.0.0-20251029222723-4a3c2d2f2d03/go.mod h1:G6awMFN6QlDY5yV9tUjTqGSlAKzd1SC/bBtPiiG/y48=
32-
github.com/aspect-build/aspect-gazelle/language/orion v0.0.0-20251029222723-4a3c2d2f2d03 h1:RD9fc6lnejarPTgT9IagEQXEFkjYQWz5s5IbDlCJMvI=
33-
github.com/aspect-build/aspect-gazelle/language/orion v0.0.0-20251029222723-4a3c2d2f2d03/go.mod h1:Jrp2AN2kf4sVyChii70kClZwzMWy9/n28wAENBlrT9M=
34-
github.com/aspect-build/aspect-gazelle/runner v0.0.0-20251029222723-4a3c2d2f2d03 h1:xFe/4SoFlBMXDQJsjzfh57+FaAoqWqv2scmgHCYR1b4=
35-
github.com/aspect-build/aspect-gazelle/runner v0.0.0-20251029222723-4a3c2d2f2d03/go.mod h1:1tAv6P6NfvRO+no+cqgXaOAXGAqi/JLASdRMmqV4a8Y=
30+
github.com/aspect-build/aspect-gazelle/common v0.0.0-20251030042747-8e32503a9ac1 h1:ANjeT18fbpIrvDumfjikRi2tqCFzoHERW5M1p1TzJPI=
31+
github.com/aspect-build/aspect-gazelle/common v0.0.0-20251030042747-8e32503a9ac1/go.mod h1:G6awMFN6QlDY5yV9tUjTqGSlAKzd1SC/bBtPiiG/y48=
32+
github.com/aspect-build/aspect-gazelle/language/orion v0.0.0-20251030042747-8e32503a9ac1 h1:nXzn575mQk9BClLPLiB/8zVK03iQYVah0+w4tKUoMsI=
33+
github.com/aspect-build/aspect-gazelle/language/orion v0.0.0-20251030042747-8e32503a9ac1/go.mod h1:bVP8ioylRRmoxW1q1XexRb1RZcFY14+53ebToqDzIzw=
34+
github.com/aspect-build/aspect-gazelle/runner v0.0.0-20251030042747-8e32503a9ac1 h1:vceqfFQBj+sSenkwz0yQyH1zTqmkLT8ieM6Vxo7pasQ=
35+
github.com/aspect-build/aspect-gazelle/runner v0.0.0-20251030042747-8e32503a9ac1/go.mod h1:1tAv6P6NfvRO+no+cqgXaOAXGAqi/JLASdRMmqV4a8Y=
3636
github.com/atotto/clipboard v0.1.4 h1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4=
3737
github.com/atotto/clipboard v0.1.4/go.mod h1:ZY9tmq7sm5xIbd9bOK4onWV4S6X0u6GY7Vn0Yu86PYI=
3838
github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=

0 commit comments

Comments
 (0)