@@ -4,40 +4,37 @@ go 1.19
4
4
5
5
require (
6
6
github.com/evanphx/json-patch/v5 v5.6.0
7
- github.com/fsnotify/fsnotify v1.5.4
7
+ github.com/fsnotify/fsnotify v1.6.0
8
8
github.com/go-logr/logr v1.2.3
9
9
github.com/go-logr/zapr v1.2.3
10
- github.com/google/go-cmp v0.5.8
11
- github.com/onsi/ginkgo/v2 v2.1.4
12
- github.com/onsi/gomega v1.19 .0
13
- github.com/prometheus/client_golang v1.12.2
10
+ github.com/google/go-cmp v0.5.9
11
+ github.com/onsi/ginkgo/v2 v2.4.0
12
+ github.com/onsi/gomega v1.23 .0
13
+ github.com/prometheus/client_golang v1.13.0
14
14
github.com/prometheus/client_model v0.2.0
15
- go.uber.org/goleak v1.1.12
15
+ go.uber.org/goleak v1.2.0
16
16
go.uber.org/zap v1.21.0
17
- golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
17
+ golang.org/x/sys v0.1.0
18
18
golang.org/x/time v0.0.0-20220609170525-579cf78fd858
19
19
gomodules.xyz/jsonpatch/v2 v2.2.0
20
- k8s.io/api v0.25.0
21
- k8s.io/apiextensions-apiserver v0.25.0
22
- k8s.io/apimachinery v0.25.0
23
- k8s.io/client-go v0.25.0
24
- k8s.io/component-base v0.25.0
25
- k8s.io/klog/v2 v2.70 .1
26
- k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed
20
+ k8s.io/api v0.26.0-alpha.3
21
+ k8s.io/apiextensions-apiserver v0.26.0-alpha.3
22
+ k8s.io/apimachinery v0.26.0-alpha.3
23
+ k8s.io/client-go v0.26.0-alpha.3
24
+ k8s.io/component-base v0.26.0-alpha.3
25
+ k8s.io/klog/v2 v2.80 .1
26
+ k8s.io/utils v0.0.0-20220922133306-665eaaec4324
27
27
sigs.k8s.io/yaml v1.3.0
28
28
)
29
29
30
30
require (
31
- cloud.google.com/go v0.97.0 // indirect
32
- github.com/PuerkitoBio/purell v1.1.1 // indirect
33
- github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
34
31
github.com/beorn7/perks v1.0.1 // indirect
35
32
github.com/cespare/xxhash/v2 v2.1.2 // indirect
36
33
github.com/davecgh/go-spew v1.1.1 // indirect
37
- github.com/emicklei/go-restful/v3 v3.8 .0 // indirect
34
+ github.com/emicklei/go-restful/v3 v3.9 .0 // indirect
38
35
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
39
36
github.com/go-openapi/jsonpointer v0.19.5 // indirect
40
- github.com/go-openapi/jsonreference v0.19.5 // indirect
37
+ github.com/go-openapi/jsonreference v0.20.0 // indirect
41
38
github.com/go-openapi/swag v0.19.14 // indirect
42
39
github.com/gogo/protobuf v1.3.2 // indirect
43
40
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -49,26 +46,27 @@ require (
49
46
github.com/josharian/intern v1.0.0 // indirect
50
47
github.com/json-iterator/go v1.1.12 // indirect
51
48
github.com/mailru/easyjson v0.7.6 // indirect
52
- github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
49
+ github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
53
50
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
54
51
github.com/modern-go/reflect2 v1.0.2 // indirect
55
52
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
56
53
github.com/pkg/errors v0.9.1 // indirect
57
- github.com/prometheus/common v0.32.1 // indirect
58
- github.com/prometheus/procfs v0.7.3 // indirect
54
+ github.com/prometheus/common v0.37.0 // indirect
55
+ github.com/prometheus/procfs v0.8.0 // indirect
59
56
github.com/spf13/pflag v1.0.5 // indirect
60
57
go.uber.org/atomic v1.7.0 // indirect
61
58
go.uber.org/multierr v1.6.0 // indirect
62
- golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
63
- golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
64
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
65
- golang.org/x/text v0.3.7 // indirect
59
+ golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
60
+ golang.org/x/net v0.1.1-0.20221027164007-c63010009c80 // indirect
61
+ golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
62
+ golang.org/x/term v0.1.0 // indirect
63
+ golang.org/x/text v0.4.0 // indirect
66
64
google.golang.org/appengine v1.6.7 // indirect
67
- google.golang.org/protobuf v1.28.0 // indirect
65
+ google.golang.org/protobuf v1.28.1 // indirect
68
66
gopkg.in/inf.v0 v0.9.1 // indirect
69
67
gopkg.in/yaml.v2 v2.4.0 // indirect
70
68
gopkg.in/yaml.v3 v3.0.1 // indirect
71
- k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
69
+ k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
72
70
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
73
71
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
74
72
)
0 commit comments