From 9d20ae0cc4d3b536b89115450e2d56612ac148a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Mar 2025 11:35:46 +0000 Subject: [PATCH 1/2] build(deps): bump github.com/macabu/inamedparam from 0.1.3 to 0.2.0 Bumps [github.com/macabu/inamedparam](https://github.com/macabu/inamedparam) from 0.1.3 to 0.2.0. - [Release notes](https://github.com/macabu/inamedparam/releases) - [Commits](https://github.com/macabu/inamedparam/compare/v0.1.3...v0.2.0) --- updated-dependencies: - dependency-name: github.com/macabu/inamedparam dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 4 +++- go.sum | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 2c22bbb83b8d..bc19646dc7ef 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,8 @@ module github.com/golangci/golangci-lint/v2 go 1.23.0 +toolchain go1.24.1 + require ( 4d63.com/gocheckcompilerdirectives v1.3.0 4d63.com/gochecknoglobals v0.2.2 @@ -72,7 +74,7 @@ require ( github.com/ldez/tagliatelle v0.7.1 github.com/ldez/usetesting v0.4.2 github.com/leonklingele/grouper v1.1.2 - github.com/macabu/inamedparam v0.1.3 + github.com/macabu/inamedparam v0.2.0 github.com/maratori/testableexamples v1.0.0 github.com/maratori/testpackage v1.1.1 github.com/matoous/godox v1.1.0 diff --git a/go.sum b/go.sum index 16495d31aacd..99a20e9a8048 100644 --- a/go.sum +++ b/go.sum @@ -379,8 +379,8 @@ github.com/lucasb-eyer/go-colorful v1.2.0 h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69 github.com/lucasb-eyer/go-colorful v1.2.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0= github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 h1:6E+4a0GO5zZEnZ81pIr0yLvtUWk2if982qA3F3QD6H4= github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0/go.mod h1:zJYVVT2jmtg6P3p1VtQj7WsuWi/y4VnjVBn7F8KPB3I= -github.com/macabu/inamedparam v0.1.3 h1:2tk/phHkMlEL/1GNe/Yf6kkR/hkcUdAEY3L0hjYV1Mk= -github.com/macabu/inamedparam v0.1.3/go.mod h1:93FLICAIk/quk7eaPPQvbzihUdn/QkGDwIZEoLtpH6I= +github.com/macabu/inamedparam v0.2.0 h1:VyPYpOc10nkhI2qeNUdh3Zket4fcZjEWe35poddBCpE= +github.com/macabu/inamedparam v0.2.0/go.mod h1:+Pee9/YfGe5LJ62pYXqB89lJ+0k5bsR8Wgz/C0Zlq3U= github.com/magiconair/properties v1.8.6 h1:5ibWZ6iY0NctNGWo87LalDlEZ6R41TqbbDamhfG/Qzo= github.com/magiconair/properties v1.8.6/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60= github.com/maratori/testableexamples v1.0.0 h1:dU5alXRrD8WKSjOUnmJZuzdxWOEQ57+7s93SLMxb2vI= From 5ec526c1051da386e4b4cb571da0698952cbb4ab Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Sun, 16 Mar 2025 14:09:51 +0100 Subject: [PATCH 2/2] chore: clean up go.mod --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index bc19646dc7ef..171259625816 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,6 @@ module github.com/golangci/golangci-lint/v2 go 1.23.0 -toolchain go1.24.1 - require ( 4d63.com/gocheckcompilerdirectives v1.3.0 4d63.com/gochecknoglobals v0.2.2