Skip to content

Commit

Permalink
chore(deps): bump github.com/vektra/mockery from v2.26.0 to v2.42.0 (a…
Browse files Browse the repository at this point in the history
…rgoproj#12713)

Signed-off-by: william.vanhevelingen <[email protected]>
Signed-off-by: William Van Hevelingen <[email protected]>
  • Loading branch information
blkperl authored Mar 24, 2024
1 parent 0462ae6 commit bcc483e
Show file tree
Hide file tree
Showing 10 changed files with 231 additions and 51 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ swagger: \
$(GOPATH)/bin/mockery:
# update this in Nix when upgrading it here
ifneq ($(USE_NIX), true)
go install github.com/vektra/mockery/v2@v2.26.0
go install github.com/vektra/mockery/v2@v2.42.0
endif
$(GOPATH)/bin/controller-gen:
# update this in Nix when upgrading it here
Expand Down
4 changes: 2 additions & 2 deletions dev/nix/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,13 @@

mockery = pkgs.buildGoModule rec {
pname = "mockery";
version = "2.26.0"; # upgrade this in the Makefile if upgraded here
version = "2.42.0"; # upgrade this in the Makefile if upgraded here

src = pkgs.fetchFromGitHub {
owner = "vektra";
repo = "mockery";
rev = "v${version}";
sha256 = "sha256-3wJ7XY/wfVXB4nEHLqEtNRscow/KrAo79sr2OgJisSY=";
sha256 = "sha256-wwt7rhHWPlYtvudWKb8vk8t19MeN7AMfMugs0XeBDVk=";
};
doCheck = false;
vendorHash = "sha256-J7eL2AQ6v5nG2lZOSSZQOTKBhfk7GtDtqZ7Felo0l54=";
Expand Down
47 changes: 41 additions & 6 deletions persist/sqldb/mocks/WorkflowArchive.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

79 changes: 73 additions & 6 deletions pkg/apiclient/workflow/mocks/WorkflowServiceClient.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bcc483e

Please sign in to comment.