Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
- Bump github.com/grpc-ecosystem/grpc-gateway to v2.14.0
- Bump proto ts to 1.133.0

Signed-off-by: Dmitriy Matrenichev <dmitry.matrenichev@siderolabs.com>
  • Loading branch information
DmitriyMV committed Nov 21, 2022
1 parent 265697f commit 3ac53a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2022-11-13T19:15:15Z by kres d19cc4a.
# Generated on 2022-11-21T07:32:50Z by kres 22a2c31.

# common variables

Expand All @@ -19,7 +19,7 @@ GO_VERSION ?= 1.19
GOIMPORTS_VERSION ?= v0.3.0
PROTOBUF_GO_VERSION ?= 1.28.1
GRPC_GO_VERSION ?= 1.2.0
GRPC_GATEWAY_VERSION ?= 2.13.0
GRPC_GATEWAY_VERSION ?= 2.14.0
VTPROTOBUF_VERSION ?= 0.3.0
DEEPCOPY_VERSION ?= v0.5.5
GO_BUILDFLAGS ?=
Expand Down
4 changes: 2 additions & 2 deletions internal/config/constants.go
Expand Up @@ -29,7 +29,7 @@ const (
GoVersion = "1.19"
// GrpcGatewayVersion is the version of grpc-gateway.
// renovate: datasource=go depName=github.com/grpc-ecosystem/grpc-gateway
GrpcGatewayVersion = "v2.13.0"
GrpcGatewayVersion = "v2.14.0"
// GrpcGoVersion is the version of grpc.
// renovate: datasource=go depName=google.golang.org/grpc/cmd/protoc-gen-go-grpc
GrpcGoVersion = "v1.2.0"
Expand All @@ -50,7 +50,7 @@ const (
ProtobufTSGatewayVersion = "v1.1.2"
// ProtobufTSVersion is the version of protoc.
// renovate: datasource=npm depName=ts-proto
ProtobufTSVersion = "1.131.2"
ProtobufTSVersion = "1.133.0"
// SentencesPerLineVersion is the version of sentences-per-line.
// renovate: datasource=npm depName=sentences-per-line
SentencesPerLineVersion = "0.2.1"
Expand Down

0 comments on commit 3ac53a8

Please sign in to comment.