Skip to content

Commit 505345c

Browse files
authored
Merge pull request #442 from fluxcd/update-deps
Update dependencies
2 parents 610fd63 + 224b12a commit 505345c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+417
-562
lines changed

api/go.mod

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ module github.com/fluxcd/notification-controller/api
33
go 1.18
44

55
require (
6-
github.com/fluxcd/pkg/apis/meta v0.17.0
7-
k8s.io/apimachinery v0.25.3
8-
sigs.k8s.io/controller-runtime v0.13.0
6+
github.com/fluxcd/pkg/apis/meta v0.18.0
7+
k8s.io/apimachinery v0.25.4
8+
sigs.k8s.io/controller-runtime v0.13.1
99
)
1010

1111
// Fix CVE-2022-32149
@@ -21,12 +21,12 @@ require (
2121
github.com/json-iterator/go v1.1.12 // indirect
2222
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2323
github.com/modern-go/reflect2 v1.0.2 // indirect
24-
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
25-
golang.org/x/text v0.3.7 // indirect
24+
golang.org/x/net v0.2.0 // indirect
25+
golang.org/x/text v0.4.0 // indirect
2626
gopkg.in/inf.v0 v0.9.1 // indirect
2727
gopkg.in/yaml.v2 v2.4.0 // indirect
28-
k8s.io/klog/v2 v2.70.1 // indirect
29-
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect
28+
k8s.io/klog/v2 v2.80.1 // indirect
29+
k8s.io/utils v0.0.0-20221108210102-8e77b1f39fe2 // indirect
3030
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
3131
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
3232
)

api/go.sum

+13-15
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
22
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
33
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
4-
github.com/fluxcd/pkg/apis/meta v0.17.0 h1:Y2dfo1syHZDb9Mexjr2SWdcj1FnxnRXm015hEnhl6wU=
5-
github.com/fluxcd/pkg/apis/meta v0.17.0/go.mod h1:GrOVzWXiu22XjLNgLLe2EBYhQPqZetes5SIADb4bmHE=
4+
github.com/fluxcd/pkg/apis/meta v0.18.0 h1:s0LeulWcQ4DxVX6805vgDTxlA6bAYk+Lq1QHSnNdqLM=
5+
github.com/fluxcd/pkg/apis/meta v0.18.0/go.mod h1:pYvXRFi1UKNNrGR34jw3uqOnMXw9X6dTkML8j5Z7tis=
66
github.com/fsnotify/fsnotify v1.5.4 h1:jRbGcIw6P2Meqdwuo0H1p6JVLbL5DHKAKlYndzMwVZI=
7-
github.com/go-logr/logr v0.1.0/go.mod h1:ixOQHD9gLJUVQQ2ZOR7zLEifBX6tGkNJF4QyIY7sIas=
87
github.com/go-logr/logr v1.2.0/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
98
github.com/go-logr/logr v1.2.3 h1:2DntVwHkVopvECVRSlL5PSo9eG+cAkDCuckLubN+rq0=
109
github.com/go-logr/logr v1.2.3/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
@@ -30,7 +29,6 @@ github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
3029
github.com/onsi/gomega v1.20.1 h1:PA/3qinGoukvymdIDV8pii6tiZgC8kbmJO6Z5+b002Q=
3130
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
3231
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
33-
github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk=
3432
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
3533
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
3634
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
@@ -50,8 +48,9 @@ golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLL
5048
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
5149
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
5250
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
53-
golang.org/x/net v0.0.0-20220722155237-a158d28d115b h1:PxfKdU9lEEDYjdIzOtC4qFWgkU2rGHdKlKowJSMN9h0=
5451
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
52+
golang.org/x/net v0.2.0 h1:sZfSu1wtKLGlWI4ZZayP0ck9Y73K1ynO6gqzTdBVdPU=
53+
golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY=
5554
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
5655
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
5756
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
@@ -62,8 +61,8 @@ golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7w
6261
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
6362
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
6463
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
65-
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f h1:v4INt8xihDGvnrfjMDVXGxw9wrfxYyCjk0KbXjhR55s=
6664
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
65+
golang.org/x/sys v0.2.0 h1:ljd4t30dBnAvMZaQCevtY0xLLD0A+bRZXbgLMLU1F/A=
6766
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
6867
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
6968
golang.org/x/text v0.4.0 h1:BrVqGRd7+k1DiOgtnFvAkoQEWQvBc25ouMJM6429SFg=
@@ -86,15 +85,14 @@ gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
8685
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
8786
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
8887
k8s.io/api v0.25.0 h1:H+Q4ma2U/ww0iGB78ijZx6DRByPz6/733jIuFpX70e0=
89-
k8s.io/apimachinery v0.25.3 h1:7o9ium4uyUOM76t6aunP0nZuex7gDf8VGwkR5RcJnQc=
90-
k8s.io/apimachinery v0.25.3/go.mod h1:jaF9C/iPNM1FuLl7Zuy5b9v+n35HGSh6AQ4HYRkCqwo=
91-
k8s.io/klog/v2 v2.0.0/go.mod h1:PBfzABfn139FHAV07az/IF9Wp1bkk3vpT2XSJ76fSDE=
92-
k8s.io/klog/v2 v2.70.1 h1:7aaoSdahviPmR+XkS7FyxlkkXs6tHISSG03RxleQAVQ=
93-
k8s.io/klog/v2 v2.70.1/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0=
94-
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed h1:jAne/RjBTyawwAy0utX5eqigAwz/lQhTmy+Hr/Cpue4=
95-
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
96-
sigs.k8s.io/controller-runtime v0.13.0 h1:iqa5RNciy7ADWnIc8QxCbOX5FEKVR3uxVxKHRMc2WIQ=
97-
sigs.k8s.io/controller-runtime v0.13.0/go.mod h1:Zbz+el8Yg31jubvAEyglRZGdLAjplZl+PgtYNI6WNTI=
88+
k8s.io/apimachinery v0.25.4 h1:CtXsuaitMESSu339tfhVXhQrPET+EiWnIY1rcurKnAc=
89+
k8s.io/apimachinery v0.25.4/go.mod h1:jaF9C/iPNM1FuLl7Zuy5b9v+n35HGSh6AQ4HYRkCqwo=
90+
k8s.io/klog/v2 v2.80.1 h1:atnLQ121W371wYYFawwYx1aEY2eUfs4l3J72wtgAwV4=
91+
k8s.io/klog/v2 v2.80.1/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0=
92+
k8s.io/utils v0.0.0-20221108210102-8e77b1f39fe2 h1:GfD9OzL11kvZN5iArC6oTS7RTj7oJOIfnislxYlqTj8=
93+
k8s.io/utils v0.0.0-20221108210102-8e77b1f39fe2/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
94+
sigs.k8s.io/controller-runtime v0.13.1 h1:tUsRCSJVM1QQOOeViGeX3GMT3dQF1eePPw6sEE3xSlg=
95+
sigs.k8s.io/controller-runtime v0.13.1/go.mod h1:Zbz+el8Yg31jubvAEyglRZGdLAjplZl+PgtYNI6WNTI=
9896
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 h1:iXTIw73aPyC+oRdyqqvVJuloN1p0AC/kzH07hu3NE+k=
9997
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0=
10098
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kFxnAMREiWFE=

