Skip to content

Commit 923b32b

Browse files
CLOUD-727: Bump go.nhat.io/grpcmock from 0.30.0 to 0.31.0 (#1178)
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 fbaf34e commit 923b32b

File tree

2 files changed

+12
-76
lines changed

2 files changed

+12
-76
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/pkg/errors v0.9.1
2323
github.com/sirupsen/logrus v1.9.3
2424
github.com/xdg-go/stringprep v1.0.4
25-
go.nhat.io/grpcmock v0.30.0
25+
go.nhat.io/grpcmock v0.31.0
2626
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0
2727
go.opentelemetry.io/otel v1.36.0
2828
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0
@@ -44,11 +44,12 @@ require (
4444

4545
require (
4646
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
47-
github.com/fsnotify/fsnotify v1.8.0 // indirect
47+
github.com/fsnotify/fsnotify v1.9.0 // indirect
4848
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
4949
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
5050
github.com/google/btree v1.1.3 // indirect
5151
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
52+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 // indirect
5253
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
5354
github.com/x448/float16 v0.8.4 // indirect
5455
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
@@ -81,7 +82,6 @@ require (
8182
github.com/golang/protobuf v1.5.4 // indirect
8283
github.com/google/gnostic-models v0.6.9 // indirect
8384
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
84-
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
8585
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3
8686
github.com/iancoleman/orderedmap v0.3.0 // indirect
8787
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -124,7 +124,7 @@ require (
124124
golang.org/x/tools v0.33.0
125125
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
126126
google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463 // indirect
127-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250407143221-ac9807e6c755 // indirect
127+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect
128128
google.golang.org/protobuf v1.36.6 // indirect
129129
gopkg.in/inf.v0 v0.9.1 // indirect
130130
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)