Skip to content

Commit 83f2f75

Browse files
committed
refactor: upgrade aspect-gazelle to ea45e6281890
1 parent d510cb5 commit 83f2f75

4 files changed

Lines changed: 107 additions & 85 deletions

File tree

bazel/include/go.MODULE.bazel

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,42 +25,42 @@ single_version_override(
2525
bazel_dep(name = "aspect_gazelle", version = "0.0.0")
2626
archive_override(
2727
module_name = "aspect_gazelle",
28-
integrity = "sha256-Ssx6/eSgoiAuLaIfnzzJ1CksVEB60pLGu+TpphsistY=",
29-
strip_prefix = "aspect-gazelle-90514abcd662bbf0049a692fdb7e98aa2eca6fa0",
30-
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/90514abcd662bbf0049a692fdb7e98aa2eca6fa0.tar.gz"],
28+
integrity = "sha256-JvxEcJJb2OpPIId/Uaz6uav+mwoDoQoR4+2YHnVWHS8=",
29+
strip_prefix = "aspect-gazelle-ea45e6281890688edc9e8e43609a22d41dd44a98",
30+
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/ea45e6281890688edc9e8e43609a22d41dd44a98.tar.gz"],
3131
)
3232

3333
bazel_dep(name = "aspect_gazelle_js", version = "0.0.0")
3434
archive_override(
3535
module_name = "aspect_gazelle_js",
36-
integrity = "sha256-Ssx6/eSgoiAuLaIfnzzJ1CksVEB60pLGu+TpphsistY=",
37-
strip_prefix = "aspect-gazelle-90514abcd662bbf0049a692fdb7e98aa2eca6fa0/language/js",
38-
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/90514abcd662bbf0049a692fdb7e98aa2eca6fa0.tar.gz"],
36+
integrity = "sha256-JvxEcJJb2OpPIId/Uaz6uav+mwoDoQoR4+2YHnVWHS8=",
37+
strip_prefix = "aspect-gazelle-ea45e6281890688edc9e8e43609a22d41dd44a98/language/js",
38+
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/ea45e6281890688edc9e8e43609a22d41dd44a98.tar.gz"],
3939
)
4040

4141
bazel_dep(name = "aspect_gazelle_orion", version = "0.0.0")
4242
archive_override(
4343
module_name = "aspect_gazelle_orion",
44-
integrity = "sha256-Ssx6/eSgoiAuLaIfnzzJ1CksVEB60pLGu+TpphsistY=",
45-
strip_prefix = "aspect-gazelle-90514abcd662bbf0049a692fdb7e98aa2eca6fa0/language/orion",
46-
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/90514abcd662bbf0049a692fdb7e98aa2eca6fa0.tar.gz"],
44+
integrity = "sha256-JvxEcJJb2OpPIId/Uaz6uav+mwoDoQoR4+2YHnVWHS8=",
45+
strip_prefix = "aspect-gazelle-ea45e6281890688edc9e8e43609a22d41dd44a98/language/orion",
46+
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/ea45e6281890688edc9e8e43609a22d41dd44a98.tar.gz"],
4747
)
4848

4949
bazel_dep(name = "aspect_gazelle_runner", version = "0.0.0")
5050
archive_override(
5151
module_name = "aspect_gazelle_runner",
52-
integrity = "sha256-Ssx6/eSgoiAuLaIfnzzJ1CksVEB60pLGu+TpphsistY=",
53-
strip_prefix = "aspect-gazelle-90514abcd662bbf0049a692fdb7e98aa2eca6fa0/runner",
54-
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/90514abcd662bbf0049a692fdb7e98aa2eca6fa0.tar.gz"],
52+
integrity = "sha256-JvxEcJJb2OpPIId/Uaz6uav+mwoDoQoR4+2YHnVWHS8=",
53+
strip_prefix = "aspect-gazelle-ea45e6281890688edc9e8e43609a22d41dd44a98/runner",
54+
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/ea45e6281890688edc9e8e43609a22d41dd44a98.tar.gz"],
5555
)
5656

5757
# Not direclty used but must be declared+overriden until aspect_gazelle_runner points to one published to BCR.
5858
bazel_dep(name = "aspect_gazelle_kotlin", version = "0.0.0")
5959
archive_override(
6060
module_name = "aspect_gazelle_kotlin",
61-
integrity = "sha256-Ssx6/eSgoiAuLaIfnzzJ1CksVEB60pLGu+TpphsistY=",
62-
strip_prefix = "aspect-gazelle-90514abcd662bbf0049a692fdb7e98aa2eca6fa0/language/kotlin",
63-
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/90514abcd662bbf0049a692fdb7e98aa2eca6fa0.tar.gz"],
61+
integrity = "sha256-JvxEcJJb2OpPIId/Uaz6uav+mwoDoQoR4+2YHnVWHS8=",
62+
strip_prefix = "aspect-gazelle-ea45e6281890688edc9e8e43609a22d41dd44a98/language/kotlin",
63+
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/ea45e6281890688edc9e8e43609a22d41dd44a98.tar.gz"],
6464
)
6565

6666
# Go modules

go.mod

Lines changed: 27 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ go 1.24.9
44

55
require (
66
github.com/alphadose/haxmap v1.4.1
7-
github.com/aspect-build/aspect-gazelle/common v0.0.0-20260127054946-90514abcd662
8-
github.com/aspect-build/aspect-gazelle/language/orion v0.0.0-20260127054946-90514abcd662
9-
github.com/aspect-build/aspect-gazelle/runner v0.0.0-20260127054946-90514abcd662
7+
github.com/aspect-build/aspect-gazelle/common v0.0.0-20260204221654-ea45e6281890
8+
github.com/aspect-build/aspect-gazelle/language/orion v0.0.0-20260204221654-ea45e6281890
9+
github.com/aspect-build/aspect-gazelle/runner v0.0.0-20260204221654-ea45e6281890
1010
github.com/bazelbuild/bazel-gazelle v0.47.0
1111
github.com/bazelbuild/bazelisk v1.27.0 // NOTE: keep vendored code in sync
12-
github.com/bazelbuild/buildtools v0.0.0-20260119084900-9bdafcfba839
12+
github.com/bazelbuild/buildtools v0.0.0-20260202105709-e24971d9d1a7
1313
github.com/bluekeyes/go-gitdiff v0.8.1
1414
github.com/charmbracelet/huh v0.8.0
1515
github.com/creack/pty v1.1.24
@@ -23,7 +23,7 @@ require (
2323
github.com/manifoldco/promptui v0.9.0
2424
github.com/mattn/go-isatty v0.0.20
2525
github.com/mitchellh/go-homedir v1.1.0
26-
github.com/onsi/gomega v1.39.0
26+
github.com/onsi/gomega v1.39.1
2727
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
2828
github.com/reviewdog/errorformat v0.0.0-20250320004447-223c26dbe212
2929
github.com/reviewdog/reviewdog v0.17.4
@@ -58,15 +58,22 @@ require (
5858
github.com/Microsoft/go-winio v0.6.2 // indirect
5959
github.com/ProtonMail/go-crypto v1.3.0 // indirect
6060
github.com/a8m/envsubst v1.4.3 // indirect
61+
github.com/agext/levenshtein v1.2.3 // indirect
6162
github.com/alecthomas/chroma/v2 v2.20.0 // indirect
6263
github.com/alecthomas/participle/v2 v2.1.4 // indirect
64+
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
65+
github.com/aspect-build/aspect-gazelle/language/js v0.0.0-20251115024249-7cad566bc683 // indirect
66+
github.com/aspect-build/aspect-gazelle/language/kotlin v0.0.0-20251115024249-7cad566bc683 // indirect
6367
github.com/atotto/clipboard v0.1.4 // indirect
6468
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
6569
github.com/aymerick/douceur v0.2.0 // indirect
66-
github.com/bazel-contrib/rules_python/gazelle v0.0.0-20251012075144-43a5acf8cedf // indirect
70+
github.com/bazel-contrib/rules_jvm v0.32.0 // indirect
71+
github.com/bazel-contrib/rules_python/gazelle v0.0.0-20260128021939-0057883aa25f // indirect
6772
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
68-
github.com/bmatcuk/doublestar/v4 v4.9.2 // indirect
73+
github.com/bmatcuk/doublestar/v4 v4.10.0 // indirect
74+
github.com/bufbuild/rules_buf v0.5.2 // indirect
6975
github.com/catppuccin/go v0.3.0 // indirect
76+
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
7077
github.com/cespare/xxhash/v2 v2.3.0 // indirect
7178
github.com/charmbracelet/bubbles v0.21.1-0.20250623103423-23b8fd6302d7 // indirect
7279
github.com/charmbracelet/bubbletea v1.3.10 // indirect
@@ -90,31 +97,35 @@ require (
9097
github.com/dustin/go-humanize v1.0.1 // indirect
9198
github.com/elliotchance/orderedmap v1.8.0 // indirect
9299
github.com/emirpasic/gods v1.18.1 // indirect
100+
github.com/emirpasic/gods/v2 v2.0.0-alpha.0.20250312000129-1d83d5ae39fb // indirect
93101
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
94102
github.com/fsnotify/fsnotify v1.9.0 // indirect
95103
github.com/gertd/go-pluralize v0.2.1 // indirect
96104
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
97-
github.com/go-git/go-billy/v5 v5.6.2 // indirect
105+
github.com/go-git/go-billy/v5 v5.7.0 // indirect
98106
github.com/go-git/go-git/v5 v5.16.4 // indirect
99107
github.com/go-ini/ini v1.67.0 // indirect
100108
github.com/go-logr/logr v1.4.3 // indirect
101109
github.com/go-logr/stdr v1.2.2 // indirect
102110
github.com/go-sprout/sprout v1.0.2 // indirect
103111
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
104112
github.com/goccy/go-json v0.10.5 // indirect
105-
github.com/goccy/go-yaml v1.18.0 // indirect
113+
github.com/goccy/go-yaml v1.19.2 // indirect
106114
github.com/gofrs/flock v0.13.0 // indirect
107115
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
116+
github.com/google/btree v1.1.3 // indirect
108117
github.com/google/go-cmp v0.7.0 // indirect
109118
github.com/google/uuid v1.6.0
110119
github.com/gorilla/css v1.0.1 // indirect
120+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
111121
github.com/hashicorp/go-version v1.7.0 // indirect
122+
github.com/hashicorp/hcl/v2 v2.24.0 // indirect
112123
github.com/hashicorp/yamux v0.1.1 // indirect
113124
github.com/haya14busa/go-checkstyle v0.0.0-20170303121022-5e9d09f51fa1 // indirect
114125
github.com/haya14busa/go-sarif v0.0.0-20240630170108-a3ba8d79599f // indirect
115126
github.com/huandu/xstrings v1.5.0 // indirect
116127
github.com/inconshreveable/mousetrap v1.1.0 // indirect
117-
github.com/itchyny/gojq v0.12.18-0.20251005142832-e46d0344f209 // indirect
128+
github.com/itchyny/gojq v0.12.18 // indirect
118129
github.com/itchyny/timefmt-go v0.1.7 // indirect
119130
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
120131
github.com/jinzhu/copier v0.4.0 // indirect
@@ -126,9 +137,10 @@ require (
126137
github.com/mattn/go-localereader v0.0.1 // indirect
127138
github.com/mattn/go-runewidth v0.0.19 // indirect
128139
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
129-
github.com/mikefarah/yq/v4 v4.49.1 // indirect
140+
github.com/mikefarah/yq/v4 v4.52.2 // indirect
130141
github.com/mitchellh/copystructure v1.2.0 // indirect
131142
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
143+
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
132144
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
133145
github.com/mitchellh/reflectwalk v1.0.2 // indirect
134146
github.com/msolo/jsonr v0.0.0-20231023064044-62fbfc3a0313 // indirect
@@ -157,11 +169,14 @@ require (
157169
github.com/yuin/goldmark v1.7.13 // indirect
158170
github.com/yuin/goldmark-emoji v1.0.6 // indirect
159171
github.com/yuin/gopher-lua v1.1.1 // indirect
172+
github.com/zclconf/go-cty v1.17.0 // indirect
160173
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
174+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 // indirect
161175
go.opentelemetry.io/otel/metric v1.40.0 // indirect
176+
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
162177
go.starlark.net v0.0.0-20260102030733-3fee463870c9 // indirect
163178
go.yaml.in/yaml/v3 v3.0.4 // indirect
164-
go.yaml.in/yaml/v4 v4.0.0-rc.3 // indirect
179+
go.yaml.in/yaml/v4 v4.0.0-rc.4 // indirect
165180
golang.org/x/crypto v0.47.0 // indirect
166181
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
167182
golang.org/x/net v0.49.0 // indirect
@@ -173,15 +188,3 @@ require (
173188
gopkg.in/warnings.v0 v0.1.2 // indirect
174189
gopkg.in/yaml.v2 v2.4.0 // indirect
175190
)
176-
177-
require (
178-
github.com/aspect-build/aspect-gazelle/language/js v0.0.0-20260127054946-90514abcd662 // indirect
179-
github.com/aspect-build/aspect-gazelle/language/kotlin v0.0.0-20260127054946-90514abcd662 // indirect
180-
github.com/bazel-contrib/rules_jvm v0.31.1 // indirect
181-
github.com/bufbuild/rules_buf v0.5.2 // indirect
182-
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
183-
github.com/google/btree v1.1.3 // indirect
184-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
185-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 // indirect
186-
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
187-
)

0 commit comments

Comments
 (0)