Skip to content

Commit 5df2a61

Browse files
committed
chore: upgrade aspect-gazelle to d4f938fee7fe
1 parent 399a076 commit 5df2a61

File tree

3 files changed

+51
-47
lines changed

3 files changed

+51
-47
lines changed

bazel/include/go.MODULE.bazel

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,42 +24,42 @@ single_version_override(
2424
bazel_dep(name = "aspect_gazelle", version = "0.0.0")
2525
archive_override(
2626
module_name = "aspect_gazelle",
27-
integrity = "sha256-BCkMFTkBVJco6k8PWEosALdWyw6PuYgfm/zJfTNHPGw=",
28-
strip_prefix = "aspect-gazelle-7cad566bc683a62922f610f5dccb3b97f14ccbd3",
29-
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/7cad566bc683a62922f610f5dccb3b97f14ccbd3.tar.gz"],
27+
integrity = "sha256-oF39QgqV6y8/ka0+jU652d0bXhmwZ/H3OpKAQLLe4J4=",
28+
strip_prefix = "aspect-gazelle-d4f938fee7fe8fa749cb3c5c56e2eea72d849f4c",
29+
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/d4f938fee7fe8fa749cb3c5c56e2eea72d849f4c.tar.gz"],
3030
)
3131

3232
bazel_dep(name = "aspect_gazelle_js", version = "0.0.0")
3333
archive_override(
3434
module_name = "aspect_gazelle_js",
35-
integrity = "sha256-BCkMFTkBVJco6k8PWEosALdWyw6PuYgfm/zJfTNHPGw=",
36-
strip_prefix = "aspect-gazelle-7cad566bc683a62922f610f5dccb3b97f14ccbd3/language/js",
37-
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/7cad566bc683a62922f610f5dccb3b97f14ccbd3.tar.gz"],
35+
integrity = "sha256-oF39QgqV6y8/ka0+jU652d0bXhmwZ/H3OpKAQLLe4J4=",
36+
strip_prefix = "aspect-gazelle-d4f938fee7fe8fa749cb3c5c56e2eea72d849f4c/language/js",
37+
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/d4f938fee7fe8fa749cb3c5c56e2eea72d849f4c.tar.gz"],
3838
)
3939

4040
bazel_dep(name = "aspect_gazelle_orion", version = "0.0.0")
4141
archive_override(
4242
module_name = "aspect_gazelle_orion",
43-
integrity = "sha256-BCkMFTkBVJco6k8PWEosALdWyw6PuYgfm/zJfTNHPGw=",
44-
strip_prefix = "aspect-gazelle-7cad566bc683a62922f610f5dccb3b97f14ccbd3/language/orion",
45-
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/7cad566bc683a62922f610f5dccb3b97f14ccbd3.tar.gz"],
43+
integrity = "sha256-oF39QgqV6y8/ka0+jU652d0bXhmwZ/H3OpKAQLLe4J4=",
44+
strip_prefix = "aspect-gazelle-d4f938fee7fe8fa749cb3c5c56e2eea72d849f4c/language/orion",
45+
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/d4f938fee7fe8fa749cb3c5c56e2eea72d849f4c.tar.gz"],
4646
)
4747

4848
bazel_dep(name = "aspect_gazelle_runner", version = "0.0.0")
4949
archive_override(
5050
module_name = "aspect_gazelle_runner",
51-
integrity = "sha256-BCkMFTkBVJco6k8PWEosALdWyw6PuYgfm/zJfTNHPGw=",
52-
strip_prefix = "aspect-gazelle-7cad566bc683a62922f610f5dccb3b97f14ccbd3/runner",
53-
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/7cad566bc683a62922f610f5dccb3b97f14ccbd3.tar.gz"],
51+
integrity = "sha256-oF39QgqV6y8/ka0+jU652d0bXhmwZ/H3OpKAQLLe4J4=",
52+
strip_prefix = "aspect-gazelle-d4f938fee7fe8fa749cb3c5c56e2eea72d849f4c/runner",
53+
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/d4f938fee7fe8fa749cb3c5c56e2eea72d849f4c.tar.gz"],
5454
)
5555

5656
# Not direclty used but must be declared+overriden until aspect_gazelle_runner points to one published to BCR.
5757
bazel_dep(name = "aspect_gazelle_kotlin", version = "0.0.0")
5858
archive_override(
5959
module_name = "aspect_gazelle_kotlin",
60-
integrity = "sha256-BCkMFTkBVJco6k8PWEosALdWyw6PuYgfm/zJfTNHPGw=",
61-
strip_prefix = "aspect-gazelle-7cad566bc683a62922f610f5dccb3b97f14ccbd3/language/kotlin",
62-
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/7cad566bc683a62922f610f5dccb3b97f14ccbd3.tar.gz"],
60+
integrity = "sha256-oF39QgqV6y8/ka0+jU652d0bXhmwZ/H3OpKAQLLe4J4=",
61+
strip_prefix = "aspect-gazelle-d4f938fee7fe8fa749cb3c5c56e2eea72d849f4c/language/kotlin",
62+
urls = ["https://github.com/aspect-build/aspect-gazelle/archive/d4f938fee7fe8fa749cb3c5c56e2eea72d849f4c.tar.gz"],
6363
)
6464

6565
# Go modules

go.mod

Lines changed: 12 additions & 10 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-20251115024249-7cad566bc683
8-
github.com/aspect-build/aspect-gazelle/language/orion v0.0.0-20251115024249-7cad566bc683
9-
github.com/aspect-build/aspect-gazelle/runner v0.0.0-20251115024249-7cad566bc683
7+
github.com/aspect-build/aspect-gazelle/common v0.0.0-20251124213210-d4f938fee7fe
8+
github.com/aspect-build/aspect-gazelle/language/orion v0.0.0-20251124213210-d4f938fee7fe
9+
github.com/aspect-build/aspect-gazelle/runner v0.0.0-20251124213210-d4f938fee7fe
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-20250930140053-2eb4fccefb52
12+
github.com/bazelbuild/buildtools v0.0.0-20251112105957-8e68360eeafa
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
@@ -59,12 +59,12 @@ require (
5959
github.com/a8m/envsubst v1.4.3 // indirect
6060
github.com/alecthomas/chroma/v2 v2.20.0 // indirect
6161
github.com/alecthomas/participle/v2 v2.1.4 // indirect
62-
github.com/aspect-build/aspect-gazelle/language/js v0.0.0-20251115024249-7cad566bc683 // indirect
63-
github.com/aspect-build/aspect-gazelle/language/kotlin v0.0.0-20251115024249-7cad566bc683 // indirect
62+
github.com/aspect-build/aspect-gazelle/language/js v0.0.0-20251124213210-d4f938fee7fe // indirect
63+
github.com/aspect-build/aspect-gazelle/language/kotlin v0.0.0-20251124213210-d4f938fee7fe // indirect
6464
github.com/atotto/clipboard v0.1.4 // indirect
6565
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
6666
github.com/aymerick/douceur v0.2.0 // indirect
67-
github.com/bazel-contrib/rules_jvm v0.30.0 // indirect
67+
github.com/bazel-contrib/rules_jvm v0.31.1 // indirect
6868
github.com/bazel-contrib/rules_python/gazelle v0.0.0-20251012075144-43a5acf8cedf // indirect
6969
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
7070
github.com/bmatcuk/doublestar/v4 v4.9.1 // indirect
@@ -96,7 +96,7 @@ require (
9696
github.com/gertd/go-pluralize v0.2.1 // indirect
9797
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
9898
github.com/go-git/go-billy/v5 v5.6.2 // indirect
99-
github.com/go-git/go-git/v5 v5.16.3 // indirect
99+
github.com/go-git/go-git/v5 v5.16.4 // indirect
100100
github.com/go-ini/ini v1.67.0 // indirect
101101
github.com/go-logr/logr v1.4.3 // indirect
102102
github.com/go-logr/stdr v1.2.2 // indirect
@@ -128,7 +128,7 @@ require (
128128
github.com/mattn/go-localereader v0.0.1 // indirect
129129
github.com/mattn/go-runewidth v0.0.19 // indirect
130130
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
131-
github.com/mikefarah/yq/v4 v4.48.1 // indirect
131+
github.com/mikefarah/yq/v4 v4.49.1 // indirect
132132
github.com/mitchellh/copystructure v1.2.0 // indirect
133133
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
134134
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
@@ -161,7 +161,7 @@ require (
161161
github.com/yuin/gopher-lua v1.1.1 // indirect
162162
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
163163
go.opentelemetry.io/otel/metric v1.38.0 // indirect
164-
go.starlark.net v0.0.0-20251029211736-7849196f18cf // indirect
164+
go.starlark.net v0.0.0-20251109183026-be02852a5e1f // indirect
165165
go.yaml.in/yaml/v3 v3.0.4 // indirect
166166
golang.org/x/crypto v0.44.0 // indirect
167167
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
@@ -174,3 +174,5 @@ require (
174174
gopkg.in/warnings.v0 v0.1.2 // indirect
175175
gopkg.in/yaml.v2 v2.4.0 // indirect
176176
)
177+
178+
require go.yaml.in/yaml/v4 v4.0.0-rc.3 // indirect

go.sum

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ 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-20251115024249-7cad566bc683 h1:Qc8ICrUWXWBHpUi5hRU5ga58PfE9pLHl0dOuz53dJ3w=
31-
github.com/aspect-build/aspect-gazelle/common v0.0.0-20251115024249-7cad566bc683/go.mod h1:g80KiCqaUQfKsyE56UJ8+DKpKKZXz9Avx0zmYqxc2FI=
32-
github.com/aspect-build/aspect-gazelle/language/js v0.0.0-20251115024249-7cad566bc683 h1:LmnCJDqRq5LwWbm6cU/PbwB3TvC7qJEj4arDueosgRE=
33-
github.com/aspect-build/aspect-gazelle/language/js v0.0.0-20251115024249-7cad566bc683/go.mod h1:vn0t8AXPykgUUCCQoeErzjygYam5AnE466HLKRy7Znc=
34-
github.com/aspect-build/aspect-gazelle/language/kotlin v0.0.0-20251115024249-7cad566bc683 h1:MX2yNnFJabhLoQ2TGhU6cXLXZq7ccazm6TM++n1RlOM=
35-
github.com/aspect-build/aspect-gazelle/language/kotlin v0.0.0-20251115024249-7cad566bc683/go.mod h1:41o3CS1xZ/1inBzpjsahbrdFDJENHzLrs8wcAvdqUe4=
36-
github.com/aspect-build/aspect-gazelle/language/orion v0.0.0-20251115024249-7cad566bc683 h1:n1Q9x1mvDUkQtS/Bm9dI0qh/eJFaTsgg4dMZnFU0mX0=
37-
github.com/aspect-build/aspect-gazelle/language/orion v0.0.0-20251115024249-7cad566bc683/go.mod h1:10iPT0kPoHmjgdjfSivwwBmNvj3hSOZzeXptzwQOD1k=
38-
github.com/aspect-build/aspect-gazelle/runner v0.0.0-20251115024249-7cad566bc683 h1:m7aMKwoMlCQAm7fCy+7tIGqHpsHZNkwzKkhuRsAC/Rc=
39-
github.com/aspect-build/aspect-gazelle/runner v0.0.0-20251115024249-7cad566bc683/go.mod h1:pdbl9l541ub6iVmj6GTrY5jBkXO1sb2nU06gUd0n8Z4=
30+
github.com/aspect-build/aspect-gazelle/common v0.0.0-20251124213210-d4f938fee7fe h1:PcwzZ3D3tnLDzagVf+5TiujWOgBSMHQeFWnF0ddVcC0=
31+
github.com/aspect-build/aspect-gazelle/common v0.0.0-20251124213210-d4f938fee7fe/go.mod h1:cjn7MMGrFYxWLmLGBTni0U3CFmLAT9/JNJ7jb5VsU64=
32+
github.com/aspect-build/aspect-gazelle/language/js v0.0.0-20251124213210-d4f938fee7fe h1:QIF2bKyeh/mcm0P+E684iIKeUM12dWKCooyhG8DW03E=
33+
github.com/aspect-build/aspect-gazelle/language/js v0.0.0-20251124213210-d4f938fee7fe/go.mod h1:HbD/wf7NTJ5abptrTB8ezXr1sChhCxbjuiOmINRqxEw=
34+
github.com/aspect-build/aspect-gazelle/language/kotlin v0.0.0-20251124213210-d4f938fee7fe h1:HbEfJfMi5dfVakkgebrj1ghCjJQ8JVMO5E8/D4nOa3Q=
35+
github.com/aspect-build/aspect-gazelle/language/kotlin v0.0.0-20251124213210-d4f938fee7fe/go.mod h1:CikD3ipH1whpptURl0YWHM3EK7LQDWHP4DZxkzUR2RQ=
36+
github.com/aspect-build/aspect-gazelle/language/orion v0.0.0-20251124213210-d4f938fee7fe h1:SWR5vwHjtnNQkak1xGzUdfHGwEcbhnGnAdz9R/a/X3s=
37+
github.com/aspect-build/aspect-gazelle/language/orion v0.0.0-20251124213210-d4f938fee7fe/go.mod h1:yHaVU1cFJwAXsAb305dPj5+cb10uhWGgM1loj9IdgHE=
38+
github.com/aspect-build/aspect-gazelle/runner v0.0.0-20251124213210-d4f938fee7fe h1:PdGLevyDVltzrwSDy4QVl28iFAMy/CHYpGwVazRvlbU=
39+
github.com/aspect-build/aspect-gazelle/runner v0.0.0-20251124213210-d4f938fee7fe/go.mod h1:FukGILxe2+rWcm+nZLa9kzOPfKsl6571jPB3FviSTgo=
4040
github.com/atotto/clipboard v0.1.4 h1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4=
4141
github.com/atotto/clipboard v0.1.4/go.mod h1:ZY9tmq7sm5xIbd9bOK4onWV4S6X0u6GY7Vn0Yu86PYI=
4242
github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=
@@ -45,18 +45,18 @@ github.com/aymanbagabas/go-udiff v0.3.1 h1:LV+qyBQ2pqe0u42ZsUEtPiCaUoqgA9gYRDs3v
4545
github.com/aymanbagabas/go-udiff v0.3.1/go.mod h1:G0fsKmG+P6ylD0r6N/KgQD/nWzgfnl8ZBcNLgcbrw8E=
4646
github.com/aymerick/douceur v0.2.0 h1:Mv+mAeH1Q+n9Fr+oyamOlAkUNPWPlA8PPGR0QAaYuPk=
4747
github.com/aymerick/douceur v0.2.0/go.mod h1:wlT5vV2O3h55X9m7iVYN0TBM0NH/MmbLnd30/FjWUq4=
48-
github.com/bazel-contrib/rules_jvm v0.30.0 h1:GSKDLgH7hi5dpOwmdhE3SJEQzVtsv31i2IvSUWIkP5Q=
49-
github.com/bazel-contrib/rules_jvm v0.30.0/go.mod h1:HxRDtmRlh/ErR+2QlVwYs4BcIrB248HeheKi5uyKeN4=
48+
github.com/bazel-contrib/rules_jvm v0.31.1 h1:zPab68gOMiiQHw7GI+cvnEvqPiJpxAcT/1mdl6daYoM=
49+
github.com/bazel-contrib/rules_jvm v0.31.1/go.mod h1:HxRDtmRlh/ErR+2QlVwYs4BcIrB248HeheKi5uyKeN4=
5050
github.com/bazel-contrib/rules_python/gazelle v0.0.0-20251012075144-43a5acf8cedf h1:HGT/ELJizYCYtTtyL4m9HAD0wYzuLBzDP3YYfk5N8Ow=
5151
github.com/bazel-contrib/rules_python/gazelle v0.0.0-20251012075144-43a5acf8cedf/go.mod h1:84dcq5fZ/hiQGnpjzH57+Xm7T6uwpPty1KPB7qzHDO0=
5252
github.com/bazelbuild/bazel-gazelle v0.47.0 h1:g3Rr1ZbkC1Pk20aOgBITxSD/efS1WbaSty5jC786Z3Q=
5353
github.com/bazelbuild/bazel-gazelle v0.47.0/go.mod h1:8Ozf20jhv+in87nCUHdmUPPcVGTfKg/gotZ/hce3T+w=
5454
github.com/bazelbuild/bazelisk v1.27.0 h1:X9m5b68QeLJm4JQLrJaFKDMCl91MFEG9zDtm+S+syLM=
5555
github.com/bazelbuild/bazelisk v1.27.0/go.mod h1:4QvGQZjg1BT9GTBh5eBTVBzTyigu3ZWA5FArOoOTq4g=
56-
github.com/bazelbuild/buildtools v0.0.0-20250930140053-2eb4fccefb52 h1:njQAmjTv/YHRm/0Lfv9DXHFZ4MdT2IA/RKHTnqZkgDw=
57-
github.com/bazelbuild/buildtools v0.0.0-20250930140053-2eb4fccefb52/go.mod h1:PLNUetjLa77TCCziPsz0EI8a6CUxgC+1jgmWv0H25tg=
58-
github.com/bazelbuild/rules_go v0.56.1 h1:YOyW1J8kdvJl1AzlWrR+qikC6EPiFVbT4l1gjTBfXT0=
59-
github.com/bazelbuild/rules_go v0.56.1/go.mod h1:T90Gpyq4HDFlsrvtQa2CBdHNJ2P4rAu/uUTmQbanzf0=
56+
github.com/bazelbuild/buildtools v0.0.0-20251112105957-8e68360eeafa h1:IaOUNCNilQPM8o/igIpxzN34lfjPVYsZMiVFmMyKp/0=
57+
github.com/bazelbuild/buildtools v0.0.0-20251112105957-8e68360eeafa/go.mod h1:PLNUetjLa77TCCziPsz0EI8a6CUxgC+1jgmWv0H25tg=
58+
github.com/bazelbuild/rules_go v0.59.0 h1:RLhOwYIqeMgBpKelHEWTfIPjA37so3oa/rX+/qqq/P4=
59+
github.com/bazelbuild/rules_go v0.59.0/go.mod h1:Pn30cb4M513fe2rQ6GiJ3q8QyrRsgC7zhuDvi50Lw4Y=
6060
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d h1:xDfNPAt8lFiC1UJrqV3uuy861HCTo708pDMbjHHdCas=
6161
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d/go.mod h1:6QX/PXZ00z/TKoufEY6K/a0k6AhaJrQKdFe6OfVXsa4=
6262
github.com/bluekeyes/go-gitdiff v0.8.1 h1:lL1GofKMywO17c0lgQmJYcKek5+s8X6tXVNOLxy4smI=
@@ -163,8 +163,8 @@ github.com/go-git/go-billy/v5 v5.6.2 h1:6Q86EsPXMa7c3YZ3aLAQsMA0VlWmy43r6FHqa/UN
163163
github.com/go-git/go-billy/v5 v5.6.2/go.mod h1:rcFC2rAsp/erv7CMz9GczHcuD0D32fWzH+MJAU+jaUU=
164164
github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMje31YglSBqCdIqdhKBW8lokaMrL3uTkpGYlE2OOT4=
165165
github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399/go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII=
166-
github.com/go-git/go-git/v5 v5.16.3 h1:Z8BtvxZ09bYm/yYNgPKCzgWtaRqDTgIKRgIRHBfU6Z8=
167-
github.com/go-git/go-git/v5 v5.16.3/go.mod h1:4Ge4alE/5gPs30F2H1esi2gPd69R0C39lolkucHBOp8=
166+
github.com/go-git/go-git/v5 v5.16.4 h1:7ajIEZHZJULcyJebDLo99bGgS0jRrOxzZG4uCk2Yb2Y=
167+
github.com/go-git/go-git/v5 v5.16.4/go.mod h1:4Ge4alE/5gPs30F2H1esi2gPd69R0C39lolkucHBOp8=
168168
github.com/go-ini/ini v1.67.0 h1:z6ZrTEZqSWOTyH2FlglNbNgARyHG8oLW9gMELqKr06A=
169169
github.com/go-ini/ini v1.67.0/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8=
170170
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
@@ -273,8 +273,8 @@ github.com/mattn/go-runewidth v0.0.19 h1:v++JhqYnZuu5jSKrk9RbgF5v4CGUjqRfBm05byF
273273
github.com/mattn/go-runewidth v0.0.19/go.mod h1:XBkDxAl56ILZc9knddidhrOlY5R/pDhgLpndooCuJAs=
274274
github.com/microcosm-cc/bluemonday v1.0.27 h1:MpEUotklkwCSLeH+Qdx1VJgNqLlpY2KXwXFM08ygZfk=
275275
github.com/microcosm-cc/bluemonday v1.0.27/go.mod h1:jFi9vgW+H7c3V0lb6nR74Ib/DIB5OBs92Dimizgw2cA=
276-
github.com/mikefarah/yq/v4 v4.48.1 h1:xfw9oDxur6z+friOtMAuzSvQ9LPLb0LRDsl1e36DGCo=
277-
github.com/mikefarah/yq/v4 v4.48.1/go.mod h1:NbCTmYAY+KjwCZemVDqLxSAeZKjXFK04lgIiSx13tD0=
276+
github.com/mikefarah/yq/v4 v4.49.1 h1:eHiNue/Sp7Kk2IZZDhjLWWDjjN4TsShndF0z+OxI6QM=
277+
github.com/mikefarah/yq/v4 v4.49.1/go.mod h1:iHgYxHyqA6VqQfre+TocMnqnk7e2+pNzAHusH8y95Wk=
278278
github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=
279279
github.com/mitchellh/copystructure v1.2.0/go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s=
280280
github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=
@@ -399,14 +399,16 @@ go.opentelemetry.io/otel/sdk/metric v1.38.0 h1:aSH66iL0aZqo//xXzQLYozmWrXxyFkBJ6
399399
go.opentelemetry.io/otel/sdk/metric v1.38.0/go.mod h1:dg9PBnW9XdQ1Hd6ZnRz689CbtrUp0wMMs9iPcgT9EZA=
400400
go.opentelemetry.io/otel/trace v1.38.0 h1:Fxk5bKrDZJUH+AMyyIXGcFAPah0oRcT+LuNtJrmcNLE=
401401
go.opentelemetry.io/otel/trace v1.38.0/go.mod h1:j1P9ivuFsTceSWe1oY+EeW3sc+Pp42sO++GHkg4wwhs=
402-
go.starlark.net v0.0.0-20251029211736-7849196f18cf h1:iyRnW9PWEZDYnIKzNjW3K9Xa+/o19k/cLLwIkKGDEYg=
403-
go.starlark.net v0.0.0-20251029211736-7849196f18cf/go.mod h1:YKMCv9b1WrfWmeqdV5MAuEHWsu5iC+fe6kYl2sQjdI8=
402+
go.starlark.net v0.0.0-20251109183026-be02852a5e1f h1:3KpJSfM1L+ziCR1a3I/Hgen2nwO94GjC7NAyiPArTkA=
403+
go.starlark.net v0.0.0-20251109183026-be02852a5e1f/go.mod h1:YKMCv9b1WrfWmeqdV5MAuEHWsu5iC+fe6kYl2sQjdI8=
404404
go.uber.org/automaxprocs v1.6.0 h1:O3y2/QNTOdbF+e/dpXNNW7Rx2hZ4sTIPyybbxyNqTUs=
405405
go.uber.org/automaxprocs v1.6.0/go.mod h1:ifeIMSnPZuznNm6jmdzmU3/bfk01Fe2fotchwEFJ8r8=
406406
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
407407
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
408408
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
409409
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
410+
go.yaml.in/yaml/v4 v4.0.0-rc.3 h1:3h1fjsh1CTAPjW7q/EMe+C8shx5d8ctzZTrLcs/j8Go=
411+
go.yaml.in/yaml/v4 v4.0.0-rc.3/go.mod h1:aZqd9kCMsGL7AuUv/m/PvWLdg5sjJsZ4oHDEnfPPfY0=
410412
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
411413
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
412414
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=

0 commit comments

Comments
 (0)