Skip to content

Commit f504a86

Browse files
authored
fix(deps): Update module github.com/apache/thrift to v0.18.1 (#108)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/apache/thrift](https://togithub.com/apache/thrift) | indirect | minor | `v0.16.0` -> `v0.18.1` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>apache/thrift</summary> ### [`v0.18.1`](https://togithub.com/apache/thrift/releases/tag/v0.18.1): Version 0.18.1 [Compare Source](https://togithub.com/apache/thrift/compare/v0.18.0...v0.18.1) 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. ### [`v0.18.0`](https://togithub.com/apache/thrift/releases/tag/v0.18.0): Version 0.18.0 [Compare Source](https://togithub.com/apache/thrift/compare/v0.17.0...v0.18.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. ### [`v0.17.0`](https://togithub.com/apache/thrift/releases/tag/v0.17.0): Version 0.17.0 [Compare Source](https://togithub.com/apache/thrift/compare/v0.16.0...v0.17.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 3am 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTQuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE1NC4wIn0=-->
1 parent 68d2702 commit f504a86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ require golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
3737

3838
require (
3939
github.com/andybalholm/brotli v1.0.5 // indirect
40-
github.com/apache/thrift v0.16.0 // indirect
40+
github.com/apache/thrift v0.18.1 // indirect
4141
github.com/golang/snappy v0.0.4 // indirect
4242
github.com/google/flatbuffers v2.0.8+incompatible // indirect
4343
github.com/klauspost/asmfmt v1.3.2 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ github.com/apache/arrow/go/arrow v0.0.0-20200730104253-651201b0f516 h1:byKBBF2CK
116116
github.com/apache/arrow/go/arrow v0.0.0-20200730104253-651201b0f516/go.mod h1:QNYViu/X0HXDHw7m3KXzWSVXIbfUvJqBFe6Gj8/pYA0=
117117
github.com/apache/thrift v0.0.0-20181112125854-24918abba929/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
118118
github.com/apache/thrift v0.14.2/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
119-
github.com/apache/thrift v0.16.0 h1:qEy6UW60iVOlUy+b9ZR0d5WzUWYGOo4HfopoyBaNmoY=
120-
github.com/apache/thrift v0.16.0/go.mod h1:PHK3hniurgQaNMZYaCLEqXKsYK8upmhPbmdP2FXSqgU=
119+
github.com/apache/thrift v0.18.1 h1:lNhK/1nqjbwbiOPDBPFJVKxgDEGSepKuTh6OLiXW8kg=
120+
github.com/apache/thrift v0.18.1/go.mod h1:rdQn/dCcDKEWjjylUeueum4vQEjG2v8v2PqriUnbr+I=
121121
github.com/aws/aws-sdk-go v1.15.27/go.mod h1:mFuSZ37Z9YOHbQEwBWztmVzqXrEkub65tZoCYDt7FT0=
122122
github.com/aws/aws-sdk-go v1.30.19/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0=
123123
github.com/aws/aws-sdk-go v1.37.0/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=

0 commit comments

Comments
 (0)