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 )