Skip to content

Commit

Permalink
fix(deps): Update module github.com/pierrec/lz4/v4 to v4.1.17 (#79)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/pierrec/lz4/v4](https://github.com/pierrec/lz4) | indirect | patch | `v4.1.9` -> `v4.1.17` |

---

### Release Notes

<details>
<summary>pierrec/lz4</summary>

### [`v4.1.17`](https://github.com/pierrec/lz4/compare/v4.1.16...v4.1.17)

[Compare Source](https://github.com/pierrec/lz4/compare/v4.1.16...v4.1.17)

### [`v4.1.16`](https://github.com/pierrec/lz4/compare/v4.1.15...v4.1.16)

[Compare Source](https://github.com/pierrec/lz4/compare/v4.1.15...v4.1.16)

### [`v4.1.15`](https://github.com/pierrec/lz4/compare/v4.1.14...v4.1.15)

[Compare Source](https://github.com/pierrec/lz4/compare/v4.1.14...v4.1.15)

### [`v4.1.14`](https://github.com/pierrec/lz4/compare/v4.1.13...v4.1.14)

[Compare Source](https://github.com/pierrec/lz4/compare/v4.1.13...v4.1.14)

### [`v4.1.13`](https://github.com/pierrec/lz4/compare/v4.1.12...v4.1.13)

[Compare Source](https://github.com/pierrec/lz4/compare/v4.1.12...v4.1.13)

### [`v4.1.12`](https://github.com/pierrec/lz4/compare/v4.1.11...v4.1.12)

[Compare Source](https://github.com/pierrec/lz4/compare/v4.1.11...v4.1.12)

### [`v4.1.11`](https://github.com/pierrec/lz4/compare/v4.1.10...v4.1.11)

[Compare Source](https://github.com/pierrec/lz4/compare/v4.1.10...v4.1.11)

### [`v4.1.10`](https://github.com/pierrec/lz4/compare/v4.1.9...v4.1.10)

[Compare Source](https://github.com/pierrec/lz4/compare/v4.1.9...v4.1.10)

</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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDkuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEwOS4xIn0=-->
  • Loading branch information
cq-bot authored Mar 1, 2023
1 parent 5d47135 commit fbc42d4
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 @@ -36,6 +36,6 @@ require (
require (
github.com/getsentry/sentry-go v0.18.0 // indirect; indirect // indirect
github.com/klauspost/compress v1.15.11 // indirect
github.com/pierrec/lz4/v4 v4.1.9 // indirect
github.com/pierrec/lz4/v4 v4.1.17 // indirect; indirect // indirect
golang.org/x/text v0.7.0 // indirect; indirect // indirect
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,8 @@ github.com/montanaflynn/stats v0.6.6/go.mod h1:etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt
github.com/ncw/swift v1.0.52/go.mod h1:23YIA4yWVnGwv2dQlN4bB7egfYX6YLn0Yo/S6zZO/ZM=
github.com/pborman/getopt v0.0.0-20180729010549-6fdd0a2c7117/go.mod h1:85jBQOZwpVEaDAr341tbn15RS4fCAsIst0qp7i8ex1o=
github.com/pierrec/lz4/v4 v4.1.8/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
github.com/pierrec/lz4/v4 v4.1.9 h1:xkrjwpOP5xg1k4Nn4GX4a4YFGhscyQL/3EddJ1Xxqm8=
github.com/pierrec/lz4/v4 v4.1.9/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
github.com/pierrec/lz4/v4 v4.1.17 h1:kV4Ip+/hUBC+8T6+2EgburRtkE9ef4nbY3f4dFhGjMc=
github.com/pierrec/lz4/v4 v4.1.17/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
github.com/pingcap/errors v0.11.4 h1:lFuQV/oaUMGcD2tqt+01ROSmJs75VG1ToEOkZIZ4nE4=
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4/go.mod h1:4OwLy04Bl9Ef3GJJCoec+30X3LQs/0/m4HFRt/2LUSA=
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4/go.mod h1:N6UoU20jOqggOuDwUaBQpluzLNDqif3kq9z2wpdYEfQ=
Expand Down

0 comments on commit fbc42d4

Please sign in to comment.