This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-go.git
The following commit(s) were added to refs/heads/main by this push:
new 1daab139 build(deps): bump the gomod_updates group with 3 updates
(#573)
1daab139 is described below
commit 1daab1394715394f5c61876e833d40fcb8e23992
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 23 16:00:26 2025 -0400
build(deps): bump the gomod_updates group with 3 updates (#573)
Bumps the gomod_updates group with 3 updates:
[cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go),
[github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go)
and
[github.com/testcontainers/testcontainers-go/modules/compose](https://github.com/testcontainers/testcontainers-go).
Updates `cloud.google.com/go/storage` from 1.56.1 to 1.56.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/googleapis/google-cloud-go/releases">cloud.google.com/go/storage's
releases</a>.</em></p>
<blockquote>
<h2>storage: v1.56.2</h2>
<h2><a
href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.56.1...storage/v1.56.2">1.56.2</a>
(2025-09-15)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>storage:</strong> Free buffers in Bidi Reader (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/12839">#12839</a>)
(<a
href="https://github.com/googleapis/google-cloud-go/commit/10c8faccc2dae2a8177ff30ab16d67413df9f536">10c8fac</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/bda509de8efbccadb53d2c346c881ca266179c53"><code>bda509d</code></a>
chore(release-storage-1.56.2): release storage 1.56.2 (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/12873">#12873</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-go/commit/10c8faccc2dae2a8177ff30ab16d67413df9f536"><code>10c8fac</code></a>
fix(storage): free buffers in Bidi Reader (<a
href="https://redirect.github.com/googleapis/google-cloud-go/issues/12839">#12839</a>)</li>
<li>See full diff in <a
href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.56.1...storage/v1.56.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.10.1
to 1.12.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Azure/azure-sdk-for-go/releases">github.com/Azure/azure-sdk-for-go/sdk/azidentity's
releases</a>.</em></p>
<blockquote>
<h2>sdk/azidentity/v1.12.0</h2>
<h2>1.12.0 (2025-09-16)</h2>
<h3>Features Added</h3>
<ul>
<li>Added
<code>DefaultAzureCredentialOptions.RequireAzureTokenCredentials</code>.
<code>NewDefaultAzureCredential</code> returns an
error when this option is true and the environment variable
<code>AZURE_TOKEN_CREDENTIALS</code> has no value.</li>
</ul>
<h3>Other Changes</h3>
<ul>
<li><code>AzureDeveloperCLICredential</code> no longer hangs when
AZD_DEBUG is set</li>
<li><code>GetToken</code> methods of <code>AzureCLICredential</code> and
<code>AzureDeveloperCLICredential</code> return an error when
<code>TokenRequestOptions.Claims</code> has a value because these
credentials can't acquire a token in that
case. The error messages describe the action required to get a
token.</li>
</ul>
<h2>sdk/internal/v1.11.2</h2>
<h2>1.11.2 (2025-07-30)</h2>
<h3>Other Changes</h3>
<ul>
<li><code>errorinfo.NonRetriable()</code> doesn't wrap errors which are
already <code>NonRetriable</code></li>
</ul>
<h2>sdk/azidentity/v1.11.0</h2>
<h2>1.11.0 (2025-08-05)</h2>
<h3>Other Changes</h3>
<ul>
<li><code>DefaultAzureCredential</code> tries its next credential when a
dev tool credential such as
<code>AzureCLICredential</code> returns an error</li>
</ul>
<h2>sdk/azidentity/v1.11.0-beta.1</h2>
<h2>1.11.0-beta.1 (2025-07-15)</h2>
<h3>Features Added</h3>
<ul>
<li><code>DefaultAzureCredential</code> allows selecting one of its
credential types by name via environment variable
<code>AZURE_TOKEN_CREDENTIALS</code>. It will use only the selected type
at runtime. For example, set
<code>AZURE_TOKEN_CREDENTIALS=WorkloadIdentityCredential</code> to have
<code>DefaultAzureCredential</code> use only
<code>WorkloadIdentityCredential</code>.</li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>By default, <code>ManagedIdentityCredential</code> retries IMDS
requests for a maximum of ~70 seconds as recommended
in IMDS documentation. In previous versions, it would stop retrying
after ~54 seconds by default.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/e58902b242459d7a4a42c8c0113937b26ac495af"><code>e58902b</code></a>
Prep azcore v1.12.0 for release (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/23005">#23005</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/9ad32c5a2db85ef5f697e5d3376a73efaebd19ae"><code>9ad32c5</code></a>
Increment package version after release of internal (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/23004">#23004</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/897e9035c566063952597bc3b470858e866c2a0b"><code>897e903</code></a>
Update ignore-links.txt (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/23003">#23003</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/ac7cc049bf63dc129ad246dbe21ac7a6ca42a578"><code>ac7cc04</code></a>
[keyvault] fix test recording sanitizers (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/22911">#22911</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/276cf8c8e230d25d0872babca0a5965514760e19"><code>276cf8c</code></a>
update readme (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/22971">#22971</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/5eb479f45a231f434b00411e57b17c53137d35ea"><code>5eb479f</code></a>
[azopenai] Updating hash to merged PR. (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/22998">#22998</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/9c4f5c55f5439bcd7e3b5290fb31b2e145f2ebf8"><code>9c4f5c5</code></a>
Prepare sdk/internal v1.9.0 for release (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/22991">#22991</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/b407f56cbce00d7d3ff51ac864fd1d04a88a08a1"><code>b407f56</code></a>
Increment version for messaging/azwebpubsub releases (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/22466">#22466</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/3af4c7ee716193b8e6755307ef1d27c041614752"><code>3af4c7e</code></a>
update mgmt live test (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/22996">#22996</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-go/commit/b7d018ea5d4e2c59ef91f8b42d3307262bf3e81b"><code>b7d018e</code></a>
fix sdk/resourcemanager/internal module (<a
href="https://redirect.github.com/Azure/azure-sdk-for-go/issues/22994">#22994</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Azure/azure-sdk-for-go/compare/sdk/azidentity/v1.10.1...sdk/azcore/v1.12.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/testcontainers/testcontainers-go/modules/compose`
from 0.38.0 to 0.39.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/testcontainers/testcontainers-go/releases">github.com/testcontainers/testcontainers-go/modules/compose's
releases</a>.</em></p>
<blockquote>
<h2>v0.39.0</h2>
<h1>What's Changed</h1>
<h2>🚀 Features</h2>
<ul>
<li>feat(atlaslocal): add MongoDB Atlas Local module (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3254">#3254</a>)
<a
href="https://github.com/prestonvasquez"><code>@prestonvasquez</code></a></li>
<li>feat: allow saving specific platforms for an image (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3218">#3218</a>)
<a
href="https://github.com/LaurentGoderre"><code>@LaurentGoderre</code></a></li>
<li>feat(redpanda): add support for http proxy (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3258">#3258</a>)
<a href="https://github.com/simon0191"><code>@simon0191</code></a></li>
<li>feat(nebulagraph): add NebulaGraph module (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3266">#3266</a>)
<a href="https://github.com/egasimov"><code>@egasimov</code></a></li>
<li>feat(registry): add helper functions to pull and tag images (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3275">#3275</a>)
<a
href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li>
<li>feat: add Solace pubsub+ module (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3230">#3230</a>)
<a href="https://github.com/unicod3"><code>@unicod3</code></a></li>
<li>feat(options): add WithProvider (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3241">#3241</a>)
<a
href="https://github.com/dfioravanti"><code>@dfioravanti</code></a></li>
<li>feat(mcpgateay): add Docker's MCP gateway module (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3232">#3232</a>)
<a
href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>fix: preserve unix socket schema in testcontainersHostFromProperties
(<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3213">#3213</a>)
<a href="https://github.com/knqyf263"><code>@knqyf263</code></a></li>
<li>fix(reaper): remove termSignal override (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3261">#3261</a>)
<a href="https://github.com/buraindo"><code>@buraindo</code></a></li>
<li>fix(registry): update <code>WithHtpasswd</code> to use
<code>os.CreateTemp</code> instead of <code>os.Create</code> with
<code>filepath.Join</code>. (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3272">#3272</a>)
<a
href="https://github.com/jakobmoellerdev"><code>@jakobmoellerdev</code></a></li>
<li>fix(nats): use wait for listening port instead of wait for log (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3256">#3256</a>)
<a href="https://github.com/own2pwn"><code>@own2pwn</code></a></li>
<li>fix(postgres): snapshot restore (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3264">#3264</a>)
<a href="https://github.com/ascheman"><code>@ascheman</code></a></li>
</ul>
<h2>📖 Documentation</h2>
<ul>
<li>docs: clarify no client SDKs in production modules/images, in
contributing.md (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3279">#3279</a>)
<a href="https://github.com/nimdrak"><code>@nimdrak</code></a></li>
</ul>
<h2>🧹 Housekeeping</h2>
<ul>
<li>chore(atlas): simplify host-port calculation in tests (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3300">#3300</a>)
<a
href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li>
<li>chore(deps): bump tj-actions/changed-files from 46.0.3 to 47.0.0 (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3283">#3283</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(modulegen): detect missing project files after new module
creation (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3281">#3281</a>)
<a
href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li>
<li>chore(release): refine release script to update inter-module
dependencies (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3273">#3273</a>)
<a
href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li>
<li>chore(postgres): use require.NotNil instead of assert.NotNil (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3252">#3252</a>)
<a
href="https://github.com/nolandseigler"><code>@nolandseigler</code></a></li>
<li>fix(dockermcpgateway): use duckduckgo instead of brave (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3247">#3247</a>)
<a
href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li>chore(deps): bump golang.org/x/net from 0.28.0 to 0.38.0 (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3299">#3299</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump dario.cat/mergo from 1.0.1 to 1.0.2 (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3238">#3238</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump golang.org/x/sys from 0.32.0 to 0.36.0 (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3282">#3282</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump github/codeql-action from 3.29.3 to 3.30.3 (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3287">#3287</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(go): bump to Go 1.24 as minimal version (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3298">#3298</a>)
<a
href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li>
<li>deps(mongodb): update MongoDB Go Driver to v2 (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3278">#3278</a>)
<a
href="https://github.com/matthewdale"><code>@matthewdale</code></a></li>
<li>chore(deps): bump github.com/shirou/gopsutil/v4 from 4.25.5 to
4.25.6 (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3224">#3224</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump mkdocs-include-markdown-plugin from 7.1.6 to 7.1.7
(<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3284">#3284</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump github.com/docker/go-connections from 0.5.0 to
0.6.0 (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3285">#3285</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump tj-actions/changed-files from 46.0.3 to 47.0.0 (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3283">#3283</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump github.com/docker/docker from 28.2.2+incompatible
to 28.3.3+incompatible in /modules/nebulagraph (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3277">#3277</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>chore(deps): bump ryuk to v0.13.0, which uses scratch as base image
(<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3274">#3274</a>)
<a
href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li>
<li>chore(deps): bump github.com/docker/docker from 28.2.2+incompatible
to 28.3.3+incompatible (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3270">#3270</a>)
<a
href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li>
<li>chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to
2.4.0 in /modules/compose (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3267">#3267</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/testcontainers/testcontainers-go/commit/da47f5d8e652a9a76d7adada8e37240044ce7424"><code>da47f5d</code></a>
chore: use new version (v0.39.0) in modules and examples</li>
<li><a
href="https://github.com/testcontainers/testcontainers-go/commit/404b3453ee0acea29821bab2e36bdccfed541777"><code>404b345</code></a>
chore(atlas): simplify host-port calculation in tests (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3300">#3300</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-go/commit/6e14bda839461bc5c76bd76bb7ff8d36cc9662d7"><code>6e14bda</code></a>
feat(atlaslocal): add MongoDB Atlas Local module (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3254">#3254</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-go/commit/1fdd847cf3a5c8c1856da3dc3113aea423da75ee"><code>1fdd847</code></a>
chore(deps): bump golang.org/x/net from 0.28.0 to 0.38.0 (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3299">#3299</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-go/commit/88dead6ad12658bf28c233c16466d990ae6ab93a"><code>88dead6</code></a>
feat: allow saving specific platforms for an image (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3218">#3218</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-go/commit/44d970c870f5c20b8a170401dd7d08a68ce052b1"><code>44d970c</code></a>
chore(deps): bump dario.cat/mergo from 1.0.1 to 1.0.2 (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3238">#3238</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-go/commit/ac8fdd3dda3649a2099db5e55c891639955208f2"><code>ac8fdd3</code></a>
chore(deps): bump golang.org/x/sys from 0.32.0 to 0.36.0 (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3282">#3282</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-go/commit/d254caa29675a0945cf21f233b4c397a6e95bdd0"><code>d254caa</code></a>
feat(redpanda): add support for http proxy (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3258">#3258</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-go/commit/f54a3566cf33b64e4866293997c9b153b930561b"><code>f54a356</code></a>
chore(deps): bump github/codeql-action from 3.29.3 to 3.30.3 (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3287">#3287</a>)</li>
<li><a
href="https://github.com/testcontainers/testcontainers-go/commit/7098d80b52521177aa4e39f78d5783bf9a9840b7"><code>7098d80</code></a>
chore(go): bump to Go 1.24 as minimal version (<a
href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3298">#3298</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/testcontainers/testcontainers-go/compare/v0.38.0...v0.39.0">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter 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 edits
that 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 after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
go.mod | 26 +++++++++++++-------------
go.sum | 52 ++++++++++++++++++++++++----------------------------
2 files changed, 37 insertions(+), 41 deletions(-)
diff --git a/go.mod b/go.mod
index e6f1e2d1..b0449bad 100644
--- a/go.mod
+++ b/go.mod
@@ -22,8 +22,8 @@ go 1.24.0
toolchain go1.24.2
require (
- cloud.google.com/go/storage v1.56.1
- github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.10.1
+ cloud.google.com/go/storage v1.56.2
+ github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.12.0
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.2
github.com/apache/arrow-go/v18 v18.4.1
github.com/aws/aws-sdk-go-v2 v1.39.0
@@ -33,6 +33,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/s3 v1.88.1
github.com/aws/smithy-go v1.23.0
github.com/awsdocs/aws-doc-sdk-examples/gov2/testtools
v0.0.0-20250407191926-092f3e54b837
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
github.com/docker/docker v28.4.0+incompatible
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/google/uuid v1.6.0
@@ -40,7 +41,7 @@ require (
github.com/pterm/pterm v0.12.81
github.com/stretchr/testify v1.11.1
github.com/substrait-io/substrait-go/v4 v4.4.0
- github.com/testcontainers/testcontainers-go/modules/compose v0.38.0
+ github.com/testcontainers/testcontainers-go/modules/compose v0.39.0
github.com/twmb/murmur3 v1.1.8
github.com/uptrace/bun v1.2.15
github.com/uptrace/bun/dialect/mssqldialect v1.2.15
@@ -67,15 +68,15 @@ require (
cloud.google.com/go/compute/metadata v0.8.0 // indirect
cloud.google.com/go/iam v1.5.2 // indirect
cloud.google.com/go/monitoring v1.24.2 // indirect
- dario.cat/mergo v1.0.1 // indirect
+ dario.cat/mergo v1.0.2 // indirect
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6
// indirect
github.com/AlecAivazis/survey/v2 v2.3.7 // indirect
- github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.1 // indirect
- github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.1 // indirect
+ github.com/Azure/azure-sdk-for-go/sdk/azcore v1.19.1 // indirect
+ github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2 // indirect
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c //
indirect
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
github.com/Azure/go-autorest/autorest/to v0.4.1 // indirect
- github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 //
indirect
+ github.com/AzureAD/microsoft-authentication-library-for-go v1.5.0 //
indirect
github.com/DefangLabs/secret-detector
v0.0.0-20250403165618-22662109213e // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp
v1.29.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric
v0.53.0 // indirect
@@ -122,7 +123,6 @@ require (
github.com/containerd/typeurl/v2 v2.2.3 // indirect
github.com/cpuguy83/dockercfg v0.3.2 // indirect
github.com/creasty/defaults v1.8.0 // indirect
- github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc //
indirect
github.com/distribution/reference v0.6.0 // indirect
github.com/docker/buildx v0.22.0 // indirect
github.com/docker/cli v28.0.4+incompatible // indirect
@@ -131,7 +131,7 @@ require (
github.com/docker/distribution v2.8.3+incompatible // indirect
github.com/docker/docker-credential-helpers v0.8.2 // indirect
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect
- github.com/docker/go-connections v0.5.0 // indirect
+ github.com/docker/go-connections v0.6.0 // indirect
github.com/docker/go-metrics v0.0.1 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
@@ -157,7 +157,7 @@ require (
github.com/goccy/go-yaml v1.17.1 // indirect
github.com/gofrs/flock v0.12.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
- github.com/golang-jwt/jwt/v5 v5.2.3 // indirect
+ github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 //
indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/golang/snappy v1.0.0 // indirect
@@ -248,7 +248,7 @@ require (
github.com/secure-systems-lab/go-securesystemslib v0.4.0 // indirect
github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b //
indirect
github.com/shibumi/go-pathspec v1.3.0 // indirect
- github.com/shirou/gopsutil/v4 v4.25.5 // indirect
+ github.com/shirou/gopsutil/v4 v4.25.6 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 //
indirect
github.com/spf13/cobra v1.9.1 // indirect
@@ -257,7 +257,7 @@ require (
github.com/stretchr/objx v0.5.2 // indirect
github.com/substrait-io/substrait v0.69.0 // indirect
github.com/substrait-io/substrait-protobuf/go v0.71.0 // indirect
- github.com/testcontainers/testcontainers-go v0.38.0 // indirect
+ github.com/testcontainers/testcontainers-go v0.39.0 // indirect
github.com/theupdateframework/notary v0.7.0 // indirect
github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 //
indirect
github.com/tklauser/go-sysconf v0.3.12 // indirect
@@ -302,7 +302,7 @@ require (
golang.org/x/mod v0.27.0 // indirect
golang.org/x/net v0.43.0 // indirect
golang.org/x/oauth2 v0.30.0 // indirect
- golang.org/x/sys v0.35.0 // indirect
+ golang.org/x/sys v0.36.0 // indirect
golang.org/x/term v0.34.0 // indirect
golang.org/x/text v0.28.0 // indirect
golang.org/x/time v0.12.0 // indirect
diff --git a/go.sum b/go.sum
index 060771f0..30df38de 100644
--- a/go.sum
+++ b/go.sum
@@ -24,12 +24,12 @@ cloud.google.com/go/longrunning v0.6.7
h1:IGtfDWHhQCgCjwQjV9iiLnUta9LBCo8R9QmAFs
cloud.google.com/go/longrunning v0.6.7/go.mod
h1:EAFV3IZAKmM56TyiE6VAP3VoTzhZzySwI/YI1s/nRsY=
cloud.google.com/go/monitoring v1.24.2
h1:5OTsoJ1dXYIiMiuL+sYscLc9BumrL3CarVLL7dd7lHM=
cloud.google.com/go/monitoring v1.24.2/go.mod
h1:x7yzPWcgDRnPEv3sI+jJGBkwl5qINf+6qY4eq0I9B4U=
-cloud.google.com/go/storage v1.56.1
h1:n6gy+yLnHn0hTwBFzNn8zJ1kqWfR91wzdM8hjRF4wP0=
-cloud.google.com/go/storage v1.56.1/go.mod
h1:C9xuCZgFl3buo2HZU/1FncgvvOgTAs/rnh4gF4lMg0s=
+cloud.google.com/go/storage v1.56.2
h1:DzxQ4ppJe4OSTtZLtCqscC3knyW919eNl0zLLpojnqo=
+cloud.google.com/go/storage v1.56.2/go.mod
h1:C9xuCZgFl3buo2HZU/1FncgvvOgTAs/rnh4gF4lMg0s=
cloud.google.com/go/trace v1.11.6
h1:2O2zjPzqPYAHrn3OKl029qlqG6W8ZdYaOWRyr8NgMT4=
cloud.google.com/go/trace v1.11.6/go.mod
h1:GA855OeDEBiBMzcckLPE2kDunIpC72N+Pq8WFieFjnI=
-dario.cat/mergo v1.0.1 h1:Ra4+bf83h2ztPIQYNP99R6m+Y7KfnARDfID+a+vLl4s=
-dario.cat/mergo v1.0.1/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
+dario.cat/mergo v1.0.2 h1:85+piFYR1tMbRrLcDwR18y4UKJ3aH1Tbzi24VRW1TK8=
+dario.cat/mergo v1.0.2/go.mod h1:E/hbnu0NxMFBjpMIE34DRGLWqDy0g5FuKDhCb31ngxA=
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
filippo.io/edwards25519 v1.1.0/go.mod
h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6
h1:He8afgbRMd7mFxO99hRNu+6tazq8nFF9lIwo9JFroBk=
@@ -38,14 +38,14 @@ github.com/AdamKorcz/go-118-fuzz-build
v0.0.0-20231105174938-2b5cbb29f3e2 h1:dIS
github.com/AdamKorcz/go-118-fuzz-build
v0.0.0-20231105174938-2b5cbb29f3e2/go.mod
h1:gCLVsLfv1egrcZu+GoJATN5ts75F2s62ih/457eWzOw=
github.com/AlecAivazis/survey/v2 v2.3.7
h1:6I/u8FvytdGsgonrYsVn2t8t4QiRnh6QSTqkkhIiSjQ=
github.com/AlecAivazis/survey/v2 v2.3.7/go.mod
h1:xUTIdE4KCOIjsBAE1JYsUPoCqYdZ1reCfTwbto0Fduo=
-github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.1
h1:Wc1ml6QlJs2BHQ/9Bqu1jiyggbsSjramq2oUmp5WeIo=
-github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.1/go.mod
h1:Ot/6aikWnKWi4l9QB7qVSwa8iMphQNqkWALMoNT3rzM=
-github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.10.1
h1:B+blDbyVIG3WaikNxPnhPiJ1MThR03b3vKGtER95TP4=
-github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.10.1/go.mod
h1:JdM5psgjfBf5fo2uWOZhflPWyDBZ/O/CNAH9CtsuZE4=
+github.com/Azure/azure-sdk-for-go/sdk/azcore v1.19.1
h1:5YTBM8QDVIBN3sxBil89WfdAAqDZbyJTgh688DSxX5w=
+github.com/Azure/azure-sdk-for-go/sdk/azcore v1.19.1/go.mod
h1:YD5h/ldMsG0XiIw7PdyNhLxaM317eFh5yNLccNfGdyw=
+github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.12.0
h1:wL5IEG5zb7BVv1Kv0Xm92orq+5hB5Nipn3B5tn4Rqfk=
+github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.12.0/go.mod
h1:J7MUC/wtRpfGVbQ5sIItY5/FuVWmvzlY21WAOfQnq/I=
github.com/Azure/azure-sdk-for-go/sdk/azidentity/cache v0.3.2
h1:yz1bePFlP5Vws5+8ez6T3HWXPmwOK7Yvq8QxDBD3SKY=
github.com/Azure/azure-sdk-for-go/sdk/azidentity/cache v0.3.2/go.mod
h1:Pa9ZNPuoNu/GztvBSKk9J1cDJW6vk/n0zLtV4mgd8N8=
-github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.1
h1:FPKJS1T+clwv+OLGt13a8UjqeRuh0O4SJ3lUriThc+4=
-github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.1/go.mod
h1:j2chePtV91HrC22tGoRX3sGY42uF13WzmmV80/OdVAA=
+github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2
h1:9iefClla7iYpfYWdzPCRDozdmndjTm8DXdpCzPajMgA=
+github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2/go.mod
h1:XtLgD3ZD34DAaVIIAyG3objl5DynM3CQ/vMcbBNJZGI=
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage
v1.8.1 h1:/Zt+cDPnpC3OVDm/JKLOs7M2DKmLRIIp3XIx9pHHiig=
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage
v1.8.1/go.mod h1:Ng3urmn6dYe8gnbCMoHHVl5APYz2txho3koEkV2o2HA=
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.2
h1:FwladfywkNirM+FZYLBR2kBz5C8Tg0fw5w5Y7meRXWI=
@@ -58,8 +58,8 @@ github.com/Azure/go-autorest/autorest/to v0.4.1
h1:CxNHBqdzTr7rLtdrtb5CMjJcDut+W
github.com/Azure/go-autorest/autorest/to v0.4.1/go.mod
h1:EtaofgU4zmtvn1zT2ARsjRFdq9vXx0YWtmElwL+GZ9M=
github.com/AzureAD/microsoft-authentication-extensions-for-go/cache v0.1.1
h1:WJTmL004Abzc5wDB5VtZG2PJk5ndYDgVacGqfirKxjM=
github.com/AzureAD/microsoft-authentication-extensions-for-go/cache
v0.1.1/go.mod h1:tCcJZ0uHAmvjsVYzEFivsRTN00oz5BEsRgQHu5JZ9WE=
-github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2
h1:oygO0locgZJe7PpYPXT5A29ZkwJaPqcva7BVeemZOZs=
-github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2/go.mod
h1:wP83P5OoQ5p6ip3ScPr0BAq0BvuPAvacpEuSzyouqAI=
+github.com/AzureAD/microsoft-authentication-library-for-go v1.5.0
h1:XkkQbfMyuH2jTSjQjSoihryI8GINRcs4xp8lNawg0FI=
+github.com/AzureAD/microsoft-authentication-library-for-go v1.5.0/go.mod
h1:HKpQxkWaGLJ+D/5H8QRpyQXA1eKjxkFlOMwck5+33Jk=
github.com/BurntSushi/toml v0.3.1
h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
github.com/BurntSushi/toml v0.3.1/go.mod
h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/DefangLabs/secret-detector v0.0.0-20250403165618-22662109213e
h1:rd4bOvKmDIx0WeTv9Qz+hghsgyjikFiPrseXHlKepO0=
@@ -233,8 +233,6 @@ github.com/davecgh/go-spew v1.1.1/go.mod
h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod
h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/denisenkom/go-mssqldb v0.0.0-20191128021309-1d7a30a10f73/go.mod
h1:xbL0rPBG9cCiLr28tMa8zpbdarY27NDyej4t/EjAShU=
-github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78=
-github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f/go.mod
h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc=
github.com/distribution/reference v0.6.0
h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
github.com/distribution/reference v0.6.0/go.mod
h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
github.com/docker/buildx v0.22.0
h1:pGTcGZa+kxpYUlM/6ACsp1hXhkEDulz++RNXPdE8Afk=
@@ -255,8 +253,8 @@ github.com/docker/docker-credential-helpers v0.8.2/go.mod
h1:P3ci7E3lwkZg6XiHdRK
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
h1:lzqkGL9b3znc+ZUgi7FlLnqjQhcXxkNM/quxIjBVMD0=
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c/go.mod
h1:CADgU4DSXK5QUlFslkQu2yW2TKzFZcXq/leZfM0UH5Q=
github.com/docker/go-connections v0.4.0/go.mod
h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec=
-github.com/docker/go-connections v0.5.0
h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
-github.com/docker/go-connections v0.5.0/go.mod
h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc=
+github.com/docker/go-connections v0.6.0
h1:LlMG9azAe1TqfR7sO+NJttz1gy6KO7VJBh+pMmjSD94=
+github.com/docker/go-connections v0.6.0/go.mod
h1:AahvXYshr6JgfUJGdDCs2b5EZG/vmaMAntpSFH5BFKE=
github.com/docker/go-metrics v0.0.0-20180209012529-399ea8c73916/go.mod
h1:/u0gXw0Gay3ceNrsHubL3BtdOL2fHf93USgMTe0W5dI=
github.com/docker/go-metrics v0.0.1
h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=
github.com/docker/go-metrics v0.0.1/go.mod
h1:cG1hvH2utMXtqgqqYE9plW6lDxS3/5ayHzueweSI3Vw=
@@ -332,8 +330,8 @@ github.com/gogo/protobuf v1.0.0/go.mod
h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a
github.com/gogo/protobuf v1.1.1/go.mod
h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
github.com/gogo/protobuf v1.3.2/go.mod
h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
-github.com/golang-jwt/jwt/v5 v5.2.3
h1:kkGXqQOBSDDWRhWNXTFpqGSCMyh/PLnqUvMGJPDJDs0=
-github.com/golang-jwt/jwt/v5 v5.2.3/go.mod
h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
+github.com/golang-jwt/jwt/v5 v5.3.0
h1:pv4AsKCKKZuqlgs5sUmn4x8UlGa0kEVt/puTpKx9vvo=
+github.com/golang-jwt/jwt/v5 v5.3.0/go.mod
h1:fxCRLWMO43lRc8nhHWY6LGqRcf+1gQWArsqaEUEa5bE=
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe/go.mod
h1:8vg3r2VgvsThLBIFL93Qb5yWzgyZWhEmBwUJWevAkK0=
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
h1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ=
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8/go.mod
h1:wcDNUvekVysuuOpQKo3191zZyTpiI6se1N1ULghS0sw=
@@ -626,8 +624,6 @@ github.com/puzpuzpuz/xsync/v3 v3.5.1
h1:GJYJZwO6IdxN/IKbneznS6yPkVC+c3zyY/j19c++
github.com/puzpuzpuz/xsync/v3 v3.5.1/go.mod
h1:VjzYrABPabuM4KyBh1Ftq6u8nhwY5tBPKP9jpmh0nnA=
github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc
h1:zAsgcP8MhzAbhMnB1QQ2O7ZhWYVGYSR2iVcjzQuPV+o=
github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc/go.mod
h1:S8xSOnV3CgpNrWd0GQ/OoQfMtlg2uPRSuTzcSGrzwK8=
-github.com/redis/go-redis/v9 v9.8.0
h1:q3nRvjrlge/6UD7eTu/DSg2uYiU2mCL0G/uzBWqhicI=
-github.com/redis/go-redis/v9 v9.8.0/go.mod
h1:huWgSWd8mW6+m0VPhJjSSQ+d6Nh1VICQ6Q5lHuCH/Iw=
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec
h1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE=
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec/go.mod
h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
github.com/rivo/uniseg v0.2.0/go.mod
h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
@@ -644,8 +640,8 @@ github.com/serialx/hashring
v0.0.0-20200727003509-22c0c7ab6b1b h1:h+3JX2VoWTFuyQ
github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b/go.mod
h1:/yeG0My1xr/u+HZrFQ1tOQQQQrOawfyMUH13ai5brBc=
github.com/shibumi/go-pathspec v1.3.0
h1:QUyMZhFo0Md5B8zV8x2tesohbb5kfbpTi9rBnKh5dkI=
github.com/shibumi/go-pathspec v1.3.0/go.mod
h1:Xutfslp817l2I1cZvgcfeMQJG5QnU2lh5tVaaMCl3jE=
-github.com/shirou/gopsutil/v4 v4.25.5
h1:rtd9piuSMGeU8g1RMXjZs9y9luK5BwtnG7dZaQUJAsc=
-github.com/shirou/gopsutil/v4 v4.25.5/go.mod
h1:PfybzyydfZcN+JMMjkF6Zb8Mq1A/VcogFFg7hj50W9c=
+github.com/shirou/gopsutil/v4 v4.25.6
h1:kLysI2JsKorfaFPcYmcJqbzROzsBWEOAtw6A7dIfqXs=
+github.com/shirou/gopsutil/v4 v4.25.6/go.mod
h1:PfybzyydfZcN+JMMjkF6Zb8Mq1A/VcogFFg7hj50W9c=
github.com/sirupsen/logrus v1.0.6/go.mod
h1:pMByvHTf9Beacp5x1UXfOR9xyW/9antXMhjMPG0dEzc=
github.com/sirupsen/logrus v1.2.0/go.mod
h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
github.com/sirupsen/logrus v1.4.1/go.mod
h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q=
@@ -693,10 +689,10 @@ github.com/substrait-io/substrait-go/v4 v4.4.0
h1:mFArMNFxlOLyTuhPcaPzZCwYh6kUop
github.com/substrait-io/substrait-go/v4 v4.4.0/go.mod
h1:GzpaFqO5VRtMkEjATgRxGK5p82OmEtCmszAVYxE+iWc=
github.com/substrait-io/substrait-protobuf/go v0.71.0
h1:vkYGEEPJ8lWSwaJvX7Y+hEmwmrz5/qeDmGI43JpKJZE=
github.com/substrait-io/substrait-protobuf/go v0.71.0/go.mod
h1:hn+Szm1NmZZc91FwWK9EXD/lmuGBSRTJ5IvHhlG1YnQ=
-github.com/testcontainers/testcontainers-go v0.38.0
h1:d7uEapLcv2P8AvH8ahLqDMMxda2W9gQN1nRbHS28HBw=
-github.com/testcontainers/testcontainers-go v0.38.0/go.mod
h1:C52c9MoHpWO+C4aqmgSU+hxlR5jlEayWtgYrb8Pzz1w=
-github.com/testcontainers/testcontainers-go/modules/compose v0.38.0
h1:pGDy6g7qvRsBVO6bFwK3/vAOqiLKp+lGTz/9yrI9Mdw=
-github.com/testcontainers/testcontainers-go/modules/compose v0.38.0/go.mod
h1:i2QSOyQ82PNjkNLEGws7uISkJEk6zQ08f/0+afywadk=
+github.com/testcontainers/testcontainers-go v0.39.0
h1:uCUJ5tA+fcxbFAB0uP3pIK3EJ2IjjDUHFSZ1H1UxAts=
+github.com/testcontainers/testcontainers-go v0.39.0/go.mod
h1:qmHpkG7H5uPf/EvOORKvS6EuDkBUPE3zpVGaH9NL7f8=
+github.com/testcontainers/testcontainers-go/modules/compose v0.39.0
h1:N9Kn9UOIq24o3Y01SFDYF5y3hpq4dNBzDS4pynHb/OQ=
+github.com/testcontainers/testcontainers-go/modules/compose v0.39.0/go.mod
h1:7OreVKOBlnD0EmOYXMSBbJkHM8JZQINr34vB0X/NJRs=
github.com/theupdateframework/notary v0.7.0
h1:QyagRZ7wlSpjT5N2qQAh/pN+DVqgekv4DzbAiAiEL3c=
github.com/theupdateframework/notary v0.7.0/go.mod
h1:c9DRxcmhHmVLDay4/2fUYdISnHqbFDGRSlXPO0AhYWw=
github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
h1:QB54BJwA6x8QU9nHY3xJSZR2kX9bgpZekRKGkLTmEXA=
@@ -895,8 +891,8 @@ golang.org/x/sys v0.8.0/go.mod
h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
-golang.org/x/sys v0.35.0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI=
-golang.org/x/sys v0.35.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
+golang.org/x/sys v0.36.0 h1:KVRy2GtZBrk1cBYA7MKu5bEZFxQk4NIDV6RLVcC8o0k=
+golang.org/x/sys v0.36.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod
h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod
h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d/go.mod
h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=