@@ -5,34 +5,35 @@ go 1.18
5
5
replace github.com/fluxcd/notification-controller/api => ./api
6
6
7
7
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
9
9
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
11
11
github.com/containrrr/shoutrrr v0.6.1
12
12
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
14
15
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
18
19
github.com/go-logr/logr v1.2.3
19
20
github.com/google/go-github/v41 v41.0.0
20
21
github.com/hashicorp/go-retryablehttp v0.7.1
21
22
github.com/ktrysmt/go-bitbucket v0.9.54
22
23
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
24
25
github.com/sethvargo/go-limiter v0.7.2
25
26
github.com/slok/go-http-metrics v0.10.0
26
27
github.com/spf13/pflag v1.0.5
27
- github.com/stretchr/testify v1.8.0
28
+ github.com/stretchr/testify v1.8.1
28
29
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
36
37
sigs.k8s.io/yaml v1.3.0
37
38
)
38
39
@@ -55,53 +56,51 @@ replace golang.org/x/crypto => golang.org/x/crypto v0.0.0-20220518034528-6f7dac9
55
56
56
57
require (
57
58
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
59
60
github.com/Azure/go-amqp v0.17.0 // indirect
60
61
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
61
62
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
64
65
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
65
66
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
66
67
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
67
68
github.com/Azure/go-autorest/logger v0.2.1 // indirect
68
69
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
72
71
github.com/beorn7/perks v1.0.1 // indirect
73
72
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
75
74
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
76
75
github.com/davecgh/go-spew v1.1.1 // indirect
77
76
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
80
79
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
82
81
github.com/fatih/color v1.13.0 // indirect
83
82
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
85
84
github.com/go-errors/errors v1.4.2 // indirect
86
85
github.com/go-logr/zapr v1.2.3 // indirect
87
86
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
90
89
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
92
91
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
93
92
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
96
95
github.com/google/go-cmp v0.5.9 // indirect
97
96
github.com/google/go-querystring v1.1.0 // indirect
98
97
github.com/google/gofuzz v1.2.0 // indirect
99
98
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
100
99
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
102
101
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
105
104
github.com/josharian/intern v1.0.0 // indirect
106
105
github.com/jpillora/backoff v1.0.0 // indirect
107
106
github.com/json-iterator/go v1.1.12 // indirect
@@ -110,49 +109,49 @@ require (
110
109
github.com/mailru/easyjson v0.7.7 // indirect
111
110
github.com/mattn/go-colorable v0.1.13 // indirect
112
111
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
116
115
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
118
117
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
119
118
github.com/modern-go/reflect2 v1.0.2 // indirect
120
119
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
121
120
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
122
121
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
123
122
github.com/pkg/errors v0.9.1 // indirect
124
123
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
127
126
github.com/prometheus/common v0.37.0 // indirect
128
127
github.com/prometheus/procfs v0.8.0 // indirect
129
128
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
132
131
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
136
135
go.uber.org/zap v1.23.0 // indirect
137
136
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
141
140
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
143
142
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
144
143
google.golang.org/appengine v1.6.7 // indirect
145
144
google.golang.org/protobuf v1.28.1 // indirect
146
145
gopkg.in/inf.v0 v0.9.1 // indirect
147
146
gopkg.in/yaml.v2 v2.4.0 // indirect
148
147
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
152
151
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
156
155
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
157
156
sigs.k8s.io/kustomize/api v0.12.1 // indirect
158
157
sigs.k8s.io/kustomize/kyaml v0.13.9 // indirect
0 commit comments