File tree 2 files changed +35
-2786
lines changed
2 files changed +35
-2786
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/johnbellone/grpc-middleware-sentry
2
2
3
3
go 1.17
4
+ toolchain go1.24.1
4
5
5
6
require (
6
7
github.com/getsentry/sentry-go v0.29.0
7
8
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
8
- google.golang.org/grpc v1.65 .0
9
+ google.golang.org/grpc v1.71 .0
9
10
)
10
11
11
12
require (
12
- golang.org/x/net v0.25 .0 // indirect
13
- golang.org/x/sys v0.20 .0 // indirect
14
- golang.org/x/text v0.15 .0 // indirect
15
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
16
- google.golang.org/protobuf v1.34.1 // indirect
13
+ golang.org/x/net v0.34 .0 // indirect
14
+ golang.org/x/sys v0.29 .0 // indirect
15
+ golang.org/x/text v0.21 .0 // indirect
16
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
17
+ google.golang.org/protobuf v1.36.4 // indirect
17
18
)
You can’t perform that action at this time.
0 commit comments