Skip to content

Commit

Permalink
fix(deps): Update module github.com/apache/thrift to v0.18.0 (#83)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/apache/thrift](https://togithub.com/apache/thrift) | indirect | minor | `v0.14.2` -> `v0.18.0` |

---

### Release Notes

<details>
<summary>apache/thrift</summary>

### [`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.

### [`v0.16.0`](https://togithub.com/apache/thrift/releases/tag/v0.16.0): Version 0.16.0

[Compare Source](https://togithub.com/apache/thrift/compare/v0.15.0...v0.16.0)

For release 0.16.0 head over to the official release download source:
http://thrift.apache.org/download

The assets below are added by Github based on the release tag and they may therefore not match the checkums.

### [`v0.15.0`](https://togithub.com/apache/thrift/releases/tag/v0.15.0): Version 0.15.0

[Compare Source](https://togithub.com/apache/thrift/compare/v0.14.2...v0.15.0)

For release 0.15.0 head over to the official release download source:
http://thrift.apache.org/download

The assets below are added by Github based on the release tag and they may therefore not match the checkums.

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDkuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEwOS4xIn0=-->
  • Loading branch information
cq-bot authored Mar 1, 2023
1 parent 5167ddd commit bce51fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require github.com/xitongsys/parquet-go v1.6.2

require (
github.com/apache/arrow/go/arrow v0.0.0-20200730104253-651201b0f516 // indirect
github.com/apache/thrift v0.14.2 // indirect
github.com/apache/thrift v0.18.0 // indirect; indirect // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/xitongsys/parquet-go-source v0.0.0-20221025031416-9877e685ef65 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect; indirect // indirect
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,9 @@ github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kd
github.com/apache/arrow/go/arrow v0.0.0-20200730104253-651201b0f516 h1:byKBBF2CKWBjjA4J1ZL2JXttJULvWSl50LegTyRZ728=
github.com/apache/arrow/go/arrow v0.0.0-20200730104253-651201b0f516/go.mod h1:QNYViu/X0HXDHw7m3KXzWSVXIbfUvJqBFe6Gj8/pYA0=
github.com/apache/thrift v0.0.0-20181112125854-24918abba929/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
github.com/apache/thrift v0.14.2 h1:hY4rAyg7Eqbb27GB6gkhUKrRAuc8xRjlNtJq+LseKeY=
github.com/apache/thrift v0.14.2/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
github.com/apache/thrift v0.18.0 h1:YXuoqgVIHYiAp1WhRw59wXe86HQflof8fh3llIjRzMY=
github.com/apache/thrift v0.18.0/go.mod h1:rdQn/dCcDKEWjjylUeueum4vQEjG2v8v2PqriUnbr+I=
github.com/aws/aws-sdk-go v1.15.27/go.mod h1:mFuSZ37Z9YOHbQEwBWztmVzqXrEkub65tZoCYDt7FT0=
github.com/aws/aws-sdk-go v1.30.19/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0=
github.com/aws/aws-sdk-go v1.37.0/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=
Expand Down

0 comments on commit bce51fa

Please sign in to comment.