You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The help will print out all targets with their descriptions organized bellow their categories. The categories are represented by `##@` and the target descriptions by `##`.
@@ -140,6 +142,8 @@ modules: ## Runs go mod to ensure modules are up to date.
140
142
cd$(PROVIDERS_KIND_DIR); go mod tidy
141
143
cd$(EXAMPLES_CLUSTER_API_DIR); go mod tidy
142
144
cd$(PROVIDERS_CLUSTER_API_DIR); go mod tidy
145
+
cd$(EXAMPLES_CLUSTER_INVENTORY_API_DIR); go mod tidy
146
+
cd$(PROVIDERS_CLUSTER_INVENTORY_API_DIR); go mod tidy
143
147
144
148
## --------------------------------------
145
149
## Cleanup / Verification
@@ -165,6 +169,8 @@ verify-modules: modules $(GO_MOD_CHECK) ## Verify go modules are up to date
0 commit comments