Skip to content

Commit

Permalink
updated docs for updating the vendor deps
Browse files Browse the repository at this point in the history
  • Loading branch information
droot committed Sep 5, 2018
1 parent 3afad1c commit f9796ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/beyond_basics/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Update dependencies for your project to the latest minor and patch versions.

{% sample lang="bash" %}
```bash
dep ensure -update
dep ensure -update sigs.k8s.io/controller-runtime sigs.k8s.io/controller-tools
```
{% endmethod %}

Expand Down Expand Up @@ -91,7 +91,7 @@ As of Kubebuilder 1.0.2:
set of dependencies on Kubernetes libraries and related libraries.

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

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

0 comments on commit f9796ef

Please sign in to comment.