1
1
module sigs.k8s.io/kubebuilder-declarative-pattern
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
// Sometimes handy for development, but breaks usage as a library
6
6
// Instead, please break apart commits to this module
@@ -11,19 +11,19 @@ require (
11
11
github.com/blang/semver/v4 v4.0.0
12
12
github.com/evanphx/json-patch/v5 v5.6.0
13
13
github.com/go-git/go-git/v5 v5.1.0
14
- github.com/go-logr/logr v1.2.3
14
+ github.com/go-logr/logr v1.2.4
15
15
github.com/google/go-cmp v0.5.9
16
- github.com/prometheus/client_golang v1.14.0
16
+ github.com/prometheus/client_golang v1.15.1
17
17
golang.org/x/crypto v0.1.0
18
- golang.org/x/tools v0.3.0
19
- k8s.io/api v0.26.3
20
- k8s.io/apimachinery v0.26.3
18
+ golang.org/x/tools v0.9.1
19
+ k8s.io/api v0.27.2
20
+ k8s.io/apimachinery v0.27.2
21
21
k8s.io/cli-runtime v0.26.3
22
- k8s.io/client-go v0.26.3
23
- k8s.io/klog/v2 v2.90 .1
22
+ k8s.io/client-go v0.27.2
23
+ k8s.io/klog/v2 v2.100 .1
24
24
k8s.io/kubectl v0.26.3
25
25
sigs.k8s.io/cli-utils v0.33.0
26
- sigs.k8s.io/controller-runtime v0.14.1
26
+ sigs.k8s.io/controller-runtime v0.15.0
27
27
sigs.k8s.io/kubebuilder-declarative-pattern/applylib v0.0.0-20230420203711-4abaa68e1923
28
28
sigs.k8s.io/kubebuilder-declarative-pattern/mockkubeapiserver v0.0.0-20230303024857-d1f76c15e05b
29
29
sigs.k8s.io/kustomize/api v0.12.1
@@ -35,10 +35,10 @@ require (
35
35
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
36
36
github.com/MakeNowJust/heredoc v1.0.0 // indirect
37
37
github.com/beorn7/perks v1.0.1 // indirect
38
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
38
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
39
39
github.com/chai2010/gettext-go v1.0.2 // indirect
40
40
github.com/davecgh/go-spew v1.1.1 // indirect
41
- github.com/emicklei/go-restful/v3 v3.9.0 // indirect
41
+ github.com/emicklei/go-restful/v3 v3.10.2 // indirect
42
42
github.com/emirpasic/gods v1.12.0 // indirect
43
43
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
44
44
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
@@ -48,67 +48,66 @@ require (
48
48
github.com/go-errors/errors v1.0.1 // indirect
49
49
github.com/go-git/gcfg v1.5.0 // indirect
50
50
github.com/go-git/go-billy/v5 v5.0.0 // indirect
51
- github.com/go-openapi/jsonpointer v0.19.5 // indirect
52
- github.com/go-openapi/jsonreference v0.20.0 // indirect
53
- github.com/go-openapi/swag v0.19.14 // indirect
51
+ github.com/go-openapi/jsonpointer v0.19.6 // indirect
52
+ github.com/go-openapi/jsonreference v0.20.2 // indirect
53
+ github.com/go-openapi/swag v0.22.3 // indirect
54
54
github.com/gogo/protobuf v1.3.2 // indirect
55
55
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
56
- github.com/golang/protobuf v1.5.2 // indirect
56
+ github.com/golang/protobuf v1.5.3 // indirect
57
57
github.com/google/btree v1.0.1 // indirect
58
- github.com/google/gnostic v0.5.7-v3refs // indirect
58
+ github.com/google/gnostic v0.6.9 // indirect
59
59
github.com/google/gofuzz v1.2.0 // indirect
60
60
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
61
61
github.com/google/uuid v1.3.0 // indirect
62
62
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
63
- github.com/imdario/mergo v0.3.12 // indirect
63
+ github.com/imdario/mergo v0.3.15 // indirect
64
64
github.com/inconshreveable/mousetrap v1.0.1 // indirect
65
65
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
66
66
github.com/jonboulle/clockwork v0.2.2 // indirect
67
67
github.com/josharian/intern v1.0.0 // indirect
68
68
github.com/json-iterator/go v1.1.12 // indirect
69
69
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
70
70
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
71
- github.com/mailru/easyjson v0.7.6 // indirect
72
- github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
71
+ github.com/mailru/easyjson v0.7.7 // indirect
72
+ github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
73
73
github.com/mitchellh/go-homedir v1.1.0 // indirect
74
74
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
75
75
github.com/moby/spdystream v0.2.0 // indirect
76
- github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect
76
+ github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
77
77
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
78
78
github.com/modern-go/reflect2 v1.0.2 // indirect
79
79
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
80
80
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
81
81
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
82
82
github.com/pkg/errors v0.9.1 // indirect
83
- github.com/prometheus/client_model v0.3 .0 // indirect
84
- github.com/prometheus/common v0.37 .0 // indirect
85
- github.com/prometheus/procfs v0.8 .0 // indirect
83
+ github.com/prometheus/client_model v0.4 .0 // indirect
84
+ github.com/prometheus/common v0.43 .0 // indirect
85
+ github.com/prometheus/procfs v0.9 .0 // indirect
86
86
github.com/russross/blackfriday/v2 v2.1.0 // indirect
87
87
github.com/sergi/go-diff v1.1.0 // indirect
88
88
github.com/spf13/cobra v1.6.0 // indirect
89
89
github.com/spf13/pflag v1.0.5 // indirect
90
- github.com/stretchr/objx v0.4.0 // indirect
91
90
github.com/xanzy/ssh-agent v0.2.1 // indirect
92
91
github.com/xlab/treeprint v1.1.0 // indirect
93
92
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
94
- golang.org/x/mod v0.7 .0 // indirect
95
- golang.org/x/net v0.7 .0 // indirect
96
- golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
97
- golang.org/x/sys v0.5 .0 // indirect
98
- golang.org/x/term v0.5 .0 // indirect
99
- golang.org/x/text v0.7 .0 // indirect
93
+ golang.org/x/mod v0.10 .0 // indirect
94
+ golang.org/x/net v0.10 .0 // indirect
95
+ golang.org/x/oauth2 v0.8.0 // indirect
96
+ golang.org/x/sys v0.8 .0 // indirect
97
+ golang.org/x/term v0.8 .0 // indirect
98
+ golang.org/x/text v0.9 .0 // indirect
100
99
golang.org/x/time v0.3.0 // indirect
101
- gomodules.xyz/jsonpatch/v2 v2.2 .0 // indirect
100
+ gomodules.xyz/jsonpatch/v2 v2.3 .0 // indirect
102
101
google.golang.org/appengine v1.6.7 // indirect
103
- google.golang.org/protobuf v1.28.1 // indirect
102
+ google.golang.org/protobuf v1.30.0 // indirect
104
103
gopkg.in/inf.v0 v0.9.1 // indirect
105
104
gopkg.in/warnings.v0 v0.1.2 // indirect
106
105
gopkg.in/yaml.v2 v2.4.0 // indirect
107
106
gopkg.in/yaml.v3 v3.0.1 // indirect
108
- k8s.io/apiextensions-apiserver v0.26.0 // indirect
109
- k8s.io/component-base v0.26.3 // indirect
110
- k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
111
- k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 // indirect
107
+ k8s.io/apiextensions-apiserver v0.27.2 // indirect
108
+ k8s.io/component-base v0.27.2 // indirect
109
+ k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
110
+ k8s.io/utils v0.0.0-20230505201702-9f6742963106 // indirect
112
111
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
113
112
sigs.k8s.io/kustomize/kstatus v0.0.2-0.20200509233124-065f70705d4d // indirect
114
113
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
0 commit comments