1
0
mirror of https://github.com/owenthereal/jqplay.git synced 2025-04-19 06:02:17 +03:00

Bump github.com/samber/slog-sentry/v2 from 2.4.0 to 2.4.2 (#198)

Bumps [github.com/samber/slog-sentry/v2](https://github.com/samber/slog-sentry) from 2.4.0 to 2.4.2.
- [Release notes](https://github.com/samber/slog-sentry/releases)
- [Commits](https://github.com/samber/slog-sentry/compare/v2.4.0...v2.4.2)

---
updated-dependencies:
- dependency-name: github.com/samber/slog-sentry/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-04-19 07:17:47 -07:00 committed by GitHub
parent 15999088a7
commit 33dda74bf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@ -11,7 +11,7 @@ require (
github.com/joeshaw/envdecode v0.0.0-20200121155833-099f1fc765bd
github.com/oklog/run v1.1.1-0.20200508094559-c7096881717e
github.com/samber/slog-multi v1.0.2
github.com/samber/slog-sentry/v2 v2.4.0
github.com/samber/slog-sentry/v2 v2.4.2
github.com/stretchr/testify v1.9.0
github.com/unrolled/secure v1.14.0
)
@ -42,7 +42,7 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.6.1 // indirect
github.com/samber/lo v1.38.1 // indirect
github.com/samber/slog-common v0.15.0 // indirect
github.com/samber/slog-common v0.15.2 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.2.11 // indirect
golang.org/x/arch v0.3.0 // indirect

8
go.sum
View File

@ -88,12 +88,12 @@ github.com/rogpeppe/go-internal v1.6.1 h1:/FiVV8dS/e+YqF2JvO3yXRFbBLTIuSDkuC7aBO
github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc=
github.com/samber/lo v1.38.1 h1:j2XEAqXKb09Am4ebOg31SpvzUTTs6EN3VfgeLUhPdXM=
github.com/samber/lo v1.38.1/go.mod h1:+m/ZKRl6ClXCE2Lgf3MsQlWfh4bn1bz6CXEOxnEXnEA=
github.com/samber/slog-common v0.15.0 h1:pPUhFBPsKwjdzmUyOj1F5Ow5bw3w6hkole5CqJDNZoY=
github.com/samber/slog-common v0.15.0/go.mod h1:Qjrfhwk79XiCIhBj8+jTq1Cr0u9rlWbjawh3dWXzaHk=
github.com/samber/slog-common v0.15.2 h1:jQQK2MzJ1kfEsUyxI/mpwkqB2xI0qCo9Ne1D1yziuP0=
github.com/samber/slog-common v0.15.2/go.mod h1:Qjrfhwk79XiCIhBj8+jTq1Cr0u9rlWbjawh3dWXzaHk=
github.com/samber/slog-multi v1.0.2 h1:6BVH9uHGAsiGkbbtQgAOQJMpKgV8unMrHhhJaw+X1EQ=
github.com/samber/slog-multi v1.0.2/go.mod h1:uLAvHpGqbYgX4FSL0p1ZwoLuveIAJvBECtE07XmYvFo=
github.com/samber/slog-sentry/v2 v2.4.0 h1:AUeY9GYO1mA8AsMsay4a8h4zNlOtNC/g4uhF1HX4+SE=
github.com/samber/slog-sentry/v2 v2.4.0/go.mod h1:dXRY6Ju31Mwqmu/smT5cW4PEdSZyTVvInPA0/fc3aDU=
github.com/samber/slog-sentry/v2 v2.4.2 h1:BI8ZM1sm9cSG8kJagCMWer7Z/IDfJN/zWOc1f0WJBoE=
github.com/samber/slog-sentry/v2 v2.4.2/go.mod h1:+AMVUj6ZphAJThsCD3ra3mGBzV7+P2ODxoIebXwPQzw=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=