Skip to content

Commit c5eee6d

Browse files
authored
NOISSUE - Update dependencies (#3197)
Signed-off-by: dusan <borovcanindusan1@gmail.com>
1 parent 648edbd commit c5eee6d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+311
-266
lines changed

.github/workflows/check-generated-files.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
- name: Set up protoc
7373
if: steps.changes.outputs.proto == 'true'
7474
run: |
75-
PROTOC_VERSION=32.0
76-
PROTOC_GEN_VERSION=v1.36.8
75+
PROTOC_VERSION=33.0
76+
PROTOC_GEN_VERSION=v1.36.10
7777
PROTOC_GRPC_VERSION=v1.5.1
7878
7979
# Export the variables so they are available in future steps

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ DOCKER_COMPOSE_COMMANDS_SUPPORTED := up down config restart
2222
DEFAULT_DOCKER_COMPOSE_COMMAND := up
2323
GRPC_MTLS_CERT_FILES_EXISTS = 0
2424
MOCKERY = $(GOBIN)/mockery
25-
MOCKERY_VERSION=3.5.3
25+
MOCKERY_VERSION=3.5.5
2626
PKG_PROTO_GEN_OUT_DIR=api/grpc
2727
INTERNAL_PROTO_DIR=internal/proto
2828
INTERNAL_PROTO_FILES := $(shell find $(INTERNAL_PROTO_DIR) -name "*.proto" | sed 's|$(INTERNAL_PROTO_DIR)/||')

api/grpc/auth/v1/auth.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/grpc/auth/v1/auth_grpc.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/grpc/channels/v1/channels.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/grpc/channels/v1/channels_grpc.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/grpc/clients/v1/clients.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/grpc/clients/v1/clients_grpc.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/grpc/common/v1/common.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/grpc/domains/v1/domains.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)