Skip to content

Commit

Permalink
Merge pull request #376 from droot/book/dep-update-command
Browse files Browse the repository at this point in the history
updated docs for updating the vendor deps
  • Loading branch information
k8s-ci-robot committed Sep 5, 2018
2 parents 3afad1c + f9796ef commit 22f919b
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 22f919b

Please sign in to comment.