Skip to content

Commit

Permalink
Merge pull request #2 from Recidiviz/colincadams/update-4
Browse files Browse the repository at this point in the history
Update to use new version of go-zetasqlite
  • Loading branch information
colincadams committed May 23, 2023
2 parents 10b06da + fee5f1f commit 160dfc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
cloud.google.com/go/bigquery v1.44.0
cloud.google.com/go/storage v1.28.1
github.com/GoogleCloudPlatform/golang-samples/bigquery v0.0.0-20221115172052-07ffb99455e8
github.com/Recidiviz/go-zetasqlite v0.13.6-recidiviz.3
github.com/Recidiviz/go-zetasqlite v0.13.6-recidiviz.4
github.com/apache/arrow/go/v10 v10.0.0
github.com/fsouza/fake-gcs-server v1.43.0
github.com/go-playground/validator/v10 v10.11.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,8 @@ github.com/GoogleCloudPlatform/golang-samples/bigquery v0.0.0-20221115172052-07f
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c h1:RGWPOewvKIROun94nF7v2cua9qP+thov/7M50KEoeSU=
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c/go.mod h1:X0CRv0ky0k6m906ixxpzmDRLvX58TFUKS2eePweuyxk=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/Recidiviz/go-zetasqlite v0.13.6-recidiviz.3 h1:/UYbX++Wh4KklaCxIiFgTiyEFjxE4nWt4i21se/SwHc=
github.com/Recidiviz/go-zetasqlite v0.13.6-recidiviz.3/go.mod h1:y4WfQ4087HogDeymefB1wDiKrFvMX4Xt9tBhhk9agc8=
github.com/Recidiviz/go-zetasqlite v0.13.6-recidiviz.4 h1:v3DJapA/0v4t2XsFlZX7+X+jtQ1iIqwgeBm47uupuBQ=
github.com/Recidiviz/go-zetasqlite v0.13.6-recidiviz.4/go.mod h1:y4WfQ4087HogDeymefB1wDiKrFvMX4Xt9tBhhk9agc8=
github.com/ajstarks/deck v0.0.0-20200831202436-30c9fc6549a9/go.mod h1:JynElWSGnm/4RlzPXRlREEwqTHAN3T56Bv2ITsFT3gY=
github.com/ajstarks/deck/generate v0.0.0-20210309230005-c3f852c02e19/go.mod h1:T13YZdzov6OU0A1+RfKZiZN9ca6VeKdBdyDV+BY97Tk=
github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af/go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw=
Expand Down

0 comments on commit 160dfc5

Please sign in to comment.