@@ -13,21 +13,21 @@ require (
13
13
github.com/go-git/go-git/v5 v5.1.0
14
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.15.1
17
- golang.org/x/crypto v0.1 .0
18
- golang.org/x/tools v0.9.1
19
- k8s.io/api v0.27.2
20
- k8s.io/apimachinery v0.27.2
21
- k8s.io/cli-runtime v0.26.3
22
- k8s.io/client-go v0.27.2
16
+ github.com/prometheus/client_golang v1.16.0
17
+ golang.org/x/crypto v0.11 .0
18
+ golang.org/x/tools v0.9.3
19
+ k8s.io/api v0.28.0
20
+ k8s.io/apimachinery v0.28.0
21
+ k8s.io/cli-runtime v0.28.0
22
+ k8s.io/client-go v0.28.0
23
23
k8s.io/klog/v2 v2.100.1
24
- k8s.io/kubectl v0.26.3
24
+ k8s.io/kubectl v0.28.0
25
25
sigs.k8s.io/cli-utils v0.33.0
26
- sigs.k8s.io/controller-runtime v0.15 .0
26
+ sigs.k8s.io/controller-runtime v0.16 .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
- sigs.k8s.io/kustomize/api v0.12.1
30
- sigs.k8s.io/kustomize/kyaml v0.13.9
29
+ sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3
30
+ sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3
31
31
sigs.k8s.io/yaml v1.3.0
32
32
)
33
33
@@ -40,12 +40,12 @@ require (
40
40
github.com/davecgh/go-spew v1.1.1 // indirect
41
41
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
42
42
github.com/emirpasic/gods v1.12.0 // indirect
43
- github.com/evanphx/json-patch v4.12 .0+incompatible // indirect
43
+ github.com/evanphx/json-patch v5.6 .0+incompatible // indirect
44
44
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
45
45
github.com/fatih/camelcase v1.0.0 // indirect
46
46
github.com/fsnotify/fsnotify v1.6.0 // indirect
47
- github.com/fvbommel/sortorder v1.0.1 // indirect
48
- github.com/go-errors/errors v1.0.1 // indirect
47
+ github.com/fvbommel/sortorder v1.1.0 // indirect
48
+ github.com/go-errors/errors v1.4.2 // 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
51
github.com/go-openapi/jsonpointer v0.19.6 // indirect
@@ -55,13 +55,13 @@ require (
55
55
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
56
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.6.9 // indirect
58
+ github.com/google/gnostic-models v0.6.8 // 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
63
github.com/imdario/mergo v0.3.15 // indirect
64
- github.com/inconshreveable/mousetrap v1.0.1 // indirect
64
+ github.com/inconshreveable/mousetrap v1.1.0 // 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
@@ -71,7 +71,7 @@ require (
71
71
github.com/mailru/easyjson v0.7.7 // indirect
72
72
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
73
73
github.com/mitchellh/go-homedir v1.1.0 // indirect
74
- github.com/mitchellh/go-wordwrap v1.0.0 // indirect
74
+ github.com/mitchellh/go-wordwrap v1.0.1 // indirect
75
75
github.com/moby/spdystream v0.2.0 // indirect
76
76
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
77
77
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -80,33 +80,37 @@ require (
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/pmezard/go-difflib v1.0.0 // indirect
83
84
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
85
+ github.com/prometheus/common v0.44 .0 // indirect
86
+ github.com/prometheus/procfs v0.10.1 // indirect
86
87
github.com/russross/blackfriday/v2 v2.1.0 // indirect
87
88
github.com/sergi/go-diff v1.1.0 // indirect
88
- github.com/spf13/cobra v1.6 .0 // indirect
89
+ github.com/spf13/cobra v1.7 .0 // indirect
89
90
github.com/spf13/pflag v1.0.5 // indirect
91
+ github.com/stretchr/testify v1.8.2 // indirect
90
92
github.com/xanzy/ssh-agent v0.2.1 // indirect
91
- github.com/xlab/treeprint v1.1.0 // indirect
92
- go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
93
+ github.com/xlab/treeprint v1.2.0 // indirect
94
+ go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
95
+ golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
93
96
golang.org/x/mod v0.10.0 // indirect
94
- golang.org/x/net v0.10 .0 // indirect
97
+ golang.org/x/net v0.13 .0 // indirect
95
98
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
99
+ golang.org/x/sync v0.2.0 // indirect
100
+ golang.org/x/sys v0.11.0 // indirect
101
+ golang.org/x/term v0.10.0 // indirect
102
+ golang.org/x/text v0.11.0 // indirect
99
103
golang.org/x/time v0.3.0 // indirect
100
- gomodules.xyz/jsonpatch/v2 v2.3 .0 // indirect
104
+ gomodules.xyz/jsonpatch/v2 v2.4 .0 // indirect
101
105
google.golang.org/appengine v1.6.7 // indirect
102
106
google.golang.org/protobuf v1.30.0 // indirect
103
107
gopkg.in/inf.v0 v0.9.1 // indirect
104
108
gopkg.in/warnings.v0 v0.1.2 // indirect
105
109
gopkg.in/yaml.v2 v2.4.0 // indirect
106
110
gopkg.in/yaml.v3 v3.0.1 // 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
111
+ k8s.io/apiextensions-apiserver v0.28.0 // indirect
112
+ k8s.io/component-base v0.28.0 // indirect
113
+ k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
110
114
k8s.io/utils v0.0.0-20230505201702-9f6742963106 // indirect
111
115
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
112
116
sigs.k8s.io/kustomize/kstatus v0.0.2-0.20200509233124-065f70705d4d // indirect
0 commit comments