From 0ec1b15046769afbe48c167162d979f6165315a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 17:08:48 +0000 Subject: [PATCH] build(deps): bump go-simpler.org/sloglint from 0.7.2 to 0.8.0 Bumps [go-simpler.org/sloglint](https://github.com/go-simpler/sloglint) from 0.7.2 to 0.8.0. - [Release notes](https://github.com/go-simpler/sloglint/releases) - [Changelog](https://github.com/go-simpler/sloglint/blob/main/.goreleaser.yml) - [Commits](https://github.com/go-simpler/sloglint/compare/v0.7.2...v0.8.0) --- updated-dependencies: - dependency-name: go-simpler.org/sloglint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 3 ++- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index ea75ad10819e..e9310a16e30e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/golangci/golangci-lint go 1.22.1 +toolchain go1.23.6 require ( 4d63.com/gocheckcompilerdirectives v1.2.1 @@ -124,7 +125,7 @@ require ( github.com/ykadowak/zerologlint v0.1.5 gitlab.com/bosi/decorder v0.4.2 go-simpler.org/musttag v0.13.0 - go-simpler.org/sloglint v0.7.2 + go-simpler.org/sloglint v0.8.0 go.uber.org/automaxprocs v1.6.0 golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 golang.org/x/mod v0.23.0 diff --git a/go.sum b/go.sum index f6cf53b23a8e..d624518f1efa 100644 --- a/go.sum +++ b/go.sum @@ -601,8 +601,8 @@ go-simpler.org/assert v0.9.0 h1:PfpmcSvL7yAnWyChSjOz6Sp6m9j5lyK8Ok9pEL31YkQ= go-simpler.org/assert v0.9.0/go.mod h1:74Eqh5eI6vCK6Y5l3PI8ZYFXG4Sa+tkr70OIPJAUr28= go-simpler.org/musttag v0.13.0 h1:Q/YAW0AHvaoaIbsPj3bvEI5/QFP7w696IMUpnKXQfCE= go-simpler.org/musttag v0.13.0/go.mod h1:FTzIGeK6OkKlUDVpj0iQUXZLUO1Js9+mvykDQy9C5yM= -go-simpler.org/sloglint v0.7.2 h1:Wc9Em/Zeuu7JYpl+oKoYOsQSy2X560aVueCW/m6IijY= -go-simpler.org/sloglint v0.7.2/go.mod h1:US+9C80ppl7VsThQclkM7BkCHQAzuz8kHLsW3ppuluo= +go-simpler.org/sloglint v0.8.0 h1:6+Qy2Q47rjF8wKKsWPrQf0IusIOaj7jaFuGERSfBPLQ= +go-simpler.org/sloglint v0.8.0/go.mod h1:b+HKpxHE4GpH+BsH2bazJnCSXNjigsSTM6QGWzKCCIo= go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU= go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8= go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=