controllers/event_handling_test.go

+12-12
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ import (
2121
"sigs.k8s.io/controller-runtime/pkg/client"
2222
logf "sigs.k8s.io/controller-runtime/pkg/log"
2323

24+
eventv1 "github.com/fluxcd/pkg/apis/event/v1beta1"
2425
"github.com/fluxcd/pkg/apis/meta"
2526
"github.com/fluxcd/pkg/runtime/conditions"
26-
"github.com/fluxcd/pkg/runtime/events"
2727

2828
notifyv1 "github.com/fluxcd/notification-controller/api/v1beta1"
2929
"github.com/fluxcd/notification-controller/internal/server"
@@ -154,7 +154,7 @@ func TestEventHandler(t *testing.T) {
154154
return conditions.IsReady(&obj)
155155
}, 30*time.Second, time.Second).Should(BeTrue())
156156

157-
event := events.Event{
157+
event := eventv1.Event{
158158
InvolvedObject: corev1.ObjectReference{
159159
Kind: "Bucket",
160160
Name: "hyacinth",
@@ -194,49 +194,49 @@ func TestEventHandler(t *testing.T) {
194194

195195
tests := []struct {
196196
name string
197-
modifyEventFunc func(e events.Event) events.Event
197+
modifyEventFunc func(e eventv1.Event) eventv1.Event
198198
forwarded bool
199199
}{
200200
{
201201
name: "forwards when source is a match",
202-
modifyEventFunc: func(e events.Event) events.Event { return e },
202+
modifyEventFunc: func(e eventv1.Event) eventv1.Event { return e },
203203
forwarded: true,
204204
},
205205
{
206206
name: "drops event when source Kind does not match",
207-
modifyEventFunc: func(e events.Event) events.Event {
207+
modifyEventFunc: func(e eventv1.Event) eventv1.Event {
208208
e.InvolvedObject.Kind = "GitRepository"
209209
return e
210210
},
211211
forwarded: false,
212212
},
213213
{
214214
name: "drops event when source name does not match",
215-
modifyEventFunc: func(e events.Event) events.Event {
215+
modifyEventFunc: func(e eventv1.Event) eventv1.Event {
216216
e.InvolvedObject.Name = "slop"
217217
return e
218218
},
219219
forwarded: false,
220220
},
221221
{
222222
name: "drops event when source namespace does not match",
223-
modifyEventFunc: func(e events.Event) events.Event {
223+
modifyEventFunc: func(e eventv1.Event) eventv1.Event {
224224
e.InvolvedObject.Namespace = "all-buckets"
225225
return e
226226
},
227227
forwarded: false,
228228
},
229229
{
230230
name: "drops event that is matched by exclusion",
231-
modifyEventFunc: func(e events.Event) events.Event {
231+
modifyEventFunc: func(e eventv1.Event) eventv1.Event {
232232
e.Message = "this is excluded"
233233
return e
234234
},
235235
forwarded: false,
236236
},
237237
{
238238
name: "forwards events when name wildcard is used",
239-
modifyEventFunc: func(e events.Event) events.Event {
239+
modifyEventFunc: func(e eventv1.Event) eventv1.Event {
240240
e.InvolvedObject.Kind = "Kustomization"
241241
e.InvolvedObject.Name = "test"
242242
e.InvolvedObject.Namespace = namespace
@@ -247,7 +247,7 @@ func TestEventHandler(t *testing.T) {
247247
},
248248
{
249249
name: "forwards events when the label matches",
250-
modifyEventFunc: func(e events.Event) events.Event {
250+
modifyEventFunc: func(e eventv1.Event) eventv1.Event {
251251
e.InvolvedObject.Kind = "GitRepository"
252252
e.InvolvedObject.Name = "podinfo"
253253
e.InvolvedObject.APIVersion = "source.toolkit.fluxcd.io/v1beta1"
@@ -259,7 +259,7 @@ func TestEventHandler(t *testing.T) {
259259
},
260260
{
261261
name: "drops events when the labels don't match",
262-
modifyEventFunc: func(e events.Event) events.Event {
262+
modifyEventFunc: func(e eventv1.Event) eventv1.Event {
263263
e.InvolvedObject.Kind = "GitRepository"
264264
e.InvolvedObject.Name = "podinfo-two"
265265
e.InvolvedObject.APIVersion = "source.toolkit.fluxcd.io/v1beta1"
@@ -271,7 +271,7 @@ func TestEventHandler(t *testing.T) {
271271
},
272272
{
273273
name: "drops events for cross-namespace sources",
274-
modifyEventFunc: func(e events.Event) events.Event {
274+
modifyEventFunc: func(e eventv1.Event) eventv1.Event {
275275
e.InvolvedObject.Kind = "Kustomization"
276276
e.InvolvedObject.Name = "test"
277277
e.InvolvedObject.Namespace = "test"

go.mod

+54-55
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,35 @@ go 1.18
55
replace github.com/fluxcd/notification-controller/api => ./api
66

77
require (
8-
github.com/AdaLogics/go-fuzz-headers v0.0.0-20221007124625-37f5449ff7df
8+
github.com/AdaLogics/go-fuzz-headers v0.0.0-20221103172237-443f56ff4ba8
99
github.com/Azure/azure-amqp-common-go/v3 v3.2.3
10-
github.com/Azure/azure-event-hubs-go/v3 v3.3.18
10+
github.com/Azure/azure-event-hubs-go/v3 v3.3.20
1111
github.com/containrrr/shoutrrr v0.6.1
1212
github.com/fluxcd/notification-controller/api v0.28.0
13-
github.com/fluxcd/pkg/apis/meta v0.17.0
13+
github.com/fluxcd/pkg/apis/event v0.2.0
14+
github.com/fluxcd/pkg/apis/meta v0.18.0
1415
github.com/fluxcd/pkg/masktoken v0.2.0
15-
github.com/fluxcd/pkg/runtime v0.22.0
16-
github.com/fluxcd/pkg/ssa v0.21.0
17-
github.com/getsentry/sentry-go v0.13.0
16+
github.com/fluxcd/pkg/runtime v0.24.0
17+
github.com/fluxcd/pkg/ssa v0.22.0
18+
github.com/getsentry/sentry-go v0.15.0
1819
github.com/go-logr/logr v1.2.3
1920
github.com/google/go-github/v41 v41.0.0
2021
github.com/hashicorp/go-retryablehttp v0.7.1
2122
github.com/ktrysmt/go-bitbucket v0.9.54
2223
github.com/microsoft/azure-devops-go-api/azuredevops/v6 v6.0.1
23-
github.com/onsi/gomega v1.22.1
24+
github.com/onsi/gomega v1.24.1
2425
github.com/sethvargo/go-limiter v0.7.2
2526
github.com/slok/go-http-metrics v0.10.0
2627
github.com/spf13/pflag v1.0.5
27-
github.com/stretchr/testify v1.8.0
28+
github.com/stretchr/testify v1.8.1
2829
github.com/whilp/git-urls v1.0.0
29-
github.com/xanzy/go-gitlab v0.73.1
30-
golang.org/x/oauth2 v0.1.0
31-
k8s.io/api v0.25.3
32-
k8s.io/apimachinery v0.25.3
33-
k8s.io/client-go v0.25.3
34-
sigs.k8s.io/cli-utils v0.33.0
35-
sigs.k8s.io/controller-runtime v0.13.0
30+
github.com/xanzy/go-gitlab v0.76.0
31+
golang.org/x/oauth2 v0.2.0
32+
k8s.io/api v0.25.4
33+
k8s.io/apimachinery v0.25.4
34+
k8s.io/client-go v0.25.4
35+
sigs.k8s.io/cli-utils v0.34.0
36+
sigs.k8s.io/controller-runtime v0.13.1
3637
sigs.k8s.io/yaml v1.3.0
3738
)
3839

@@ -55,53 +56,51 @@ replace golang.org/x/crypto => golang.org/x/crypto v0.0.0-20220518034528-6f7dac9
5556

5657
require (
5758
cloud.google.com/go v0.99.0 // indirect
58-
github.com/Azure/azure-sdk-for-go v53.4.0+incompatible // indirect
59+
github.com/Azure/azure-sdk-for-go v65.0.0+incompatible // indirect
5960
github.com/Azure/go-amqp v0.17.0 // indirect
6061
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
6162
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
62-
github.com/Azure/go-autorest/autorest v0.11.27 // indirect
63-
github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
63+
github.com/Azure/go-autorest/autorest v0.11.28 // indirect
64+
github.com/Azure/go-autorest/autorest/adal v0.9.21 // indirect
6465
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
6566
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
6667
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
6768
github.com/Azure/go-autorest/logger v0.2.1 // indirect
6869
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
69-
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd // indirect
70-
github.com/PuerkitoBio/purell v1.1.1 // indirect
71-
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
70+
github.com/MakeNowJust/heredoc v1.0.0 // indirect
7271
github.com/beorn7/perks v1.0.1 // indirect
7372
github.com/cespare/xxhash/v2 v2.1.2 // indirect
74-
github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5 // indirect
73+
github.com/chai2010/gettext-go v1.0.2 // indirect
7574
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
7675
github.com/davecgh/go-spew v1.1.1 // indirect
7776
github.com/devigned/tab v0.1.1 // indirect
78-
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
79-
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
77+
github.com/emicklei/go-restful/v3 v3.10.0 // indirect
78+
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
8079
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
81-
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
80+
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
8281
github.com/fatih/color v1.13.0 // indirect
8382
github.com/fluxcd/pkg/apis/acl v0.1.0 // indirect
84-
github.com/fsnotify/fsnotify v1.5.4 // indirect
83+
github.com/fsnotify/fsnotify v1.6.0 // indirect
8584
github.com/go-errors/errors v1.4.2 // indirect
8685
github.com/go-logr/zapr v1.2.3 // indirect
8786
github.com/go-openapi/jsonpointer v0.19.5 // indirect
88-
github.com/go-openapi/jsonreference v0.19.5 // indirect
89-
github.com/go-openapi/swag v0.19.14 // indirect
87+
github.com/go-openapi/jsonreference v0.20.0 // indirect
88+
github.com/go-openapi/swag v0.22.3 // indirect
9089
github.com/gogo/protobuf v1.3.2 // indirect
91-
github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
90+
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
9291
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
9392
github.com/golang/protobuf v1.5.2 // indirect
94-
github.com/google/btree v1.0.1 // indirect
95-
github.com/google/gnostic v0.5.7-v3refs // indirect
93+
github.com/google/btree v1.1.2 // indirect
94+
github.com/google/gnostic v0.6.9 // indirect
9695
github.com/google/go-cmp v0.5.9 // indirect
9796
github.com/google/go-querystring v1.1.0 // indirect
9897
github.com/google/gofuzz v1.2.0 // indirect
9998
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
10099
github.com/google/uuid v1.3.0 // indirect
101-
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
100+
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
102101
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
103-
github.com/imdario/mergo v0.3.12 // indirect
104-
github.com/inconshreveable/mousetrap v1.0.0 // indirect
102+
github.com/imdario/mergo v0.3.13 // indirect
103+
github.com/inconshreveable/mousetrap v1.0.1 // indirect
105104
github.com/josharian/intern v1.0.0 // indirect
106105
github.com/jpillora/backoff v1.0.0 // indirect
107106
github.com/json-iterator/go v1.1.12 // indirect
@@ -110,49 +109,49 @@ require (
110109
github.com/mailru/easyjson v0.7.7 // indirect
111110
github.com/mattn/go-colorable v0.1.13 // indirect
112111
github.com/mattn/go-isatty v0.0.16 // indirect
113-
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
114-
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
115-
github.com/mitchellh/mapstructure v1.4.3 // indirect
112+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
113+
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
114+
github.com/mitchellh/mapstructure v1.5.0 // indirect
116115
github.com/moby/spdystream v0.2.0 // indirect
117-
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
116+
github.com/moby/term v0.0.0-20221105221325-4eb28fa6025c // indirect
118117
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
119118
github.com/modern-go/reflect2 v1.0.2 // indirect
120119
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
121120
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
122121
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
123122
github.com/pkg/errors v0.9.1 // indirect
124123
github.com/pmezard/go-difflib v1.0.0 // indirect
125-
github.com/prometheus/client_golang v1.13.0 // indirect
126-
github.com/prometheus/client_model v0.2.0 // indirect
124+
github.com/prometheus/client_golang v1.14.0 // indirect
125+
github.com/prometheus/client_model v0.3.0 // indirect
127126
github.com/prometheus/common v0.37.0 // indirect
128127
github.com/prometheus/procfs v0.8.0 // indirect
129128
github.com/rogpeppe/go-internal v1.8.0 // indirect
130-
github.com/russross/blackfriday v1.5.2 // indirect
131-
github.com/spf13/cobra v1.4.0 // indirect
129+
github.com/russross/blackfriday v1.6.0 // indirect
130+
github.com/spf13/cobra v1.6.1 // indirect
132131
github.com/xlab/treeprint v1.1.0 // indirect
133-
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
134-
go.uber.org/atomic v1.7.0 // indirect
135-
go.uber.org/multierr v1.6.0 // indirect
132+
go.starlark.net v0.0.0-20221028183056-acb66ad56dd2 // indirect
133+
go.uber.org/atomic v1.10.0 // indirect
134+
go.uber.org/multierr v1.8.0 // indirect
136135
go.uber.org/zap v1.23.0 // indirect
137136
golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be // indirect
138-
golang.org/x/net v0.1.0 // indirect
139-
golang.org/x/sys v0.1.0 // indirect
140-
golang.org/x/term v0.1.0 // indirect
137+
golang.org/x/net v0.2.0 // indirect
138+
golang.org/x/sys v0.2.0 // indirect
139+
golang.org/x/term v0.2.0 // indirect
141140
golang.org/x/text v0.4.0 // indirect
142-
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
141+
golang.org/x/time v0.2.0 // indirect
143142
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
144143
google.golang.org/appengine v1.6.7 // indirect
145144
google.golang.org/protobuf v1.28.1 // indirect
146145
gopkg.in/inf.v0 v0.9.1 // indirect
147146
gopkg.in/yaml.v2 v2.4.0 // indirect
148147
gopkg.in/yaml.v3 v3.0.1 // indirect
149-
k8s.io/apiextensions-apiserver v0.25.0 // indirect
150-
k8s.io/cli-runtime v0.25.2 // indirect
151-
k8s.io/component-base v0.25.2 // indirect
148+
k8s.io/apiextensions-apiserver v0.25.4 // indirect
149+
k8s.io/cli-runtime v0.25.4 // indirect
150+
k8s.io/component-base v0.25.4 // indirect
152151
k8s.io/klog/v2 v2.80.1 // indirect
153-
k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
154-
k8s.io/kubectl v0.24.0 // indirect
155-
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect
152+
k8s.io/kube-openapi v0.0.0-20221110221610-a28e98eb7c70 // indirect
153+
k8s.io/kubectl v0.25.4 // indirect
154+
k8s.io/utils v0.0.0-20221108210102-8e77b1f39fe2 // indirect
156155
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
157156
sigs.k8s.io/kustomize/api v0.12.1 // indirect
158157
sigs.k8s.io/kustomize/kyaml v0.13.9 // indirect

0 commit comments

Comments
 (0)