Skip to content

Commit 214f174

Browse files
authored
fix(deps): Update module github.com/apache/thrift to v0.19.0 (#318)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/apache/thrift](https://togithub.com/apache/thrift) | indirect | minor | `v0.18.1` -> `v0.19.0` | --- ### Release Notes <details> <summary>apache/thrift (github.com/apache/thrift)</summary> ### [`v0.19.0`](https://togithub.com/apache/thrift/releases/tag/v0.19.0): Version 0.19.0 [Compare Source](https://togithub.com/apache/thrift/compare/v0.18.1...v0.19.0) Please head over to the official release download source: http://thrift.apache.org/download The assets listed below are added by Github based on the release tag and they will therefore not match the checkums published on the Thrift project website. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 187fa58 commit 214f174

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
@@ -22,7 +22,7 @@ replace github.com/apache/arrow/go/v14 => github.com/cloudquery/arrow/go/v14 v14
2222
require (
2323
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c // indirect
2424
github.com/andybalholm/brotli v1.0.5 // indirect
25-
github.com/apache/thrift v0.18.1 // indirect
25+
github.com/apache/thrift v0.19.0 // indirect
2626
github.com/davecgh/go-spew v1.1.1 // indirect
2727
github.com/golang/protobuf v1.5.3 // indirect
2828
github.com/golang/snappy v0.0.4 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c h1:RGWPOewvK
22
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c/go.mod h1:X0CRv0ky0k6m906ixxpzmDRLvX58TFUKS2eePweuyxk=
33
github.com/andybalholm/brotli v1.0.5 h1:8uQZIdzKmjc/iuPu7O2ioW48L81FgatrcpfFmiq/cCs=
44
github.com/andybalholm/brotli v1.0.5/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig=
5-
github.com/apache/thrift v0.18.1 h1:lNhK/1nqjbwbiOPDBPFJVKxgDEGSepKuTh6OLiXW8kg=
6-
github.com/apache/thrift v0.18.1/go.mod h1:rdQn/dCcDKEWjjylUeueum4vQEjG2v8v2PqriUnbr+I=
5+
github.com/apache/thrift v0.19.0 h1:sOqkWPzMj7w6XaYbJQG7m4sGqVolaW/0D28Ln7yPzMk=
6+
github.com/apache/thrift v0.19.0/go.mod h1:SUALL216IiaOw2Oy+5Vs9lboJ/t9g40C+G07Dc0QC1I=
77
github.com/bradleyjkemp/cupaloy/v2 v2.8.0 h1:any4BmKE+jGIaMpnU8YgH/I2LPiLBufr6oMMlVBbn9M=
88
github.com/bradleyjkemp/cupaloy/v2 v2.8.0/go.mod h1:bm7JXdkRd4BHJk9HpwqAI8BoAY1lps46Enkdqw6aRX0=
99
github.com/cloudquery/arrow/go/v14 v14.0.0-20230923001133-64e27ff0a594 h1:F7qBvxMoHpKZ34haB/fx1eopayvXQRVxXJVqIEZfEJI=

0 commit comments

Comments
 (0)