File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Update dependencies for your project to the latest minor and patch versions.
49
49
50
50
{% sample lang="bash" %}
51
51
``` bash
52
- dep ensure -update
52
+ dep ensure -update sigs.k8s.io/controller-runtime sigs.k8s.io/controller-tools
53
53
```
54
54
{% endmethod %}
55
55
@@ -91,7 +91,7 @@ As of Kubebuilder 1.0.2:
91
91
set of dependencies on Kubernetes libraries and related libraries.
92
92
93
93
* 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
95
95
update all your dependencies in the future.
96
96
97
97
* You can depend on controller-runtime to follow [ semantic versioning
You can’t perform that action at this time.
0 commit comments