@@ -20,8 +20,8 @@ require (
20
20
github.com/golang-jwt/jwt/v5 v5.2.1
21
21
github.com/google/uuid v1.6.0
22
22
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
25
25
github.com/jpillora/backoff v1.0.0
26
26
github.com/mattn/go-isatty v0.0.20
27
27
github.com/minio/minio-go/v7 v7.0.7
@@ -37,12 +37,11 @@ require (
37
37
github.com/stretchr/testify v1.9.0
38
38
github.com/zenazn/goji v1.0.1
39
39
golang.org/x/text v0.21.0
40
- google.golang.org/grpc v1.66.0
40
+ google.golang.org/grpc v1.67.1
41
41
google.golang.org/protobuf v1.34.2
42
42
)
43
43
44
44
require (
45
- cloud.google.com/go/compute/metadata v0.5.0 // indirect
46
45
github.com/alicebob/gopher-json v0.0.0-20230218143504-906a9b012302 // indirect
47
46
github.com/alicebob/miniredis/v2 v2.30.4 // indirect
48
47
github.com/beorn7/perks v1.0.1 // indirect
@@ -51,7 +50,6 @@ require (
51
50
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
52
51
github.com/fsnotify/fsnotify v1.5.4 // indirect
53
52
github.com/ghodss/yaml v1.0.0 // indirect
54
- github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.3 // indirect
55
53
github.com/inconshreveable/mousetrap v1.1.0 // indirect
56
54
github.com/jinzhu/inflection v1.0.0 // indirect
57
55
github.com/json-iterator/go v1.1.12 // indirect
@@ -74,7 +72,6 @@ require (
74
72
github.com/yuin/gopher-lua v1.1.0 // indirect
75
73
golang.org/x/crypto v0.31.0 // indirect
76
74
golang.org/x/net v0.28.0 // indirect
77
- golang.org/x/oauth2 v0.22.0 // indirect
78
75
golang.org/x/sys v0.28.0 // indirect
79
76
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
80
77
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
0 commit comments