From fbc42d4bcff3750dd9e24501d1aa3157669488a8 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 1 Mar 2023 02:50:05 +0200 Subject: [PATCH] fix(deps): Update module github.com/pierrec/lz4/v4 to v4.1.17 (#79) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/pierrec/lz4/v4](https://togithub.com/pierrec/lz4) | indirect | patch | `v4.1.9` -> `v4.1.17` | --- ### Release Notes
pierrec/lz4 ### [`v4.1.17`](https://togithub.com/pierrec/lz4/compare/v4.1.16...v4.1.17) [Compare Source](https://togithub.com/pierrec/lz4/compare/v4.1.16...v4.1.17) ### [`v4.1.16`](https://togithub.com/pierrec/lz4/compare/v4.1.15...v4.1.16) [Compare Source](https://togithub.com/pierrec/lz4/compare/v4.1.15...v4.1.16) ### [`v4.1.15`](https://togithub.com/pierrec/lz4/compare/v4.1.14...v4.1.15) [Compare Source](https://togithub.com/pierrec/lz4/compare/v4.1.14...v4.1.15) ### [`v4.1.14`](https://togithub.com/pierrec/lz4/compare/v4.1.13...v4.1.14) [Compare Source](https://togithub.com/pierrec/lz4/compare/v4.1.13...v4.1.14) ### [`v4.1.13`](https://togithub.com/pierrec/lz4/compare/v4.1.12...v4.1.13) [Compare Source](https://togithub.com/pierrec/lz4/compare/v4.1.12...v4.1.13) ### [`v4.1.12`](https://togithub.com/pierrec/lz4/compare/v4.1.11...v4.1.12) [Compare Source](https://togithub.com/pierrec/lz4/compare/v4.1.11...v4.1.12) ### [`v4.1.11`](https://togithub.com/pierrec/lz4/compare/v4.1.10...v4.1.11) [Compare Source](https://togithub.com/pierrec/lz4/compare/v4.1.10...v4.1.11) ### [`v4.1.10`](https://togithub.com/pierrec/lz4/compare/v4.1.9...v4.1.10) [Compare Source](https://togithub.com/pierrec/lz4/compare/v4.1.9...v4.1.10)
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 05b7739a..065a0b4d 100644 --- a/go.mod +++ b/go.mod @@ -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 ) diff --git a/go.sum b/go.sum index 470d611e..6bb03b24 100644 --- a/go.sum +++ b/go.sum @@ -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=