Skip to content

Commit 536b24a

Browse files
chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.22.0
1 parent f16a44d commit 536b24a

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.22.0
99
github.com/sirupsen/logrus v1.9.0
1010
github.com/spf13/pflag v1.0.5
1111
github.com/spf13/viper v1.12.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.22.0}
1515
UBER_PROTOTOOL_VERSION=${UBER_PROTOTOOL_VERSION:-1.10.0}
1616
SCALA_PB_VERSION=${SCALA_PB_VERSION:-0.11.0}
1717
MYPY_VERSION=${MYPY_VERSION:-3.3.0}

0 commit comments

Comments
 (0)