Skip to content

Commit

Permalink
Merge pull request #4005 from kubernetes-sigs/dependabot/go_modules/g…
Browse files Browse the repository at this point in the history
…o.uber.org/mock-0.3.0

dependabot(deps): bump go.uber.org/mock from 0.2.0 to 0.3.0
  • Loading branch information
k8s-ci-robot authored Sep 19, 2023
2 parents f86e4e2 + 7d4b0da commit e21844c
Show file tree
Hide file tree
Showing 54 changed files with 571 additions and 367 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ KUSTOMIZE_VER := v4.5.2
KUSTOMIZE_BIN := kustomize
KUSTOMIZE := $(TOOLS_BIN_DIR)/$(KUSTOMIZE_BIN)-$(KUSTOMIZE_VER)

MOCKGEN_VER := v0.2.0
MOCKGEN_VER := v0.3.0
MOCKGEN_BIN := mockgen
MOCKGEN := $(TOOLS_BIN_DIR)/$(MOCKGEN_BIN)-$(MOCKGEN_VER)

Expand Down
62 changes: 33 additions & 29 deletions azure/mock_azure/azure_mock.go

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

10 changes: 7 additions & 3 deletions azure/scope/mocks/node_getter_mock.go

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

Loading

0 comments on commit e21844c

Please sign in to comment.