@@ -9,7 +9,7 @@ require (
9
9
github.com/robfig/cron/v3 v3.0.1
10
10
github.com/spf13/cobra v1.8.0
11
11
github.com/spf13/pflag v1.0.5
12
- go.bytebuilders.dev/license-verifier v0.14.4
12
+ go.bytebuilders.dev/license-verifier v0.14.6
13
13
gomodules.xyz/logs v0.0.7
14
14
gomodules.xyz/pointer v0.1.0
15
15
gomodules.xyz/x v0.0.17
@@ -21,16 +21,16 @@ require (
21
21
kmodules.xyz/authorizer v0.29.1
22
22
kmodules.xyz/client-go v0.30.44
23
23
kmodules.xyz/custom-resources v0.30.0
24
- kmodules.xyz/resource-metrics v0.30.2
24
+ kmodules.xyz/resource-metrics v0.30.5
25
25
sigs.k8s.io/controller-runtime v0.18.4
26
- stash.appscode.dev/apimachinery v0.38 .0
26
+ stash.appscode.dev/apimachinery v0.39 .0
27
27
)
28
28
29
29
require (
30
30
cloud.google.com/go/compute/metadata v0.3.0 // indirect
31
31
filippo.io/edwards25519 v1.1.0 // indirect
32
32
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
33
- github.com/Masterminds/semver/v3 v3.2.1 // indirect
33
+ github.com/Masterminds/semver/v3 v3.3.0 // indirect
34
34
github.com/NYTimes/gziphandler v1.1.1 // indirect
35
35
github.com/PuerkitoBio/purell v1.2.1 // indirect
36
36
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
@@ -42,8 +42,8 @@ require (
42
42
github.com/coreos/go-semver v0.3.1 // indirect
43
43
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
44
44
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
45
- github.com/emicklei/go-restful/v3 v3.11.0 // indirect
46
- github.com/evanphx/json-patch v5.7 .0+incompatible // indirect
45
+ github.com/emicklei/go-restful/v3 v3.12.1 // indirect
46
+ github.com/evanphx/json-patch v5.9 .0+incompatible // indirect
47
47
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
48
48
github.com/fatih/structs v1.1.0 // indirect
49
49
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -52,9 +52,9 @@ require (
52
52
github.com/go-errors/errors v1.4.2 // indirect
53
53
github.com/go-logr/logr v1.4.2 // indirect
54
54
github.com/go-logr/stdr v1.2.2 // indirect
55
- github.com/go-openapi/jsonpointer v0.20 .0 // indirect
56
- github.com/go-openapi/jsonreference v0.20.2 // indirect
57
- github.com/go-openapi/swag v0.22.4 // indirect
55
+ github.com/go-openapi/jsonpointer v0.21 .0 // indirect
56
+ github.com/go-openapi/jsonreference v0.21.0 // indirect
57
+ github.com/go-openapi/swag v0.23.0 // indirect
58
58
github.com/go-sql-driver/mysql v1.8.1 // indirect
59
59
github.com/gogo/protobuf v1.3.2 // indirect
60
60
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -78,7 +78,6 @@ require (
78
78
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
79
79
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
80
80
github.com/mailru/easyjson v0.7.7 // indirect
81
- github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
82
81
github.com/mitchellh/mapstructure v1.5.0 // indirect
83
82
github.com/moby/term v0.5.0 // indirect
84
83
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -89,9 +88,9 @@ require (
89
88
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
90
89
github.com/pkg/errors v0.9.1 // indirect
91
90
github.com/prometheus/client_golang v1.18.0 // indirect
92
- github.com/prometheus/client_model v0.5.0 // indirect
93
- github.com/prometheus/common v0.45 .0 // indirect
94
- github.com/prometheus/procfs v0.12 .0 // indirect
91
+ github.com/prometheus/client_model v0.6.1 // indirect
92
+ github.com/prometheus/common v0.46 .0 // indirect
93
+ github.com/prometheus/procfs v0.15 .0 // indirect
95
94
github.com/rancher/norman v0.0.0-20240708202514-a0127673d1b9 // indirect
96
95
github.com/rancher/rancher/pkg/client v0.0.0-20240710123941-93e332156bbe // indirect
97
96
github.com/rancher/wrangler/v3 v3.0.0 // indirect
@@ -118,7 +117,7 @@ require (
118
117
go.uber.org/multierr v1.11.0 // indirect
119
118
go.uber.org/zap v1.27.0 // indirect
120
119
golang.org/x/crypto v0.31.0 // indirect
121
- golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
120
+ golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
122
121
golang.org/x/net v0.33.0 // indirect
123
122
golang.org/x/oauth2 v0.22.0 // indirect
124
123
golang.org/x/sync v0.10.0 // indirect
@@ -136,7 +135,7 @@ require (
136
135
google.golang.org/genproto/googleapis/api v0.0.0-20240311132316-a219d84964c2 // indirect
137
136
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
138
137
google.golang.org/grpc v1.62.1 // indirect
139
- google.golang.org/protobuf v1.33.0 // indirect
138
+ google.golang.org/protobuf v1.34.2 // indirect
140
139
gopkg.in/inf.v0 v0.9.1 // indirect
141
140
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
142
141
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments