Skip to content

Commit ade1a54

Browse files
chore(deps): update dependency github.com/grpc-ecosystem/grpc-gateway/v2 to v2.11.3
1 parent 20c4284 commit ade1a54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gwy/templates/go.mod.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.17
55
require (
66
github.com/gorilla/handlers v1.5.1
77
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.11.3
99
github.com/sirupsen/logrus v1.9.0
1010
github.com/spf13/pflag v1.0.5
1111
github.com/spf13/viper v1.13.0

variables.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GO_VERSION=${GO_VERSION:-1.17}
1111
GRPC_VERSION=${GRPC_VERSION:-1.48}
1212
GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:-1.48}
1313
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.11.3}
1515
PROTOBUF_JS_VERSION=${PROTOBUF_JS_VERSION:-v3.21.0}
1616
UBER_PROTOTOOL_VERSION=${UBER_PROTOTOOL_VERSION:-1.10.0}
1717
SCALA_PB_VERSION=${SCALA_PB_VERSION:-0.11.0}

0 commit comments

Comments
 (0)