From d052e83f52f8e03b794cdfbcb06f8576f9514628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 20:57:50 +0000 Subject: [PATCH] build(deps): bump github.com/curioswitch/go-reassign from 0.2.0 to 0.3.0 Bumps [github.com/curioswitch/go-reassign](https://github.com/curioswitch/go-reassign) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/curioswitch/go-reassign/releases) - [Changelog](https://github.com/curioswitch/go-reassign/blob/main/.goreleaser.yaml) - [Commits](https://github.com/curioswitch/go-reassign/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: github.com/curioswitch/go-reassign dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 60545739c267..a97cf807c611 100644 --- a/go.mod +++ b/go.mod @@ -31,7 +31,7 @@ require ( github.com/catenacyber/perfsprint v0.7.1 github.com/charithe/durationcheck v0.0.10 github.com/ckaznocha/intrange v0.2.1 - github.com/curioswitch/go-reassign v0.2.0 + github.com/curioswitch/go-reassign v0.3.0 github.com/daixiang0/gci v0.13.5 github.com/denis-tingaikin/go-header v0.5.0 github.com/fatih/color v1.18.0 diff --git a/go.sum b/go.sum index e9bdaeef62ce..bb722c3ce035 100644 --- a/go.sum +++ b/go.sum @@ -120,8 +120,8 @@ github.com/ckaznocha/intrange v0.2.1/go.mod h1:7NEhVyf8fzZO5Ds7CRaqPEm52Ut83hsTi github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= -github.com/curioswitch/go-reassign v0.2.0 h1:G9UZyOcpk/d7Gd6mqYgd8XYWFMw/znxwGDUstnC9DIo= -github.com/curioswitch/go-reassign v0.2.0/go.mod h1:x6OpXuWvgfQaMGks2BZybTngWjT84hqJfKoO8Tt/Roc= +github.com/curioswitch/go-reassign v0.3.0 h1:dh3kpQHuADL3cobV/sSGETA8DOv457dwl+fbBAhrQPs= +github.com/curioswitch/go-reassign v0.3.0/go.mod h1:nApPCCTtqLJN/s8HfItCcKV0jIPwluBOvZP+dsJGA88= github.com/daixiang0/gci v0.13.5 h1:kThgmH1yBmZSBCh1EJVxQ7JsHpm5Oms0AMed/0LaH4c= github.com/daixiang0/gci v0.13.5/go.mod h1:12etP2OniiIdP4q+kjUGrC/rUagga7ODbqsom5Eo5Yk= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=