Skip to content

Commit 22f919b

Browse files
authored
Merge pull request #376 from droot/book/dep-update-command
updated docs for updating the vendor deps
2 parents 3afad1c + f9796ef commit 22f919b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/beyond_basics/dependencies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Update dependencies for your project to the latest minor and patch versions.
4949

5050
{% sample lang="bash" %}
5151
```bash
52-
dep ensure -update
52+
dep ensure -update sigs.k8s.io/controller-runtime sigs.k8s.io/controller-tools
5353
```
5454
{% endmethod %}
5555

@@ -91,7 +91,7 @@ As of Kubebuilder 1.0.2:
9191
set of dependencies on Kubernetes libraries and related libraries.
9292

9393
* Once you've updated your dependencies with `kubebuilder update vendor`,
94-
you'll be able to run `dep ensure` and `dep ensure --update` to safely
94+
you'll be able to run `dep ensure` and `dep ensure --update sigs.k8s.io/controller-runtime sigs.k8s.io/controller-tools` to safely
9595
update all your dependencies in the future.
9696

9797
* You can depend on controller-runtime to follow [semantic versioning

0 commit comments

Comments
 (0)