Skip to content

Commit 0f33a13

Browse files
authored
Merge pull request #109 from scribd/laynax/SERF-1677/rec-mw
[SERF-1677] Add recovery middleware for GRPC server
2 parents 7503d33 + 42c0254 commit 0f33a13

File tree

4 files changed

+193
-1
lines changed

4 files changed

+193
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/getsentry/sentry-go v0.12.0
1717
github.com/go-kit/kit v0.9.0
1818
github.com/google/uuid v1.6.0
19-
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
19+
github.com/grpc-ecosystem/go-grpc-middleware v1.2.1
2020
github.com/magefile/mage v1.15.0
2121
github.com/redis/go-redis/v9 v9.5.1
2222
github.com/rs/cors v1.7.0

0 commit comments

Comments
 (0)