From 9e83359ff9689b3e0b49d6de2c278e9271d08ca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 03:17:58 +0100 Subject: [PATCH] chore(deps): bump github.com/samber/slog-formatter from 1.1.1 to 1.1.2 (#42) Bumps [github.com/samber/slog-formatter](https://github.com/samber/slog-formatter) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/samber/slog-formatter/releases) - [Commits](https://github.com/samber/slog-formatter/compare/v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: github.com/samber/slog-formatter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 1b63064..5e7f5b7 100644 --- a/go.mod +++ b/go.mod @@ -12,8 +12,8 @@ require ( github.com/mattn/go-runewidth v0.0.16 // indirect github.com/rivo/uniseg v0.2.0 // indirect github.com/samber/lo v1.47.0 // indirect - github.com/samber/slog-formatter v1.1.1 - github.com/samber/slog-multi v1.2.4 // indirect + github.com/samber/slog-formatter v1.1.2 + github.com/samber/slog-multi v1.3.3 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasthttp v1.58.0 github.com/valyala/tcplisten v1.0.0 // indirect diff --git a/go.sum b/go.sum index 7b34799..62d8a87 100644 --- a/go.sum +++ b/go.sum @@ -23,10 +23,10 @@ github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/samber/lo v1.47.0 h1:z7RynLwP5nbyRscyvcD043DWYoOcYRv3mV8lBeqOCLc= github.com/samber/lo v1.47.0/go.mod h1:RmDH9Ct32Qy3gduHQuKJ3gW1fMHAnE/fAzQuf6He5cU= -github.com/samber/slog-formatter v1.1.1 h1:8hmUOoWlO+lF4Df1CO8be63IdTnvJubjBDW3iWvx4m8= -github.com/samber/slog-formatter v1.1.1/go.mod h1:62fqjJlw8uYOByt0g+oPZ5wNe9EcLmFoAgmPiun5qds= -github.com/samber/slog-multi v1.2.4 h1:k9x3JAWKJFPKffx+oXZ8TasaNuorIW4tG+TXxkt6Ry4= -github.com/samber/slog-multi v1.2.4/go.mod h1:ACuZ5B6heK57TfMVkVknN2UZHoFfjCwRxR0Q2OXKHlo= +github.com/samber/slog-formatter v1.1.2 h1:zXlDlNTnva5HgXb9+a1OMvVr7mzasLleAkHAT9glqPA= +github.com/samber/slog-formatter v1.1.2/go.mod h1:XRy+CcbpRVDNfi7pouJq/eJTAzbor5SfvAdnVhK5CqE= +github.com/samber/slog-multi v1.3.3 h1:qhFXaYdW73FIWLt8SrXMXfPwY58NpluzKDwRdPvhWWY= +github.com/samber/slog-multi v1.3.3/go.mod h1:ACuZ5B6heK57TfMVkVknN2UZHoFfjCwRxR0Q2OXKHlo= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=