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/arrow-go.git


The following commit(s) were added to refs/heads/main by this push:
     new 30e27499 chore: Bump github.com/twmb/avro from 1.8.0 to 1.9.0 (#1316)
30e27499 is described below

commit 30e27499fbb5fbeae92b7f564086598e02f5e6c9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 15 14:50:34 2026 -0400

    chore: Bump github.com/twmb/avro from 1.8.0 to 1.9.0 (#1316)
    
    Bumps [github.com/twmb/avro](https://github.com/twmb/avro) from 1.8.0 to
    1.9.0.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/twmb/avro/commit/d4de8e1130760f0d035e690c4505ece4901332bf";><code>d4de8e1</code></a>
    Merge pull request <a
    href="https://redirect.github.com/twmb/avro/issues/58";>#58</a> from
    twmb/jsonv2</li>
    <li><a
    
href="https://github.com/twmb/avro/commit/d99ac57b5424f464eb31b7a994e441c0c4827e74";><code>d99ac57</code></a>
    Merge pull request <a
    href="https://redirect.github.com/twmb/avro/issues/57";>#57</a> from
    twmb/voice</li>
    <li><a
    
href="https://github.com/twmb/avro/commit/794de547fc2ae8bb27df0dd81cbf4816d927e578";><code>794de54</code></a>
    schema: name map keys and replace invalid UTF-8 before json.Marshal
    runs</li>
    <li><a
    
href="https://github.com/twmb/avro/commit/9d783d06792a263e3a1ebad84c1398d0ee4e0dd2";><code>9d783d0</code></a>
    docs: write the README and exported docs the way franz-go writes
    them</li>
    <li><a
    
href="https://github.com/twmb/avro/commit/1e30f02f11863aa9989e900abf230711bbb98965";><code>1e30f02</code></a>
    Merge pull request <a
    href="https://redirect.github.com/twmb/avro/issues/56";>#56</a> from
    twmb/slab-bytes</li>
    <li><a
    
href="https://github.com/twmb/avro/commit/ce20fea4d1fbbcb76f424ed27670d13c5427ba0c";><code>ce20fea</code></a>
    comments: cut the new options' docs down</li>
    <li><a
    
href="https://github.com/twmb/avro/commit/0e7dd77aa18201a37285d7be24fb2e151eb42694";><code>0e7dd77</code></a>
    comments: write them the way franz-go writes them</li>
    <li><a
    
href="https://github.com/twmb/avro/commit/054f962dd53d26d7600b2414cbe48bec81b3a3c7";><code>054f962</code></a>
    deser: stop copying a resolved record's pre-encoded default</li>
    <li><a
    
href="https://github.com/twmb/avro/commit/3291929d5226e0914b2273adbe0cd71be77fa56f";><code>3291929</code></a>
    ocf: add WithDecodeOpts to reach the datum decode</li>
    <li><a
    
href="https://github.com/twmb/avro/commit/a006ff5a8a7a0b9968936bb8aeebb86e15ceaeb2";><code>a006ff5</code></a>
    schema: add SchemaNode.ExpandReferences</li>
    <li>Additional commits viewable in <a
    href="https://github.com/twmb/avro/compare/v1.8.0...v1.9.0";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/twmb/avro&package-manager=go_modules&previous-version=1.8.0&new-version=1.9.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'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 show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 go.mod | 2 +-
 go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/go.mod b/go.mod
index 83f8fa01..22fba0cb 100644
--- a/go.mod
+++ b/go.mod
@@ -43,7 +43,7 @@ require (
        github.com/substrait-io/substrait-go/v8 v8.1.1
        github.com/substrait-io/substrait-protobuf/go v0.85.0
        github.com/tidwall/sjson v1.2.5
-       github.com/twmb/avro v1.8.0
+       github.com/twmb/avro v1.9.0
        github.com/zeebo/xxh3 v1.1.0
        golang.org/x/exp v0.0.0-20260112195511-716be5621a96
        golang.org/x/sync v0.22.0
diff --git a/go.sum b/go.sum
index cd00badc..4ac581e6 100644
--- a/go.sum
+++ b/go.sum
@@ -153,8 +153,8 @@ github.com/tidwall/pretty v1.2.0 
h1:RWIZEg2iJ8/g6fDDYzMpobmaoGh5OLl4AXtGUGPcqCs=
 github.com/tidwall/pretty v1.2.0/go.mod 
h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU=
 github.com/tidwall/sjson v1.2.5 h1:kLy8mja+1c9jlljvWTlSazM7cKDRfJuR/bOJhcY5NcY=
 github.com/tidwall/sjson v1.2.5/go.mod 
h1:Fvgq9kS/6ociJEDnK0Fk1cpYF4FIW6ZF7LAe+6jwd28=
-github.com/twmb/avro v1.8.0 h1:UMWLg+nH4P3yad5Om7yFSohYLy2RG1s7BcFFiOvmK9Q=
-github.com/twmb/avro v1.8.0/go.mod 
h1:X0fT1dY2xcbV4YuCE4mYro+qljHl4kUF5uA/2z1rgSk=
+github.com/twmb/avro v1.9.0 h1:JSiqewo3AANj7vlVCQXBsIZTA3LiiBble7Xp8T4lbtA=
+github.com/twmb/avro v1.9.0/go.mod 
h1:X0fT1dY2xcbV4YuCE4mYro+qljHl4kUF5uA/2z1rgSk=
 github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778/go.mod 
h1:2MuV+tbUrU1zIOPMxZ5EncGwgmMJsa+9ucAQZXxsObs=
 github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e 
h1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no=
 github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e/go.mod 
h1:RbqR21r5mrJuqunuUZ/Dhy/avygyECGrLceyNeo4LiM=

Reply via email to