@@ -5,14 +5,14 @@ go 1.18
5
5
require (
6
6
github.com/Masterminds/sprig/v3 v3.2.2
7
7
github.com/fluxcd/helm-controller/api v0.26.0
8
- github.com/fluxcd/source-controller/api v0.31 .0
8
+ github.com/fluxcd/source-controller/api v0.33 .0
9
9
github.com/go-logr/logr v1.2.3
10
10
github.com/gobuffalo/flect v0.3.0
11
11
github.com/google/gofuzz v1.2.0
12
12
github.com/google/uuid v1.3.0
13
- github.com/graphql-go/graphql v0.8.0
13
+ github.com/graphql-go/graphql v0.8.1
14
14
github.com/graphql-go/handler v0.2.3
15
- github.com/open-policy-agent/gatekeeper v3.0.3 +incompatible
15
+ github.com/open-policy-agent/gatekeeper v3.11.0 +incompatible
16
16
github.com/pkg/errors v0.9.1
17
17
github.com/prometheus/client_golang v1.14.0
18
18
github.com/spf13/cobra v1.6.1
@@ -41,87 +41,83 @@ require (
41
41
kmodules.xyz/authorizer v0.25.0
42
42
kmodules.xyz/client-go v0.25.21
43
43
kmodules.xyz/custom-resources v0.25.1
44
- kmodules.xyz/go-containerregistry v0.0.10
44
+ kmodules.xyz/go-containerregistry v0.0.11
45
45
kmodules.xyz/monitoring-agent-api v0.25.1
46
- kmodules.xyz/resource-metadata v0.16.3-0.20230409032357-4cda6c577924
46
+ kmodules.xyz/resource-metadata v0.17.0
47
47
kmodules.xyz/resource-metrics v0.25.1
48
48
kmodules.xyz/sets v0.24.0
49
- kubeops.dev/scanner v0.0.8-0.20230411172553-db62d15068d6
50
- kubepack.dev/lib-helm v0.5.9
51
- kubepack.dev/preset v0.0.3
52
- sigs.k8s.io/cli-utils v0.33.0
49
+ kubeops.dev/scanner v0.0.10
50
+ sigs.k8s.io/cli-utils v0.34.0
53
51
sigs.k8s.io/controller-runtime v0.13.1
54
52
sigs.k8s.io/yaml v1.3.0
55
- x-helm.dev/apimachinery v0.0.2-0.20230409005828-30df5f7bd52d
53
+ x-helm.dev/apimachinery v0.0.6
56
54
)
57
55
58
56
require (
59
- cloud.google.com/go/compute v1.18 .0 // indirect
60
- cloud.google.com/go/compute/metadata v0.2.3 // indirect
57
+ cloud.google.com/go/compute v1.13 .0 // indirect
58
+ cloud.google.com/go/compute/metadata v0.2.1 // indirect
61
59
cloud.google.com/go/monitoring v1.8.0 // indirect
62
60
cloud.google.com/go/trace v1.4.0 // indirect
63
61
contrib.go.opencensus.io/exporter/ocagent v0.7.0 // indirect
64
62
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
65
63
contrib.go.opencensus.io/exporter/stackdriver v0.13.14 // indirect
66
64
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
67
65
github.com/Azure/go-autorest/autorest v0.11.28 // indirect
68
- github.com/Azure/go-autorest/autorest/adal v0.9.22 // indirect
66
+ github.com/Azure/go-autorest/autorest/adal v0.9.21 // indirect
69
67
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
70
68
github.com/Azure/go-autorest/logger v0.2.1 // indirect
71
69
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
70
+ github.com/BurntSushi/toml v1.1.0 // indirect
72
71
github.com/Masterminds/goutils v1.1.1 // indirect
73
- github.com/Masterminds/semver/v3 v3.1.1 // indirect
72
+ github.com/Masterminds/semver/v3 v3.2.0 // indirect
74
73
github.com/NYTimes/gziphandler v1.1.1 // indirect
75
74
github.com/OneOfOne/xxhash v1.2.8 // indirect
76
75
github.com/PuerkitoBio/purell v1.2.0 // indirect
77
76
github.com/agnivade/levenshtein v1.1.1 // indirect
78
- github.com/alessio/shellescape v1.4.1 // indirect
79
77
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220418222510-f25a4f6275ed // indirect
80
78
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
81
79
github.com/aws/aws-sdk-go v1.44.100 // indirect
82
80
github.com/beorn7/perks v1.0.1 // indirect
83
81
github.com/blang/semver/v4 v4.0.0 // indirect
84
82
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
85
83
github.com/cespare/xxhash/v2 v2.1.2 // indirect
86
- github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
84
+ github.com/containerd/stargz-snapshotter/estargz v0.12.1 // indirect
87
85
github.com/coreos/go-semver v0.3.0 // indirect
88
86
github.com/coreos/go-systemd/v22 v22.4.0 // indirect
89
- github.com/cyphar/filepath-securejoin v0.2.3 // indirect
90
87
github.com/davecgh/go-spew v1.1.1 // indirect
91
- github.com/docker/cli v23.0.1 +incompatible // indirect
88
+ github.com/docker/cli v20.10.22 +incompatible // indirect
92
89
github.com/docker/distribution v2.8.1+incompatible // indirect
93
- github.com/docker/docker v23.0.1 +incompatible // indirect
90
+ github.com/docker/docker v20.10.20 +incompatible // indirect
94
91
github.com/docker/docker-credential-helpers v0.7.0 // indirect
95
92
github.com/dustin/go-humanize v1.0.1-0.20220316001817-d5090ed65664 // indirect
96
- github.com/emicklei/go-restful/v3 v3.10.2 // indirect
93
+ github.com/emicklei/go-restful/v3 v3.9.0 // indirect
97
94
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
98
95
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
99
96
github.com/fatih/structs v1.1.0 // indirect
100
97
github.com/felixge/httpsnoop v1.0.3 // indirect
101
98
github.com/fluxcd/pkg/apis/acl v0.1.0 // indirect
102
99
github.com/fluxcd/pkg/apis/kustomize v0.6.0 // indirect
103
- github.com/fluxcd/pkg/apis/meta v0.17 .0 // indirect
100
+ github.com/fluxcd/pkg/apis/meta v0.18 .0 // indirect
104
101
github.com/fsnotify/fsnotify v1.6.0 // indirect
105
- github.com/gabriel-vasile/mimetype v1.4.1 // indirect
106
102
github.com/ghodss/yaml v1.0.0 // indirect
107
103
github.com/go-errors/errors v1.0.1 // indirect
108
104
github.com/go-kit/log v0.2.1 // indirect
109
105
github.com/go-logfmt/logfmt v0.5.1 // indirect
110
- github.com/go-openapi/jsonpointer v0.19.6 // indirect
111
- github.com/go-openapi/jsonreference v0.20.2 // indirect
106
+ github.com/go-openapi/jsonpointer v0.19.5 // indirect
107
+ github.com/go-openapi/jsonreference v0.20.0 // indirect
112
108
github.com/go-openapi/swag v0.22.3 // indirect
113
109
github.com/gobwas/glob v0.2.3 // indirect
114
110
github.com/gogo/protobuf v1.3.2 // indirect
115
- github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
111
+ github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
116
112
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
117
113
github.com/golang/protobuf v1.5.3 // indirect
118
- github.com/google/btree v1.0.1 // indirect
114
+ github.com/google/btree v1.1.2 // indirect
119
115
github.com/google/cel-go v0.12.5 // indirect
120
116
github.com/google/gnostic v0.6.9 // indirect
121
117
github.com/google/go-cmp v0.5.9 // indirect
122
- github.com/google/go-containerregistry v0.14 .0 // indirect
118
+ github.com/google/go-containerregistry v0.13 .0 // indirect
123
119
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
124
- github.com/googleapis/enterprise-certificate-proxy v0.2.1 // indirect
120
+ github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
125
121
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
126
122
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
127
123
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
@@ -130,16 +126,17 @@ require (
130
126
github.com/hexops/gotextdiff v1.0.3 // indirect
131
127
github.com/huandu/xstrings v1.3.2 // indirect
132
128
github.com/imdario/mergo v0.3.13 // indirect
133
- github.com/inconshreveable/mousetrap v1.1.0 // indirect
129
+ github.com/inconshreveable/mousetrap v1.0.1 // indirect
134
130
github.com/jmespath/go-jmespath v0.4.0 // indirect
131
+ github.com/jonboulle/clockwork v0.3.0 // indirect
135
132
github.com/josharian/intern v1.0.0 // indirect
136
133
github.com/jpillora/backoff v1.0.0 // indirect
137
134
github.com/json-iterator/go v1.1.12 // indirect
138
- github.com/klauspost/compress v1.16.0 // indirect
135
+ github.com/klauspost/compress v1.15.11 // indirect
139
136
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
140
137
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
141
138
github.com/mailru/easyjson v0.7.7 // indirect
142
- github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
139
+ github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
143
140
github.com/mitchellh/copystructure v1.2.0 // indirect
144
141
github.com/mitchellh/go-homedir v1.1.0 // indirect
145
142
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -149,7 +146,8 @@ require (
149
146
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
150
147
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
151
148
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
152
- github.com/onsi/gomega v1.20.2 // indirect
149
+ github.com/onsi/ginkgo/v2 v2.9.1 // indirect
150
+ github.com/onsi/gomega v1.27.4 // indirect
153
151
github.com/open-policy-agent/frameworks/constraint v0.0.0-20221214024800-b745745c4118 // indirect
154
152
github.com/open-policy-agent/opa v0.47.2 // indirect
155
153
github.com/opencontainers/go-digest v1.0.0 // indirect
@@ -172,12 +170,11 @@ require (
172
170
github.com/vbatts/tar-split v0.11.2 // indirect
173
171
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
174
172
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
175
- github.com/xeipuuv/gojsonschema v1.2.0 // indirect
176
173
github.com/xlab/treeprint v1.1.0 // indirect
177
174
github.com/yashtewari/glob-intersection v0.1.0 // indirect
178
175
github.com/yudai/gojsondiff v1.0.0 // indirect
179
176
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
180
- go.etcd.io/etcd/api/v3 v3.5.4 // indirect
177
+ go.etcd.io/etcd/api/v3 v3.6.0-alpha.0 // indirect
181
178
go.etcd.io/etcd/client/pkg/v3 v3.5.4 // indirect
182
179
go.etcd.io/etcd/client/v3 v3.5.4 // indirect
183
180
go.opencensus.io v0.24.0 // indirect
@@ -193,10 +190,11 @@ require (
193
190
go.opentelemetry.io/otel/trace v1.7.0 // indirect
194
191
go.opentelemetry.io/proto/otlp v0.16.0 // indirect
195
192
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
196
- go.uber.org/atomic v1.9 .0 // indirect
193
+ go.uber.org/atomic v1.10 .0 // indirect
197
194
go.uber.org/multierr v1.8.0 // indirect
198
- go.uber.org/zap v1.21.0 // indirect
199
- golang.org/x/crypto v0.7.0 // indirect
195
+ go.uber.org/zap v1.23.0 // indirect
196
+ golang.org/x/crypto v0.6.0 // indirect
197
+ golang.org/x/mod v0.9.0 // indirect
200
198
golang.org/x/net v0.9.0 // indirect
201
199
golang.org/x/oauth2 v0.7.0 // indirect
202
200
golang.org/x/sys v0.7.0 // indirect
@@ -210,37 +208,33 @@ require (
210
208
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
211
209
gomodules.xyz/mergo v0.3.13 // indirect
212
210
gomodules.xyz/wait v0.2.0 // indirect
213
- google.golang.org/api v0.108 .0 // indirect
211
+ google.golang.org/api v0.103 .0 // indirect
214
212
google.golang.org/appengine v1.6.7 // indirect
215
- google.golang.org/genproto v0.0.0-20230124163310-31e0e69b6fc2 // indirect
213
+ google.golang.org/genproto v0.0.0-20221206210731-b1a01be3a5f6 // indirect
216
214
google.golang.org/grpc v1.51.0 // indirect
217
- google.golang.org/protobuf v1.29 .1 // indirect
215
+ google.golang.org/protobuf v1.28 .1 // indirect
218
216
gopkg.in/inf.v0 v0.9.1 // indirect
219
217
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
220
218
gopkg.in/yaml.v2 v2.4.0 // indirect
221
219
gopkg.in/yaml.v3 v3.0.1 // indirect
222
- helm.sh/helm/ v3 v3.0.0-00010101000000-000000000000 // indirect
223
- k8s.io/cli-runtime v0.25.2 // indirect
224
- k8s.io/component-helpers v0.25.2 // indirect
225
- k8s.io/utils v0.0.0-20221101230645-61b03e2f6476 // indirect
220
+ gotest.tools/ v3 v3.1.0 // indirect
221
+ k8s.io/cli-runtime v0.25.3 // indirect
222
+ k8s.io/component-helpers v0.25.1 // indirect
223
+ k8s.io/utils v0.0.0-20221108210102-8e77b1f39fe2 // indirect
226
224
kmodules.xyz/offshoot-api v0.25.0 // indirect
227
225
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.33 // indirect
228
- sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
226
+ sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
229
227
sigs.k8s.io/kustomize/api v0.12.1 // indirect
230
228
sigs.k8s.io/kustomize/kyaml v0.13.9 // indirect
231
229
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
232
230
)
233
231
234
- replace github.com/graphql-go/graphql => github.com/jamesdphillips/graphql-go v0.7.4-0.20220810211622-efd2a06de890
235
-
236
232
replace github.com/Masterminds/sprig/v3 => github.com/gomodules/sprig/v3 v3.2.3-0.20220405051441-0a8a99bac1b8
237
233
238
- replace helm.sh/helm/v3 => github.com/kubepack/helm/v3 v3.10.1-0.20220922170417-3a8110bacfda
239
-
240
- replace sigs.k8s.io/application => github.com/kmodules/application v0.8.4-0.20220917032906-876dc58b7366
234
+ replace helm.sh/helm/v3 => github.com/x-helm/helm/v3 v3.10.2-0.20230408184307-59c40cc34e6f
241
235
242
236
replace (
243
- github.com/open-policy-agent/gatekeeper => github.com/open-policy-agent/gatekeeper v0.0.0-20230110234528-6a534703ded6
237
+ github.com/open-policy-agent/gatekeeper => github.com/open-policy-agent/gatekeeper v3.11.0+incompatible
244
238
go.opencensus.io => go.opencensus.io v0.23.0
245
239
go.opentelemetry.io/contrib => go.opentelemetry.io/contrib v0.20.0
246
240
go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful => go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful v0.20.0
0 commit comments