Skip to content

Commit

Permalink
bump zetasqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
Matan Levy committed Nov 29, 2023
1 parent 76d1d30 commit 82b7ea9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/goccy/bigquery-emulator

go 1.18

replace github.com/goccy/go-zetasqlite => github.com/MatanLevy/go-zetasqlite v0.17.5
replace github.com/goccy/go-zetasqlite => github.com/MatanLevy/go-zetasqlite v0.17.6

require (
cloud.google.com/go/bigquery v1.51.0
Expand All @@ -14,7 +14,7 @@ require (
github.com/goccy/go-json v0.10.0
github.com/goccy/go-yaml v1.9.5
github.com/goccy/go-zetasql v0.5.1
github.com/goccy/go-zetasqlite v0.17.5
github.com/goccy/go-zetasqlite v0.17.6
github.com/google/go-cmp v0.5.9
github.com/googleapis/gax-go/v2 v2.7.1
github.com/gorilla/mux v1.8.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ github.com/DataDog/go-hll v1.0.2/go.mod h1:nVlk+LiOuLOBG2pl+DJtGYBr6r6CUH/bGqebz
github.com/GoogleCloudPlatform/golang-samples/bigquery v0.0.0-20221115172052-07ffb99455e8 h1:jEVA33EPpr9R1Uc2vhxqd+PefUOqaYy5rAzC9haWPVg=
github.com/GoogleCloudPlatform/golang-samples/bigquery v0.0.0-20221115172052-07ffb99455e8/go.mod h1:VB6n8DYUiQ07iCBJ5MTjHy8+zI5FNiNT0IDbZ00nhAc=
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c h1:RGWPOewvKIROun94nF7v2cua9qP+thov/7M50KEoeSU=
github.com/MatanLevy/go-zetasqlite v0.17.5 h1:0Z3+O0+yUdRJc8Ro5mbUXXZYiQ507E73Tt4bh6w4zJQ=
github.com/MatanLevy/go-zetasqlite v0.17.5/go.mod h1:ocaF4qqZZjRXoaBnTFzYDdgLHP2OAgFcTrQQCQyWN5w=
github.com/MatanLevy/go-zetasqlite v0.17.6 h1:uQrczNo7s+3lknq9knL/bWeI4kEqLj5346iCZSrkfIQ=
github.com/MatanLevy/go-zetasqlite v0.17.6/go.mod h1:ocaF4qqZZjRXoaBnTFzYDdgLHP2OAgFcTrQQCQyWN5w=
github.com/andybalholm/brotli v1.0.4 h1:V7DdXeJtZscaqfNuAdSRuRFzuiKlHSC/Zh3zl9qY3JY=
github.com/andybalholm/brotli v1.0.4/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig=
github.com/apache/arrow/go/v10 v10.0.1 h1:n9dERvixoC/1JjDmBcs9FPaEryoANa2sCgVFo6ez9cI=
Expand Down

0 comments on commit 82b7ea9

Please sign in to comment.