Skip to content

Commit 287a601

Browse files
chore: Bump github.com/substrait-io/substrait-protobuf/go from 0.80.0 to 0.81.0 (#671)
Bumps [github.com/substrait-io/substrait-protobuf/go](https://github.com/substrait-io/substrait-protobuf) from 0.80.0 to 0.81.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/substrait-io/substrait-protobuf/commit/68d8dc633e54199babaa44d14fc91acc058172c2"><code>68d8dc6</code></a> generated go/substraitpb for v0.81.0</li> <li>See full diff in <a href="https://github.com/substrait-io/substrait-protobuf/compare/go/v0.80.0...go/v0.81.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/substrait-io/substrait-protobuf/go&package-manager=go_modules&previous-version=0.80.0&new-version=0.81.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 24c66fa commit 287a601

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require (
3838
github.com/stoewer/go-strcase v1.3.1
3939
github.com/stretchr/testify v1.11.1
4040
github.com/substrait-io/substrait-go/v7 v7.3.0
41-
github.com/substrait-io/substrait-protobuf/go v0.80.0
41+
github.com/substrait-io/substrait-protobuf/go v0.81.0
4242
github.com/tidwall/sjson v1.2.5
4343
github.com/zeebo/xxh3 v1.1.0
4444
golang.org/x/exp v0.0.0-20260112195511-716be5621a96

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ github.com/substrait-io/substrait v0.79.0 h1:32poPdhuLmKa9J1FedCnNgNiueeDvO65SPD
154154
github.com/substrait-io/substrait v0.79.0/go.mod h1:MPFNw6sToJgpD5Z2rj0rQrdP/Oq8HG7Z2t3CAEHtkHw=
155155
github.com/substrait-io/substrait-go/v7 v7.3.0 h1:012lEWWwN/dz+xzG1pIqXZKpv0Er3LmdoqH+LaFqJjQ=
156156
github.com/substrait-io/substrait-go/v7 v7.3.0/go.mod h1:fZXyRTKuuP3wpBZghS/OjywWgskq5FWPUkO8UTFu0dE=
157-
github.com/substrait-io/substrait-protobuf/go v0.80.0 h1:M09iR7bEJ9vHG2+jVxyUlFt97CJMsl2uiLxK78C02wI=
158-
github.com/substrait-io/substrait-protobuf/go v0.80.0/go.mod h1:hn+Szm1NmZZc91FwWK9EXD/lmuGBSRTJ5IvHhlG1YnQ=
157+
github.com/substrait-io/substrait-protobuf/go v0.81.0 h1:/qC1XYKuO4oPdTwLYySuVZ6rq7xVS4E7U07Dcgm4+6U=
158+
github.com/substrait-io/substrait-protobuf/go v0.81.0/go.mod h1:hn+Szm1NmZZc91FwWK9EXD/lmuGBSRTJ5IvHhlG1YnQ=
159159
github.com/tidwall/gjson v1.14.2 h1:6BBkirS0rAHjumnjHF6qgy5d2YAJ1TLIaFE2lzfOLqo=
160160
github.com/tidwall/gjson v1.14.2/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
161161
github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=

0 commit comments

Comments
 (0)