diff --git a/gwy/templates/go.mod.tmpl b/gwy/templates/go.mod.tmpl index 83ecd7ed..4ff7848c 100644 --- a/gwy/templates/go.mod.tmpl +++ b/gwy/templates/go.mod.tmpl @@ -6,9 +6,9 @@ require ( github.com/gorilla/handlers v1.5.1 github.com/grpc-ecosystem/grpc-gateway v1.16.0 github.com/grpc-ecosystem/grpc-gateway/v2 v2.0.1 - github.com/sirupsen/logrus v1.7.0 + github.com/sirupsen/logrus v1.9.0 github.com/spf13/pflag v1.0.5 - github.com/spf13/viper v1.7.1 + github.com/spf13/viper v1.12.0 google.golang.org/grpc v1.47.0 - google.golang.org/protobuf v1.27.1 + google.golang.org/protobuf v1.28.0 ) diff --git a/variables.sh b/variables.sh index 5f3f28c8..20e41785 100755 --- a/variables.sh +++ b/variables.sh @@ -9,14 +9,14 @@ LATEST=${1:false} GO_VERSION=${GO_VERSION:-1.17} GRPC_VERSION=${GRPC_VERSION:-1.47} GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:-1.47} -GRPC_WEB_VERSION=${GRPC_WEB_VERSION:-1.3.0} +GRPC_WEB_VERSION=${GRPC_WEB_VERSION:-1.3.1} GRPC_GATEWAY_VERSION=${GRPC_GATEWAY_VERSION:-v2.0.1} UBER_PROTOTOOL_VERSION=${UBER_PROTOTOOL_VERSION:-1.10.0} SCALA_PB_VERSION=${SCALA_PB_VERSION:-0.11.0} NODE_VERSION=${NODE_VERSION:-14} -NODE_GRPC_TOOLS_NODE_PROTOC_TS_VERSION=${NODE_GRPC_TOOLS_NODE_PROTOC_TS_VERSION:-5.1.3} -NODE_GRPC_TOOLS_VERSION=${NODE_GRPC_TOOLS_VERSION:-1.11.1} -NODE_PROTOC_GEN_GRPC_WEB_VERSION=${NODE_PROTOC_GEN_GRPC_WEB_VERSION:-1.3.0} +NODE_GRPC_TOOLS_NODE_PROTOC_TS_VERSION=${NODE_GRPC_TOOLS_NODE_PROTOC_TS_VERSION:-5.3.2} +NODE_GRPC_TOOLS_VERSION=${NODE_GRPC_TOOLS_VERSION:-1.11.2} +NODE_PROTOC_GEN_GRPC_WEB_VERSION=${NODE_PROTOC_GEN_GRPC_WEB_VERSION:-1.4.0} GO_ENVOYPROXY_PGV_VERSION=${GO_ENVOYPROXY_PGV_VERSION:-0.6.7} GO_MWITKOW_GPV_VERSION=${GO_MWITKOW_GPV_VERSION:-0.3.2} BUILD_VERSION="${BUILD_VERSION:-local}"