File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/gorilla/handlers v1.5.1
7
7
github.com/grpc-ecosystem/grpc-gateway v1.16.0
8
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.0.1
8
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.14.0
9
9
github.com/sirupsen/logrus v1.9.0
10
10
github.com/spf13/pflag v1.0.5
11
11
github.com/spf13/viper v1.12.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ GO_VERSION=${GO_VERSION:-1.17}
11
11
GRPC_VERSION=${GRPC_VERSION:- 1.48}
12
12
GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:- 1.48}
13
13
GRPC_WEB_VERSION=${GRPC_WEB_VERSION:- 1.3.1}
14
- GRPC_GATEWAY_VERSION=${GRPC_GATEWAY_VERSION:- v2.0.1 }
14
+ GRPC_GATEWAY_VERSION=${GRPC_GATEWAY_VERSION:- v2.14.0 }
15
15
UBER_PROTOTOOL_VERSION=${UBER_PROTOTOOL_VERSION:- 1.10.0}
16
16
SCALA_PB_VERSION=${SCALA_PB_VERSION:- 0.11.0}
17
17
MYPY_VERSION=${MYPY_VERSION:- 3.3.0}
You can’t perform that action at this time.
0 commit comments