Skip to content

Commit 36f4546

Browse files
committed
Update k8s modules to v0.22.1 and controller-runtime to v0.10.0
1 parent 0ddec24 commit 36f4546

File tree

4 files changed

+130
-124
lines changed

4 files changed

+130
-124
lines changed

examples/guestbook-operator/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
module sigs.k8s.io/kubebuilder-declarative-pattern/examples/guestbook-operator
22

3-
go 1.13
3+
go 1.16
44

55
require (
66
github.com/go-logr/logr v0.4.0
7-
k8s.io/apimachinery v0.22.0
8-
k8s.io/client-go v0.22.0
9-
sigs.k8s.io/controller-runtime v0.9.0
7+
k8s.io/apimachinery v0.22.1
8+
k8s.io/client-go v0.22.1
9+
sigs.k8s.io/controller-runtime v0.10.0
1010
sigs.k8s.io/kubebuilder-declarative-pattern v0.0.0
1111
)
1212

0 commit comments

Comments
 (0)