diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-07-14 11:46:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-14 11:46:22 -0700 |
| commit | 66c54cd910744fe383e19679d7386e5863cdfb89 (patch) | |
| tree | 53aebff8c0e41bae942118fd475bc64e634319b2 /go.mod | |
| parent | 660941138bea6a39c7fef7667e7db20dda389012 (diff) | |
| download | seaweedfs-66c54cd910744fe383e19679d7386e5863cdfb89.tar.xz seaweedfs-66c54cd910744fe383e19679d7386e5863cdfb89.zip | |
chore(deps): bump github.com/getsentry/sentry-go from 0.33.0 to 0.34.1 (#6973)
Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.33.0 to 0.34.1.
- [Release notes](https://github.com/getsentry/sentry-go/releases)
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-go/compare/v0.33.0...v0.34.1)
---
updated-dependencies:
- dependency-name: github.com/getsentry/sentry-go
dependency-version: 0.34.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -132,7 +132,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/s3 v1.83.0 github.com/cognusion/imaging v1.0.2 github.com/fluent/fluent-logger-golang v1.10.0 - github.com/getsentry/sentry-go v0.33.0 + github.com/getsentry/sentry-go v0.34.1 github.com/gin-contrib/sessions v1.0.4 github.com/gin-gonic/gin v1.10.1 github.com/golang-jwt/jwt/v5 v5.2.2 @@ -160,6 +160,8 @@ require ( google.golang.org/grpc/security/advancedtls v1.0.0 ) +require github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect + require ( cel.dev/expr v0.23.0 // indirect cloud.google.com/go/auth v0.16.2 // indirect |
