@@ -21,7 +21,7 @@ require (
21
21
github.com/onsi/gomega v1.37.0
22
22
github.com/pkg/errors v0.9.1
23
23
github.com/sjmudd/stopwatch v0.1.1
24
- go.nhat.io/grpcmock v0.30 .0
24
+ go.nhat.io/grpcmock v0.31 .0
25
25
go.uber.org/zap v1.27.0
26
26
golang.org/x/sync v0.15.0
27
27
golang.org/x/text v0.26.0
@@ -42,6 +42,7 @@ require (
42
42
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
43
43
github.com/goccy/go-json v0.10.5 // indirect
44
44
github.com/google/btree v1.1.3 // indirect
45
+ github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 // indirect
45
46
github.com/minio/crc64nvme v1.0.1 // indirect
46
47
github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
47
48
github.com/tinylib/msgp v1.3.0 // indirect
@@ -78,7 +79,6 @@ require (
78
79
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
79
80
github.com/google/uuid v1.6.0 // indirect
80
81
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
81
- github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
82
82
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.0
83
83
github.com/iancoleman/orderedmap v0.3.0 // indirect
84
84
github.com/josharian/intern v1.0.0 // indirect
0 commit comments