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 9e4a5b74 build(deps): bump the gomod_updates group with 2 updates 
(#664)
9e4a5b74 is described below

commit 9e4a5b74ffc284f3ca5e84a15f79f6dee45afaab
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 5 11:30:41 2026 -0500

    build(deps): bump the gomod_updates group with 2 updates (#664)
    
    Bumps the gomod_updates group with 2 updates:
    
[github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2)
    and
    
[github.com/substrait-io/substrait-go/v7](https://github.com/substrait-io/substrait-go).
    
    Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.94.0 to 1.95.0
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/aws/aws-sdk-go-v2/commit/c6af97c5aac787ce84a5b3794be2c85e61faae56";><code>c6af97c</code></a>
    Release 2025-12-23</li>
    <li><a
    
href="https://github.com/aws/aws-sdk-go-v2/commit/44c79bcf5ea5c91aa2cfacf1266550b840cddf72";><code>44c79bc</code></a>
    Regenerated Clients</li>
    <li><a
    
href="https://github.com/aws/aws-sdk-go-v2/commit/cbd895944cc8a09617c1b9100720f582a3250f2d";><code>cbd8959</code></a>
    Update endpoints model</li>
    <li><a
    
href="https://github.com/aws/aws-sdk-go-v2/commit/8db5742cd5c378d0529a19c693c7cc16fc16f882";><code>8db5742</code></a>
    Update API model</li>
    <li><a
    
href="https://github.com/aws/aws-sdk-go-v2/commit/567ea661f59a4b913e2d18078a96e90e488562e9";><code>567ea66</code></a>
    Release 2025-12-22</li>
    <li><a
    
href="https://github.com/aws/aws-sdk-go-v2/commit/6bedc004ae386aa60707c65519004b170b6193fa";><code>6bedc00</code></a>
    Regenerated Clients</li>
    <li><a
    
href="https://github.com/aws/aws-sdk-go-v2/commit/4b32467ac353bf36f904362c5e8be520c9150588";><code>4b32467</code></a>
    Update API model</li>
    <li><a
    
href="https://github.com/aws/aws-sdk-go-v2/commit/0183b9c8f1c84d6553146a29612356b754b9dab0";><code>0183b9c</code></a>
    Release 2025-12-19</li>
    <li><a
    
href="https://github.com/aws/aws-sdk-go-v2/commit/e3fc0009489b9b9b6c48aecd3ae16f6c988618a4";><code>e3fc000</code></a>
    Regenerated Clients</li>
    <li><a
    
href="https://github.com/aws/aws-sdk-go-v2/commit/552358d4e6aad86db68adb7514859428829f0817";><code>552358d</code></a>
    Update endpoints model</li>
    <li>Additional commits viewable in <a
    
href="https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.94.0...service/s3/v1.95.0";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `github.com/substrait-io/substrait-go/v7` from 7.2.0 to 7.2.2
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    
href="https://github.com/substrait-io/substrait-go/releases";>github.com/substrait-io/substrait-go/v7's
    releases</a>.</em></p>
    <blockquote>
    <h1>v7.2.2 (2025-12-14)</h1>
    <h3>Bug fixes</h3>
    <ul>
    <li>correctly handle differing <code>any</code> types in fn invocation
    (<a
    
href="https://redirect.github.com/substrait-io/substrait-go/issues/180";>#180</a>)
    (<a
    
href="https://github.com/substrait-io/substrait-go/commit/579861e290363a09304916963ddc61a8e7873698";>579861e</a>)</li>
    </ul>
    <h1>v7.2.1 (2025-12-07)</h1>
    <h3>Bug fixes</h3>
    <ul>
    <li>correctly handle UDT literals with structure (<a
    
href="https://redirect.github.com/substrait-io/substrait-go/issues/171";>#171</a>)
    (<a
    
href="https://github.com/substrait-io/substrait-go/commit/940d2ba467a0870a973b43be466593eeeadfd387";>940d2ba</a>)</li>
    <li>correctly validate misaligned any1, any2, etc. (<a
    
href="https://redirect.github.com/substrait-io/substrait-go/issues/173";>#173</a>)
    (<a
    
href="https://github.com/substrait-io/substrait-go/commit/9897edaf90a281a97b8c76fc9f25dfda0d84cead";>9897eda</a>)
    <blockquote>
    <p>bump to substrait 0.78.1</p>
    </blockquote>
    </li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/substrait-io/substrait-go/commit/579861e290363a09304916963ddc61a8e7873698";><code>579861e</code></a>
    fix: correctly handle differing <code>any</code> types in fn invocation
    (<a
    
href="https://redirect.github.com/substrait-io/substrait-go/issues/180";>#180</a>)</li>
    <li><a
    
href="https://github.com/substrait-io/substrait-go/commit/940d2ba467a0870a973b43be466593eeeadfd387";><code>940d2ba</code></a>
    fix: correctly handle UDT literals with structure (<a
    
href="https://redirect.github.com/substrait-io/substrait-go/issues/171";>#171</a>)</li>
    <li><a
    
href="https://github.com/substrait-io/substrait-go/commit/9897edaf90a281a97b8c76fc9f25dfda0d84cead";><code>9897eda</code></a>
    fix: correctly validate misaligned any1, any2, etc. (<a
    
href="https://redirect.github.com/substrait-io/substrait-go/issues/173";>#173</a>)</li>
    <li><a
    
href="https://github.com/substrait-io/substrait-go/commit/e1b6c47d5bf699b2edf42a20bf9f6210433b575e";><code>e1b6c47</code></a>
    Update UserDefinedType reference only if it is
    ParameterizedUserDefinedType (...</li>
    <li>See full diff in <a
    
href="https://github.com/substrait-io/substrait-go/compare/v7.2.0...v7.2.2";>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 |  8 ++++----
 go.sum | 16 ++++++++--------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/go.mod b/go.mod
index 29a7cb6c..d91712c0 100644
--- a/go.mod
+++ b/go.mod
@@ -28,7 +28,7 @@ require (
        github.com/aws/aws-sdk-go-v2/config v1.32.6
        github.com/aws/aws-sdk-go-v2/credentials v1.19.6
        github.com/aws/aws-sdk-go-v2/service/glue v1.135.3
-       github.com/aws/aws-sdk-go-v2/service/s3 v1.94.0
+       github.com/aws/aws-sdk-go-v2/service/s3 v1.95.0
        github.com/aws/smithy-go v1.24.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
@@ -39,7 +39,7 @@ require (
        github.com/hamba/avro/v2 v2.30.0
        github.com/pterm/pterm v0.12.82
        github.com/stretchr/testify v1.11.1
-       github.com/substrait-io/substrait-go/v7 v7.2.0
+       github.com/substrait-io/substrait-go/v7 v7.2.2
        github.com/testcontainers/testcontainers-go/modules/compose v0.40.0
        github.com/twmb/murmur3 v1.1.8
        github.com/uptrace/bun v1.2.16
@@ -246,8 +246,8 @@ require (
        github.com/spf13/pflag v1.0.10 // indirect
        github.com/spiffe/go-spiffe/v2 v2.6.0 // indirect
        github.com/stretchr/objx v0.5.2 // indirect
-       github.com/substrait-io/substrait v0.75.0 // indirect
-       github.com/substrait-io/substrait-protobuf/go v0.75.0 // indirect
+       github.com/substrait-io/substrait v0.78.1 // indirect
+       github.com/substrait-io/substrait-protobuf/go v0.78.1 // indirect
        github.com/testcontainers/testcontainers-go v0.40.0 // indirect
        github.com/theupdateframework/notary v0.7.0 // indirect
        github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 // 
indirect
diff --git a/go.sum b/go.sum
index 15b08016..be899186 100644
--- a/go.sum
+++ b/go.sum
@@ -134,8 +134,8 @@ github.com/aws/aws-sdk-go-v2/service/internal/presigned-url 
v1.13.16 h1:oHjJHeUy
 github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.16/go.mod 
h1:iRSNGgOYmiYwSCXxXaKb9HfOEj40+oTKn8pTxMlYkRM=
 github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.16 
h1:NSbvS17MlI2lurYgXnCOLvCFX38sBW4eiVER7+kkgsU=
 github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.16/go.mod 
h1:SwT8Tmqd4sA6G1qaGdzWCJN99bUmPGHfRwwq3G5Qb+A=
-github.com/aws/aws-sdk-go-v2/service/s3 v1.94.0 
h1:SWTxh/EcUCDVqi/0s26V6pVUq0BBG7kx0tDTmF/hCgA=
-github.com/aws/aws-sdk-go-v2/service/s3 v1.94.0/go.mod 
h1:79S2BdqCJpScXZA2y+cpZuocWsjGjJINyXnOsf5DTz8=
+github.com/aws/aws-sdk-go-v2/service/s3 v1.95.0 
h1:MIWra+MSq53CFaXXAywB2qg9YvVZifkk6vEGl/1Qor0=
+github.com/aws/aws-sdk-go-v2/service/s3 v1.95.0/go.mod 
h1:79S2BdqCJpScXZA2y+cpZuocWsjGjJINyXnOsf5DTz8=
 github.com/aws/aws-sdk-go-v2/service/signin v1.0.4 
h1:HpI7aMmJ+mm1wkSHIA2t5EaFFv5EFYXePW30p1EIrbQ=
 github.com/aws/aws-sdk-go-v2/service/signin v1.0.4/go.mod 
h1:C5RdGMYGlfM0gYq/tifqgn4EbyX99V15P2V3R+VHbQU=
 github.com/aws/aws-sdk-go-v2/service/sso v1.30.8 
h1:aM/Q24rIlS3bRAhTyFurowU8A0SMyGDtEOY/l/s/1Uw=
@@ -665,12 +665,12 @@ github.com/stretchr/testify v1.8.0/go.mod 
h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
 github.com/stretchr/testify v1.8.1/go.mod 
h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
 github.com/stretchr/testify v1.11.1 
h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
 github.com/stretchr/testify v1.11.1/go.mod 
h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
-github.com/substrait-io/substrait v0.75.0 
h1:26l61irh5kQBLeDUcgDLnm+p4s2dJloHU6PPK0RAiB0=
-github.com/substrait-io/substrait v0.75.0/go.mod 
h1:MPFNw6sToJgpD5Z2rj0rQrdP/Oq8HG7Z2t3CAEHtkHw=
-github.com/substrait-io/substrait-go/v7 v7.2.0 
h1:49QFXeydO8OZyedzWOwHG0fG4BcXXlOwsbMalPwGWpA=
-github.com/substrait-io/substrait-go/v7 v7.2.0/go.mod 
h1:4GZ6c+UaojOGEG4ynyHrDFFmWGCVtbKdfzp6LXWdHmc=
-github.com/substrait-io/substrait-protobuf/go v0.75.0 
h1:6SjuEESDB8oOhdQMPMGb4uy0tyZOYt1EBwS/Wcr61fs=
-github.com/substrait-io/substrait-protobuf/go v0.75.0/go.mod 
h1:hn+Szm1NmZZc91FwWK9EXD/lmuGBSRTJ5IvHhlG1YnQ=
+github.com/substrait-io/substrait v0.78.1 
h1:Dsn+kvFQdC2k/2XRVE2+aD88WNbE4miWed2AZTtkBoQ=
+github.com/substrait-io/substrait v0.78.1/go.mod 
h1:MPFNw6sToJgpD5Z2rj0rQrdP/Oq8HG7Z2t3CAEHtkHw=
+github.com/substrait-io/substrait-go/v7 v7.2.2 
h1:cp51u9ikUW6YjKZSV3tu6Pxeu48pkfcraYR9yG06chY=
+github.com/substrait-io/substrait-go/v7 v7.2.2/go.mod 
h1:FVQ38NeDorflB3ogd8F9tjh9S1y8RDwwfSFm24/u9HY=
+github.com/substrait-io/substrait-protobuf/go v0.78.1 
h1:3MeQQ3DVN+KVILeMBw1z9pmLmQW9NmRiaVrgNZIwGP8=
+github.com/substrait-io/substrait-protobuf/go v0.78.1/go.mod 
h1:hn+Szm1NmZZc91FwWK9EXD/lmuGBSRTJ5IvHhlG1YnQ=
 github.com/testcontainers/testcontainers-go v0.40.0 
h1:pSdJYLOVgLE8YdUY2FHQ1Fxu+aMnb6JfVz1mxk7OeMU=
 github.com/testcontainers/testcontainers-go v0.40.0/go.mod 
h1:FSXV5KQtX2HAMlm7U3APNyLkkap35zNLxukw9oBi/MY=
 github.com/testcontainers/testcontainers-go/modules/compose v0.40.0 
h1:Bj8W7GieY56sRbVJx1yLh0JVEtOQ8SQMhX+jRtzenLA=

Reply via email to