1
1
module sigs.k8s.io/kubebuilder-declarative-pattern/examples/guestbook-operator
2
2
3
- go 1.22 .0
3
+ go 1.23 .0
4
4
5
- toolchain go1.23.5
5
+ toolchain go1.24.1
6
6
7
7
require (
8
8
github.com/go-logr/logr v1.4.2
9
- k8s.io/apimachinery v0.31 .1
10
- k8s.io/client-go v0.31 .1
11
- sigs.k8s.io/controller-runtime v0.19.0
9
+ k8s.io/apimachinery v0.32 .1
10
+ k8s.io/client-go v0.32 .1
11
+ sigs.k8s.io/controller-runtime v0.20.4
12
12
sigs.k8s.io/kubebuilder-declarative-pattern v0.0.0-20210922163802-cac4a6cf1977
13
13
)
14
14
15
15
require (
16
- github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
16
+ github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
17
17
github.com/MakeNowJust/heredoc v1.0.0 // indirect
18
18
github.com/beorn7/perks v1.0.1 // indirect
19
19
github.com/blang/semver/v4 v4.0.0 // indirect
@@ -23,7 +23,7 @@ require (
23
23
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
24
24
github.com/emirpasic/gods v1.12.0 // indirect
25
25
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
26
- github.com/evanphx/json-patch/v5 v5.9.0 // indirect
26
+ github.com/evanphx/json-patch/v5 v5.9.11 // indirect
27
27
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
28
28
github.com/fatih/camelcase v1.0.0 // indirect
29
29
github.com/fsnotify/fsnotify v1.7.0 // indirect
@@ -38,20 +38,19 @@ require (
38
38
github.com/go-openapi/jsonreference v0.21.0 // indirect
39
39
github.com/go-openapi/swag v0.23.0 // indirect
40
40
github.com/gogo/protobuf v1.3.2 // indirect
41
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
42
41
github.com/golang/protobuf v1.5.4 // indirect
43
- github.com/google/btree v1.0.1 // indirect
42
+ github.com/google/btree v1.1.3 // indirect
44
43
github.com/google/gnostic-models v0.6.8 // indirect
45
44
github.com/google/go-cmp v0.6.0 // indirect
46
45
github.com/google/gofuzz v1.2.0 // indirect
47
46
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
48
47
github.com/google/uuid v1.6.0 // indirect
49
48
github.com/gorilla/websocket v1.5.0 // indirect
50
- github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
49
+ github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
51
50
github.com/imdario/mergo v0.3.16 // indirect
52
51
github.com/inconshreveable/mousetrap v1.1.0 // indirect
53
52
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
54
- github.com/jonboulle/clockwork v0.2.2 // indirect
53
+ github.com/jonboulle/clockwork v0.4.0 // indirect
55
54
github.com/josharian/intern v1.0.0 // indirect
56
55
github.com/json-iterator/go v1.1.12 // indirect
57
56
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
@@ -60,7 +59,7 @@ require (
60
59
github.com/mailru/easyjson v0.7.7 // indirect
61
60
github.com/mitchellh/go-homedir v1.1.0 // indirect
62
61
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
63
- github.com/moby/spdystream v0.4 .0 // indirect
62
+ github.com/moby/spdystream v0.5 .0 // indirect
64
63
github.com/moby/term v0.5.0 // indirect
65
64
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
66
65
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -83,39 +82,38 @@ require (
83
82
github.com/xlab/treeprint v1.2.0 // indirect
84
83
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
85
84
go.uber.org/multierr v1.11.0 // indirect
86
- go.uber.org/zap v1.26.0 // indirect
87
- golang.org/x/crypto v0.27.0 // indirect
88
- golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
89
- golang.org/x/net v0.29.0 // indirect
85
+ go.uber.org/zap v1.27.0 // indirect
86
+ golang.org/x/crypto v0.28.0 // indirect
87
+ golang.org/x/net v0.30.0 // indirect
90
88
golang.org/x/oauth2 v0.23.0 // indirect
91
89
golang.org/x/sync v0.8.0 // indirect
92
- golang.org/x/sys v0.25 .0 // indirect
93
- golang.org/x/term v0.24 .0 // indirect
94
- golang.org/x/text v0.18 .0 // indirect
95
- golang.org/x/time v0.6 .0 // indirect
90
+ golang.org/x/sys v0.26 .0 // indirect
91
+ golang.org/x/term v0.25 .0 // indirect
92
+ golang.org/x/text v0.19 .0 // indirect
93
+ golang.org/x/time v0.7 .0 // indirect
96
94
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
97
- google.golang.org/protobuf v1.34.2 // indirect
95
+ google.golang.org/protobuf v1.35.1 // indirect
98
96
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
99
97
gopkg.in/inf.v0 v0.9.1 // indirect
100
98
gopkg.in/warnings.v0 v0.1.2 // indirect
101
99
gopkg.in/yaml.v2 v2.4.0 // indirect
102
100
gopkg.in/yaml.v3 v3.0.1 // indirect
103
- k8s.io/api v0.31 .1 // indirect
104
- k8s.io/apiextensions-apiserver v0.31 .1 // indirect
101
+ k8s.io/api v0.32 .1 // indirect
102
+ k8s.io/apiextensions-apiserver v0.32 .1 // indirect
105
103
k8s.io/cli-runtime v0.29.1 // indirect
106
- k8s.io/component-base v0.31 .1 // indirect
104
+ k8s.io/component-base v0.32 .1 // indirect
107
105
k8s.io/klog/v2 v2.130.1 // indirect
108
- k8s.io/kube-openapi v0.0.0-20240903163716-9e1beecbcb38 // indirect
106
+ k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
109
107
k8s.io/kubectl v0.29.1 // indirect
110
- k8s.io/utils v0.0.0-20240902221715-702e33fdd3c3 // indirect
108
+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
111
109
sigs.k8s.io/cli-utils v0.33.0 // indirect
112
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
110
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
113
111
sigs.k8s.io/kubebuilder-declarative-pattern/applylib v0.0.0-20230420203711-4abaa68e1923 // indirect
114
112
sigs.k8s.io/kubebuilder-declarative-pattern/mockkubeapiserver v0.0.0-20230303024857-d1f76c15e05b // indirect
115
113
sigs.k8s.io/kustomize/api v0.14.0 // indirect
116
114
sigs.k8s.io/kustomize/kstatus v0.0.2-0.20200509233124-065f70705d4d // indirect
117
115
sigs.k8s.io/kustomize/kyaml v0.14.3 // indirect
118
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
116
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
119
117
sigs.k8s.io/yaml v1.4.0 // indirect
120
118
)
121
119
0 commit comments