Skip to content

Commit 88ac5c5

Browse files
Bump github.com/grpc-ecosystem/go-grpc-middleware/v2 from 2.2.0 to 2.3.1
Bumps [github.com/grpc-ecosystem/go-grpc-middleware/v2](https://github.com/grpc-ecosystem/go-grpc-middleware) from 2.2.0 to 2.3.1. - [Release notes](https://github.com/grpc-ecosystem/go-grpc-middleware/releases) - [Commits](grpc-ecosystem/go-grpc-middleware@v2.2.0...v2.3.1) --- updated-dependencies: - dependency-name: github.com/grpc-ecosystem/go-grpc-middleware/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ea0ecbd commit 88ac5c5

File tree

2 files changed

+30
-138
lines changed

2 files changed

+30
-138
lines changed

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/golang-jwt/jwt/v5 v5.2.1
1010
github.com/google/go-github/v68 v68.0.0
1111
github.com/google/uuid v1.6.0
12-
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.2.0
12+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.1
1313
github.com/itbasis/go-clock/v2 v2.1.0
1414
github.com/itbasis/go-test-utils/v5 v5.0.1
1515
github.com/onsi/ginkgo/v2 v2.22.2
@@ -43,10 +43,9 @@ require (
4343
github.com/kr/text v0.2.0 // indirect
4444
github.com/nwaples/rardecode v1.1.3 // indirect
4545
github.com/pierrec/lz4/v4 v4.1.22 // indirect
46-
github.com/stretchr/testify v1.10.0 // indirect
4746
github.com/ulikunitz/xz v0.5.12 // indirect
4847
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
49-
golang.org/x/net v0.34.0 // indirect
48+
golang.org/x/net v0.35.0 // indirect
5049
golang.org/x/sys v0.30.0 // indirect
5150
golang.org/x/text v0.22.0 // indirect
5251
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect

0 commit comments

Comments
 (0)