Skip to content

Commit 2b6edf0

Browse files
authored
build: bump substrait-protobuf to v0.66.1 (#131)
1 parent 39eb2e2 commit 2b6edf0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/google/uuid v1.6.0
1717
github.com/stretchr/testify v1.10.0
1818
github.com/substrait-io/substrait v0.66.1-0.20250205013839-a30b3e2d7ec6
19-
github.com/substrait-io/substrait-protobuf/go v0.64.0
19+
github.com/substrait-io/substrait-protobuf/go v0.66.1
2020
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
2121
google.golang.org/protobuf v1.35.2
2222
gopkg.in/yaml.v3 v3.0.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
5858
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
5959
github.com/substrait-io/substrait v0.66.1-0.20250205013839-a30b3e2d7ec6 h1:XqtxwYFCjS4L0o1QD4ipGHCuFG94U0f6BeldbilGQjU=
6060
github.com/substrait-io/substrait v0.66.1-0.20250205013839-a30b3e2d7ec6/go.mod h1:MPFNw6sToJgpD5Z2rj0rQrdP/Oq8HG7Z2t3CAEHtkHw=
61-
github.com/substrait-io/substrait-protobuf/go v0.64.0 h1:69iCtk2cHxEntqK8O5tvsiZZei0KMvZT5k6sqm8dgog=
62-
github.com/substrait-io/substrait-protobuf/go v0.64.0/go.mod h1:hn+Szm1NmZZc91FwWK9EXD/lmuGBSRTJ5IvHhlG1YnQ=
61+
github.com/substrait-io/substrait-protobuf/go v0.66.1 h1:qAjI2Zb35PvFDdzJ5afTgJaMZEXt+hKIMiXLKtM8Lh4=
62+
github.com/substrait-io/substrait-protobuf/go v0.66.1/go.mod h1:hn+Szm1NmZZc91FwWK9EXD/lmuGBSRTJ5IvHhlG1YnQ=
6363
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
6464
golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U=
6565
golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk=

0 commit comments

Comments
 (0)