Skip to content

Commit 237565b

Browse files
gomod: Update github.com/grpc-ecosystem/go-grpc-middleware
1 parent 5f5efc5 commit 237565b

File tree

6 files changed

+51
-366
lines changed

6 files changed

+51
-366
lines changed

go.mod

+3-6
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ require (
2020
github.com/golang-jwt/jwt/v5 v5.2.1
2121
github.com/google/uuid v1.6.0
2222
github.com/gorilla/mux v1.8.1
23-
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
24-
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.0
23+
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1
24+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.2.0
2525
github.com/jpillora/backoff v1.0.0
2626
github.com/mattn/go-isatty v0.0.20
2727
github.com/minio/minio-go/v7 v7.0.7
@@ -37,12 +37,11 @@ require (
3737
github.com/stretchr/testify v1.9.0
3838
github.com/zenazn/goji v1.0.1
3939
golang.org/x/text v0.21.0
40-
google.golang.org/grpc v1.66.0
40+
google.golang.org/grpc v1.67.1
4141
google.golang.org/protobuf v1.34.2
4242
)
4343

4444
require (
45-
cloud.google.com/go/compute/metadata v0.5.0 // indirect
4645
github.com/alicebob/gopher-json v0.0.0-20230218143504-906a9b012302 // indirect
4746
github.com/alicebob/miniredis/v2 v2.30.4 // indirect
4847
github.com/beorn7/perks v1.0.1 // indirect
@@ -51,7 +50,6 @@ require (
5150
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
5251
github.com/fsnotify/fsnotify v1.5.4 // indirect
5352
github.com/ghodss/yaml v1.0.0 // indirect
54-
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.3 // indirect
5553
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5654
github.com/jinzhu/inflection v1.0.0 // indirect
5755
github.com/json-iterator/go v1.1.12 // indirect
@@ -74,7 +72,6 @@ require (
7472
github.com/yuin/gopher-lua v1.1.0 // indirect
7573
golang.org/x/crypto v0.31.0 // indirect
7674
golang.org/x/net v0.28.0 // indirect
77-
golang.org/x/oauth2 v0.22.0 // indirect
7875
golang.org/x/sys v0.28.0 // indirect
7976
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
8077
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect

0 commit comments

Comments
 (0)