From 05883cf92b6e5804e083854710ca22f62cab2558 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 08:07:23 -0700 Subject: [PATCH] fix(deps): update module github.com/daixiang0/gci to v0.13.3 (#32087) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/daixiang0/gci](https://togithub.com/daixiang0/gci) | `v0.13.1` -> `v0.13.3` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fdaixiang0%2fgci/v0.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fdaixiang0%2fgci/v0.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fdaixiang0%2fgci/v0.13.1/v0.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fdaixiang0%2fgci/v0.13.1/v0.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
daixiang0/gci (github.com/daixiang0/gci) ### [`v0.13.3`](https://togithub.com/daixiang0/gci/releases/tag/v0.13.3) [Compare Source](https://togithub.com/daixiang0/gci/compare/v0.13.2...v0.13.3) #### What's Changed - go.mod: remove toolchain for backwards compatible by [@​daixiang0](https://togithub.com/daixiang0) in [https://github.com/daixiang0/gci/pull/199](https://togithub.com/daixiang0/gci/pull/199) - bump up version by [@​daixiang0](https://togithub.com/daixiang0) in [https://github.com/daixiang0/gci/pull/200](https://togithub.com/daixiang0/gci/pull/200) **Full Changelog**: https://github.com/daixiang0/gci/compare/v0.13.2...v0.13.3 ### [`v0.13.2`](https://togithub.com/daixiang0/gci/releases/tag/v0.13.2) [Compare Source](https://togithub.com/daixiang0/gci/compare/v0.13.1...v0.13.2) #### What's Changed - integrate Golangci-lint with localmodule enabled by [@​daixiang0](https://togithub.com/daixiang0) in [https://github.com/daixiang0/gci/pull/196](https://togithub.com/daixiang0/gci/pull/196) - bump up to 0.13.2 by [@​daixiang0](https://togithub.com/daixiang0) in [https://github.com/daixiang0/gci/pull/197](https://togithub.com/daixiang0/gci/pull/197) **Full Changelog**: https://github.com/daixiang0/gci/compare/v0.13.1...v0.13.2
--- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> --- internal/tools/go.mod | 2 +- internal/tools/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/tools/go.mod b/internal/tools/go.mod index 14f58eb88b030..7a71aa7f8d8c2 100644 --- a/internal/tools/go.mod +++ b/internal/tools/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/Khan/genqlient v0.7.0 github.com/client9/misspell v0.3.4 - github.com/daixiang0/gci v0.13.1 + github.com/daixiang0/gci v0.13.3 github.com/golangci/golangci-lint v1.57.2 github.com/google/addlicense v1.1.1 github.com/jcchavezs/porto v0.6.0 diff --git a/internal/tools/go.sum b/internal/tools/go.sum index d944aa2c4b50b..a4144e6a56157 100644 --- a/internal/tools/go.sum +++ b/internal/tools/go.sum @@ -155,8 +155,8 @@ github.com/curioswitch/go-reassign v0.2.0 h1:G9UZyOcpk/d7Gd6mqYgd8XYWFMw/znxwGDU github.com/curioswitch/go-reassign v0.2.0/go.mod h1:x6OpXuWvgfQaMGks2BZybTngWjT84hqJfKoO8Tt/Roc= github.com/cyphar/filepath-securejoin v0.2.4 h1:Ugdm7cg7i6ZK6x3xDF1oEu1nfkyfH53EtKeQYTC3kyg= github.com/cyphar/filepath-securejoin v0.2.4/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4= -github.com/daixiang0/gci v0.13.1 h1:jkQWCPu7JZhNoO+OMHFxs1KGonWPhXw9txySE8qwAb0= -github.com/daixiang0/gci v0.13.1/go.mod h1:JyUVY/ZKzBjrzLOm2UQDZohEZ2HlfX72jONBV0REVb4= +github.com/daixiang0/gci v0.13.3 h1:dyF6x6lKHzH+UK1/Ni7CVElxUiocdWWm5XdBxCJCr4M= +github.com/daixiang0/gci v0.13.3/go.mod h1:12etP2OniiIdP4q+kjUGrC/rUagga7ODbqsom5Eo5Yk= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=