Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite6dc6fb

Browse files
chore: bump github.com/open-policy-agent/opa from 1.1.0 to 1.3.0 (#17170)
Bumps[github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa)from 1.1.0 to 1.3.0.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/open-policy-agent/opa/releases">github.com/open-policy-agent/opa'sreleases</a>.</em></p><blockquote><h2>v1.3.0</h2><p>This release contains a mix of features, bugfixes, and dependencyupdates.</p><h3>New Buffer Option for Decision Logs (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/5724">#5724</a>)</h3><p>A new, optional, buffering mechanism has been added to decisionlogging.The default buffer is designed around making precise memory footprintguarantees, which can produce lock contention at high loads, negativelyimpacting query performance.The new event-based buffer is designed to reduce lock contention andimprove performance at high loads, but sacrifices the memory footprintguarantees of the default buffer.</p><p>The new event-based buffer is enabled by setting the<code>decision_logs.reporting.buffer_type</code> <ahref="https://www.openpolicyagent.org/docs/latest/configuration/#decision-logs">configurationoption</a> to <code>event</code>.</p><p>For more details, see the decision log plugin <ahref="https://github.com/open-policy-agent/opa/blob/main/v1/plugins/logs/README.md">README</a>.</p><p>Reported by <ahref="https://github.com/mjungsbluth"><code>@​mjungsbluth</code></a>,authored by <ahref="https://github.com/sspaink"><code>@​sspaink</code></a></p><h3>OpenTelemetry: HTTP Support and Expanded Batch Span Configuration(<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7412">#7412</a>)</h3><p>Distributed tracing through OpenTelemetry has been extended tosupport HTTP collectors (enabled by setting the<code>distributed_tracing.type</code> configuration option to<code>http</code>).Additionally, configuration has been expanded with fine-grained batchspan processor <ahref="https://www.openpolicyagent.org/docs/latest/configuration/#distributed-tracing">options</a>.</p><p>Authored and reported by <ahref="https://github.com/sqyang94"><code>@​sqyang94</code></a></p><h3>Runtime, Tooling, SDK</h3><ul><li>compile: Require multi-term entrypoint paths for optimized bundlebuilding (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7321">#7321</a>)authored by <ahref="https://github.com/johanfylling"><code>@​johanfylling</code></a>reported by <ahref="https://github.com/nikpivkin"><code>@​nikpivkin</code></a></li><li>fmt: Allow one liner rule grouping (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/6760">#6760</a>)authored by <ahref="https://github.com/anderseknert"><code>@​anderseknert</code></a></li><li>fmt: Fix v0-compatible fmt with stdin (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7409">#7409</a>)authored and reported by <ahref="https://github.com/charlieegan3"><code>@​charlieegan3</code></a></li><li>ir: Fix nil pointer deref in Unmarshal() when handling IsSetStmt (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7415">#7415</a>)authored and reported by <ahref="https://github.com/KrisKennawayDD"><code>@​KrisKennawayDD</code></a></li><li>planner: Fix Wasm vs non-Wasm evaluation difference bug related tothe overeager optimization of ref head rules (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7439">#7439</a>)authored by <ahref="https://github.com/srenatus"><code>@​srenatus</code></a></li><li>sdk: Removing repeat args from sub-func call (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7443">#7443</a>)authored by <ahref="https://github.com/alingse"><code>@​alingse</code></a></li><li>tester: Including parameterized test cases in test report counter(<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7407">#7407</a>)authored by <ahref="https://github.com/johanfylling"><code>@​johanfylling</code></a></li><li>tester: Only including failed sub-test cases in report summary whennon-verbose (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7426">#7426</a>)authored by <ahref="https://github.com/johanfylling"><code>@​johanfylling</code></a></li></ul><h3>Docs, Website, Ecosystem</h3><ul><li>docs: Add some notes about AI assisted patches (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7436">#7436</a>)authored by <ahref="https://github.com/charlieegan3"><code>@​charlieegan3</code></a></li><li>docs: Add query_parameters_to_set (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7405">#7405</a>)authored by <ahref="https://github.com/sedovmik"><code>@​sedovmik</code></a></li><li>docs: Delete reference to license key in Envoy tutorial (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7466">#7466</a>)authored by <ahref="https://github.com/joostholslag"><code>@​joostholslag</code></a></li><li>docs: Fix typo in Envoy tutorial (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7464">#7464</a>)authored by <ahref="https://github.com/joostholslag"><code>@​joostholslag</code></a></li><li>docs: Update slack inviter link (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7450">#7450</a>)authored by <ahref="https://github.com/charlieegan3"><code>@​charlieegan3</code></a></li><li>docs: Update terraform examples (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7429">#7429</a>)authored by <ahref="https://github.com/charlieegan3"><code>@​charlieegan3</code></a></li><li>docs: Simplify <code>kind</code> usage instruction in Envoy tutorial(<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7465">#7465</a>)authored by <ahref="https://github.com/joostholslag"><code>@​joostholslag</code></a></li></ul><h3>Miscellaneous</h3><ul><li>Enable unused-receiver linter (revive) (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7448">#7448</a>)authored by <ahref="https://github.com/anderseknert"><code>@​anderseknert</code></a></li><li>Dependency updates; notably:<ul><li>build(deps): bump github.com/containerd/containerd from 1.7.26 to1.7.27</li><li>build(deps): bump github.com/dgraph-io/badger/v4 from 4.5.1 to4.6.0</li><li>build(deps): bump github.com/opencontainers/image-spec from 1.1.0 to1.1.1</li></ul></li></ul><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Changelog</summary><p><em>Sourced from <ahref="https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md">github.com/open-policy-agent/opa'schangelog</a>.</em></p><blockquote><h2>1.3.0</h2><p>This release contains a mix of features, bugfixes, and dependencyupdates.</p><h3>New Buffer Option for Decision Logs (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/5724">#5724</a>)</h3><p>A new, optional, buffering mechanism has been added to decisionlogging.The default buffer is designed around making precise memory footprintguarantees, which can produce lock contention at high loads, negativelyimpacting query performance.The new event-based buffer is designed to reduce lock contention andimprove performance at high loads, but sacrifices the memory footprintguarantees of the default buffer.</p><p>The new event-based buffer is enabled by setting the<code>decision_logs.reporting.buffer_type</code> <ahref="https://www.openpolicyagent.org/docs/latest/configuration/#decision-logs">configurationoption</a> to <code>event</code>.</p><p>For more details, see the decision log plugin <ahref="https://github.com/open-policy-agent/opa/blob/main/v1/plugins/logs/README.md">README</a>.</p><p>Reported by <ahref="https://github.com/mjungsbluth"><code>@​mjungsbluth</code></a>,authored by <ahref="https://github.com/sspaink"><code>@​sspaink</code></a></p><h3>OpenTelemetry: HTTP Support and Expanded Batch Span Configuration(<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7412">#7412</a>)</h3><p>Distributed tracing through OpenTelemetry has been extended tosupport HTTP collectors (enabled by setting the<code>distributed_tracing.type</code> configuration option to<code>http</code>).Additionally, configuration has been expanded with fine-grained batchspan processor <ahref="https://www.openpolicyagent.org/docs/latest/configuration/#distributed-tracing">options</a>.</p><p>Authored and reported by <ahref="https://github.com/sqyang94"><code>@​sqyang94</code></a></p><h3>Runtime, Tooling, SDK</h3><ul><li>compile: Require multi-term entrypoint paths for optimized bundlebuilding (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7321">#7321</a>)authored by <ahref="https://github.com/johanfylling"><code>@​johanfylling</code></a>reported by <ahref="https://github.com/nikpivkin"><code>@​nikpivkin</code></a></li><li>fmt: Allow one liner rule grouping (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/6760">#6760</a>)authored by <ahref="https://github.com/anderseknert"><code>@​anderseknert</code></a></li><li>fmt: Fix v0-compatible fmt with stdin (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7409">#7409</a>)authored and reported by <ahref="https://github.com/charlieegan3"><code>@​charlieegan3</code></a></li><li>ir: Fix nil pointer deref in Unmarshal() when handling IsSetStmt (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7415">#7415</a>)authored and reported by <ahref="https://github.com/KrisKennawayDD"><code>@​KrisKennawayDD</code></a></li><li>planner: Fix Wasm vs non-Wasm evaluation difference bug related tothe overeager optimization of ref head rules (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7439">#7439</a>)authored by <ahref="https://github.com/srenatus"><code>@​srenatus</code></a></li><li>sdk: Removing repeat args from sub-func call (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7443">#7443</a>)authored by <ahref="https://github.com/alingse"><code>@​alingse</code></a></li><li>tester: Including parameterized test cases in test report counter(<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7407">#7407</a>)authored by <ahref="https://github.com/johanfylling"><code>@​johanfylling</code></a></li><li>tester: Only including failed sub-test cases in report summary whennon-verbose (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7426">#7426</a>)authored by <ahref="https://github.com/johanfylling"><code>@​johanfylling</code></a></li></ul><h3>Docs, Website, Ecosystem</h3><ul><li>docs: Add some notes about AI assisted patches (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7436">#7436</a>)authored by <ahref="https://github.com/charlieegan3"><code>@​charlieegan3</code></a></li><li>docs: Add query_parameters_to_set (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7405">#7405</a>)authored by <ahref="https://github.com/sedovmik"><code>@​sedovmik</code></a></li><li>docs: Delete reference to license key in Envoy tutorial (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7466">#7466</a>)authored by <ahref="https://github.com/joostholslag"><code>@​joostholslag</code></a></li><li>docs: Fix typo in Envoy tutorial (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7464">#7464</a>)authored by <ahref="https://github.com/joostholslag"><code>@​joostholslag</code></a></li><li>docs: Update slack inviter link (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7450">#7450</a>)authored by <ahref="https://github.com/charlieegan3"><code>@​charlieegan3</code></a></li><li>docs: Update terraform examples (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7429">#7429</a>)authored by <ahref="https://github.com/charlieegan3"><code>@​charlieegan3</code></a></li><li>docs: Simplify <code>kind</code> usage instruction in Envoy tutorial(<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7465">#7465</a>)authored by <ahref="https://github.com/joostholslag"><code>@​joostholslag</code></a></li></ul><h3>Miscellaneous</h3><ul><li>Enable unused-receiver linter (revive) (<ahref="https://redirect.github.com/open-policy-agent/opa/pull/7448">#7448</a>)authored by <ahref="https://github.com/anderseknert"><code>@​anderseknert</code></a></li><li>Dependency updates; notably:<ul><li>build(deps): bump github.com/containerd/containerd from 1.7.26 to1.7.27</li><li>build(deps): bump github.com/dgraph-io/badger/v4 from 4.5.1 to4.6.0</li></ul></li></ul><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/open-policy-agent/opa/commit/89f48353959c9b08608b6d7160c1f1c5ae2763ee"><code>89f4835</code></a>Prepare v1.3.0 release (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7467">#7467</a>)</li><li><ahref="https://github.com/open-policy-agent/opa/commit/ee38d8345f4950c6429d4d117e3509c578e36f5f"><code>ee38d83</code></a>docs/envoy-tutorial-standalone: simplify 'kind' usage instruction (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7465">#7465</a>)</li><li><ahref="https://github.com/open-policy-agent/opa/commit/3d3b45f7522a9e7de3334231d76fbe75d346a677"><code>3d3b45f</code></a>Delete reference to license key in envoy-tutorial-standalone-envoy.md(<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7466">#7466</a>)</li><li><ahref="https://github.com/open-policy-agent/opa/commit/004af4c64454eab7b0c2e48aa4aea8dc6fb17eb7"><code>004af4c</code></a>docs/envoy-tutorial-standalone: fix typo (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7464">#7464</a>)</li><li><ahref="https://github.com/open-policy-agent/opa/commit/cd66fa36e2b6e8ad396dbb7a0f3adc600118c607"><code>cd66fa3</code></a>feat: new event-based decisions log buffer implementation (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7446">#7446</a>)</li><li><ahref="https://github.com/open-policy-agent/opa/commit/c8febc8625a626b52195c511a37868c85f9f4b9b"><code>c8febc8</code></a>feat: add more distributed tracing options (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7421">#7421</a>)</li><li><ahref="https://github.com/open-policy-agent/opa/commit/b3b87ffd830b5b1309ffd95ef0f42e9a4e0c071b"><code>b3b87ff</code></a>fmt: allow one liner rule grouping (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7453">#7453</a>)</li><li><ahref="https://github.com/open-policy-agent/opa/commit/92ae9a014f984ba39bca1ed19c832ddbf259e88f"><code>92ae9a0</code></a>build(deps): bump github.com/containerd/containerd from 1.7.26 to 1.7.27(<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7451">#7451</a>)</li><li><ahref="https://github.com/open-policy-agent/opa/commit/f3de1006f9b59f310d32b9433dc6d76d0a4acde5"><code>f3de100</code></a>docs: Update slack inviter link (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7450">#7450</a>)</li><li><ahref="https://github.com/open-policy-agent/opa/commit/bd5ceb514234f2d0a625dff532abe2167f9d824e"><code>bd5ceb5</code></a>Enable unused-receiver linter (revive) (<ahref="https://redirect.github.com/open-policy-agent/opa/issues/7448">#7448</a>)</li><li>Additional commits viewable in <ahref="https://github.com/open-policy-agent/opa/compare/v1.1.0...v1.3.0">compareview</a></li></ul></details><br />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/open-policy-agent/opa&package-manager=go_modules&previous-version=1.1.0&new-version=1.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)Dependabot will resolve any conflicts with this PR as long as you don'talter it yourself. You can also trigger a rebase manually by commenting`@dependabot rebase`.[//]: # (dependabot-automerge-start)[//]: # (dependabot-automerge-end)---<details><summary>Dependabot commands and options</summary><br />You can trigger Dependabot actions by commenting on this PR:- `@dependabot rebase` will rebase this PR- `@dependabot recreate` will recreate this PR, overwriting any editsthat have been made to it- `@dependabot merge` will merge this PR after your CI passes on it- `@dependabot squash and merge` will squash and merge this PR afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parenta2314ad commite6dc6fb

File tree

2 files changed

+50
-53
lines changed

2 files changed

+50
-53
lines changed

‎go.mod

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -152,22 +152,22 @@ require (
152152
github.com/mocktools/go-smtp-mock/v2v2.4.0
153153
github.com/muesli/termenvv0.16.0
154154
github.com/natefinch/atomicv1.0.1
155-
github.com/open-policy-agent/opav1.1.0
155+
github.com/open-policy-agent/opav1.3.0
156156
github.com/ory/dockertest/v3v3.12.0
157157
github.com/pion/udpv0.1.4
158158
github.com/pkg/browserv0.0.0-20240102092130-5ac0b6a4141c
159159
github.com/pkg/diffv0.0.0-20210226163009-20ebb0f2a09e
160160
github.com/pkg/sftpv1.13.7
161161
github.com/prometheus-community/pro-bingv0.6.0
162-
github.com/prometheus/client_golangv1.21.0
162+
github.com/prometheus/client_golangv1.21.1
163163
github.com/prometheus/client_modelv0.6.1
164164
github.com/prometheus/commonv0.63.0
165165
github.com/quasilyte/go-ruleguard/dslv0.3.21
166166
github.com/robfig/cron/v3v3.0.1
167167
github.com/shirou/gopsutil/v4v4.25.2
168168
github.com/skratchdot/open-golangv0.0.0-20200116055534-eef842397966
169169
github.com/spf13/aferov1.14.0
170-
github.com/spf13/pflagv1.0.5
170+
github.com/spf13/pflagv1.0.6
171171
github.com/sqlc-dev/pqtypev0.3.0
172172
github.com/stretchr/testifyv1.10.0
173173
github.com/swaggo/http-swagger/v2v2.0.1
@@ -180,11 +180,11 @@ require (
180180
github.com/zclconf/go-cty-yamlv1.1.0
181181
go.mozilla.org/pkcs7v0.9.0
182182
go.nhat.io/otelsqlv0.15.0
183-
go.opentelemetry.io/otelv1.34.0
184-
go.opentelemetry.io/otel/exporters/otlp/otlptracev1.34.0
185-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpcv1.34.0
186-
go.opentelemetry.io/otel/sdkv1.34.0
187-
go.opentelemetry.io/otel/tracev1.34.0
183+
go.opentelemetry.io/otelv1.35.0
184+
go.opentelemetry.io/otel/exporters/otlp/otlptracev1.35.0
185+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpcv1.35.0
186+
go.opentelemetry.io/otel/sdkv1.35.0
187+
go.opentelemetry.io/otel/tracev1.35.0
188188
go.uber.org/atomicv1.11.0
189189
go.uber.org/goleakv1.3.1-0.20240429205332-517bace7cc29
190190
go.uber.org/mockv0.5.0
@@ -238,10 +238,9 @@ require (
238238
github.com/KyleBanks/depthv1.2.1// indirect
239239
github.com/Microsoft/go-winiov0.6.2// indirect
240240
github.com/Nvveen/Gottyv0.0.0-20120604004816-cd527374f1e5// indirect
241-
github.com/OneOfOne/xxhashv1.2.8// indirect
242241
github.com/ProtonMail/go-cryptov1.1.3// indirect
243242
github.com/agext/levenshteinv1.2.3// indirect
244-
github.com/agnivade/levenshteinv1.2.0// indirect
243+
github.com/agnivade/levenshteinv1.2.1// indirect
245244
github.com/akutz/memconnv0.1.0// indirect
246245
github.com/alecthomas/chroma/v2v2.15.0// indirect
247246
github.com/alexbrainman/sspiv0.0.0-20210105120005-909beea2cc74// indirect
@@ -325,7 +324,7 @@ require (
325324
github.com/googleapis/gax-go/v2v2.14.1// indirect
326325
github.com/gorilla/cssv1.0.1// indirect
327326
github.com/gorilla/muxv1.8.1// indirect
328-
github.com/grpc-ecosystem/grpc-gateway/v2v2.25.1// indirect
327+
github.com/grpc-ecosystem/grpc-gateway/v2v2.26.1// indirect
329328
github.com/hashicorp/errwrapv1.1.0// indirect
330329
github.com/hashicorp/go-cleanhttpv0.5.2// indirect
331330
github.com/hashicorp/go-ctyv1.4.1-0.20200414143053-d3edf31b6320// indirect
@@ -383,7 +382,7 @@ require (
383382
github.com/nu7hatch/gouuidv0.0.0-20131221200532-179d4d0c4d8d// indirect
384383
github.com/oklog/runv1.1.0// indirect
385384
github.com/opencontainers/go-digestv1.0.0// indirect
386-
github.com/opencontainers/image-specv1.1.0// indirect
385+
github.com/opencontainers/image-specv1.1.1// indirect
387386
github.com/opencontainers/runcv1.2.3// indirect
388387
github.com/outcaste-io/ristrettov0.2.3// indirect
389388
github.com/pelletier/go-toml/v2v2.2.3// indirect
@@ -448,8 +447,8 @@ require (
448447
go.opentelemetry.io/collector/pdata/pprofilev0.104.0// indirect
449448
go.opentelemetry.io/collector/semconvv0.104.0// indirect
450449
go.opentelemetry.io/contribv1.19.0// indirect
451-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttpv0.59.0// indirect
452-
go.opentelemetry.io/otel/metricv1.34.0// indirect
450+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttpv0.60.0// indirect
451+
go.opentelemetry.io/otel/metricv1.35.0// indirect
453452
go.opentelemetry.io/proto/otlpv1.5.0// indirect
454453
go.uber.org/multierrv1.11.0// indirect
455454
go.uber.org/zapv1.27.0// indirect
@@ -460,7 +459,7 @@ require (
460459
golang.zx2c4.com/wireguard/windowsv0.5.3// indirect
461460
google.golang.org/appenginev1.6.8// indirect
462461
google.golang.org/genprotov0.0.0-20241118233622-e639e219e697// indirect
463-
google.golang.org/genproto/googleapis/apiv0.0.0-20250115164207-1a7da9e5054f// indirect
462+
google.golang.org/genproto/googleapis/apiv0.0.0-20250218202821-56aae31c358a// indirect
464463
google.golang.org/genproto/googleapis/rpcv0.0.0-20250313205543-e70fdf4c4cb4// indirect
465464
gopkg.in/ini.v1v1.67.0// indirect
466465
gopkg.in/yaml.v2v2.4.0// indirect

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp