@@ -9,16 +9,16 @@ require (
9
9
github.com/alecthomas/kingpin/v2 v2.4.0
10
10
github.com/google/go-cmp v0.6.0
11
11
github.com/heptiolabs/healthcheck v0.0.0-20211123025425-613501dd5deb
12
- github.com/prometheus/client_golang v1.19.1
12
+ github.com/prometheus/client_golang v1.20.0
13
13
github.com/sirupsen/logrus v1.9.3
14
14
github.com/stretchr/testify v1.9.0
15
15
github.com/szuecs/routegroup-client v0.28.2
16
16
golang.org/x/sync v0.8.0
17
- k8s.io/api v0.30.3
18
- k8s.io/apimachinery v0.30.3
19
- k8s.io/client-go v0.30.3
20
- k8s.io/code-generator v0.30.3
21
- sigs.k8s.io/controller-tools v0.15.0
17
+ k8s.io/api v0.31.0
18
+ k8s.io/apimachinery v0.31.0
19
+ k8s.io/client-go v0.31.0
20
+ k8s.io/code-generator v0.31.0
21
+ sigs.k8s.io/controller-tools v0.16.1
22
22
sigs.k8s.io/yaml v1.4.0
23
23
)
24
24
@@ -27,10 +27,10 @@ require (
27
27
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9 // indirect
28
28
github.com/beorn7/perks v1.0.1 // indirect
29
29
github.com/cespare/xxhash/v2 v2.3.0 // indirect
30
- github.com/davecgh/go-spew v1.1.1 // indirect
30
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
31
31
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
32
- github.com/evanphx/json-patch v4.12.0+incompatible // indirect
33
- github.com/fatih/color v1.16 .0 // indirect
32
+ github.com/fatih/color v1.17.0 // indirect
33
+ github.com/fxamacker/cbor/v2 v2.7 .0 // indirect
34
34
github.com/go-logr/logr v1.4.2 // indirect
35
35
github.com/go-openapi/jsonpointer v0.21.0 // indirect
36
36
github.com/go-openapi/jsonreference v0.21.0 // indirect
@@ -46,38 +46,41 @@ require (
46
46
github.com/inconshreveable/mousetrap v1.1.0 // indirect
47
47
github.com/josharian/intern v1.0.0 // indirect
48
48
github.com/json-iterator/go v1.1.12 // indirect
49
+ github.com/klauspost/compress v1.17.9 // indirect
49
50
github.com/mailru/easyjson v0.7.7 // indirect
50
51
github.com/mattn/go-colorable v0.1.13 // indirect
51
52
github.com/mattn/go-isatty v0.0.20 // indirect
52
53
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
53
54
github.com/modern-go/reflect2 v1.0.2 // indirect
54
55
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
55
56
github.com/pkg/errors v0.9.1 // indirect
56
- github.com/pmezard/go-difflib v1.0.0 // indirect
57
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
57
58
github.com/prometheus/client_model v0.6.1 // indirect
58
- github.com/prometheus/common v0.54 .0 // indirect
59
+ github.com/prometheus/common v0.55 .0 // indirect
59
60
github.com/prometheus/procfs v0.15.1 // indirect
60
- github.com/spf13/cobra v1.8.0 // indirect
61
+ github.com/spf13/cobra v1.8.1 // indirect
61
62
github.com/spf13/pflag v1.0.5 // indirect
63
+ github.com/x448/float16 v0.8.4 // indirect
62
64
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
63
- golang.org/x/mod v0.17 .0 // indirect
64
- golang.org/x/net v0.26 .0 // indirect
65
+ golang.org/x/mod v0.20 .0 // indirect
66
+ golang.org/x/net v0.28 .0 // indirect
65
67
golang.org/x/oauth2 v0.21.0 // indirect
66
- golang.org/x/sys v0.21 .0 // indirect
67
- golang.org/x/term v0.21 .0 // indirect
68
- golang.org/x/text v0.16 .0 // indirect
68
+ golang.org/x/sys v0.23 .0 // indirect
69
+ golang.org/x/term v0.23 .0 // indirect
70
+ golang.org/x/text v0.17 .0 // indirect
69
71
golang.org/x/time v0.5.0 // indirect
70
- golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
72
+ golang.org/x/tools v0.24.0 // indirect
71
73
google.golang.org/protobuf v1.34.2 // indirect
72
74
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
75
+ gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
73
76
gopkg.in/inf.v0 v0.9.1 // indirect
74
77
gopkg.in/yaml.v2 v2.4.0 // indirect
75
78
gopkg.in/yaml.v3 v3.0.1 // indirect
76
- k8s.io/apiextensions-apiserver v0.30 .0 // indirect
79
+ k8s.io/apiextensions-apiserver v0.31 .0 // indirect
77
80
k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70 // indirect
78
81
k8s.io/klog/v2 v2.130.1 // indirect
79
82
k8s.io/kube-openapi v0.0.0-20240620174524-b456828f718b // indirect
80
- k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 // indirect
83
+ k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
81
84
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
82
85
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
83
86
)
0 commit comments