From 21704bfafe3be5082c73d1b4a9f676040afeccae Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 5 Jan 2026 10:24:17 +0000 Subject: [PATCH] fix(deps): update module github.com/getsentry/sentry-go to v0.40.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0790eea..fcca507 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module gitlab.com/unboundsoftware/shiny/sentrysetup go 1.21 require ( - github.com/getsentry/sentry-go v0.33.0 + github.com/getsentry/sentry-go v0.40.0 github.com/stretchr/testify v1.10.0 )