Skip to content

Commit

Permalink
fix: change mockery v2 to v3 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Dec 6, 2023
1 parent 083356b commit cd8f60b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/base.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export GOENV_INSTALL_PACKAGES=(
github.com/swaggo/swag/cmd/swag@latest
# mocks
github.com/zekrotja/schnittstelle/cmd/schnittstelle@latest
github.com/vektra/mockery/v2@latest
github.com/vektra/mockery/v3@latest
# scm git
github.com/matsuyoshi30/gitsu@latest

Expand Down Expand Up @@ -100,4 +100,4 @@ export GOENV_INSTALL_PACKAGES=(
github.com/tomnomnom/assetfinder@latest
# encryption
filippo.io/age/cmd/...@latest
)
)

0 comments on commit cd8f60b

Please sign in to comment.