Skip to content

Commit 2f7475b

Browse files
CLOUD-727: Bump go.nhat.io/grpcmock from 0.30.0 to 0.31.0 (#952)
Bumps [go.nhat.io/grpcmock](https://github.com/nhatthm/grpcmock) from 0.30.0 to 0.31.0. - [Release notes](https://github.com/nhatthm/grpcmock/releases) - [Commits](nhatthm/grpcmock@v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: go.nhat.io/grpcmock dependency-version: 0.31.0 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>
1 parent 5224760 commit 2f7475b

File tree

2 files changed

+6
-73
lines changed

2 files changed

+6
-73
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/onsi/gomega v1.37.0
2222
github.com/pkg/errors v0.9.1
2323
github.com/sjmudd/stopwatch v0.1.1
24-
go.nhat.io/grpcmock v0.30.0
24+
go.nhat.io/grpcmock v0.31.0
2525
go.uber.org/zap v1.27.0
2626
golang.org/x/sync v0.15.0
2727
golang.org/x/text v0.26.0
@@ -42,6 +42,7 @@ require (
4242
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
4343
github.com/goccy/go-json v0.10.5 // indirect
4444
github.com/google/btree v1.1.3 // indirect
45+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 // indirect
4546
github.com/minio/crc64nvme v1.0.1 // indirect
4647
github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
4748
github.com/tinylib/msgp v1.3.0 // indirect
@@ -78,7 +79,6 @@ require (
7879
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
7980
github.com/google/uuid v1.6.0 // indirect
8081
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
81-
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
8282
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.0
8383
github.com/iancoleman/orderedmap v0.3.0 // indirect
8484
github.com/josharian/intern v1.0.0 // indirect

0 commit comments

Comments
 (0)