Skip to content

Commit 0dcf148

Browse files
committed
chore: update mockery config, use mockery v3.5.0
Signed-off-by: Felix Gateru <[email protected]>
1 parent f6e8db4 commit 0dcf148

File tree

52 files changed

+14282
-3013
lines changed

Some content is hidden

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

52 files changed

+14282
-3013
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ DOCKER_PROJECT ?= $(shell echo $(subst $(space),,$(USER_REPO)) | sed -E 's/[^a-z
2121
DOCKER_COMPOSE_COMMANDS_SUPPORTED := up down config restart
2222
DEFAULT_DOCKER_COMPOSE_COMMAND := up
2323
GRPC_MTLS_CERT_FILES_EXISTS = 0
24-
MOCKERY_VERSION=v3.0.0-beta.6
24+
MOCKERY_VERSION=v3.5.0
2525
PKG_PROTO_GEN_OUT_DIR=api/grpc
2626
INTERNAL_PROTO_DIR=internal/proto
2727
INTERNAL_PROTO_FILES := $(shell find $(INTERNAL_PROTO_DIR) -name "*.proto" | sed 's|$(INTERNAL_PROTO_DIR)/||')

auth/mocks/authz.go

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

auth/mocks/cache.go

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

auth/mocks/hasher.go

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

0 commit comments

Comments
 (0)