@@ -5,23 +5,27 @@ go 1.17
5
5
replace github.com/fluxcd/source-controller/api => ./api
6
6
7
7
require (
8
- cloud.google.com/go/storage v1.16 .0
9
- github.com/Azure/azure-sdk-for-go/sdk/azcore v0.21.1
10
- github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.13.1
8
+ cloud.google.com/go/storage v1.21 .0
9
+ github.com/Azure/azure-sdk-for-go/sdk/azcore v0.22.0
10
+ github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.13.2
11
11
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.3.0
12
12
github.com/Masterminds/semver/v3 v3.1.1
13
+ // github.com/ProtonMail/go-crypto is a fork of golang.org/x/crypto
14
+ // maintained by the ProtonMail team to continue to support the openpgp
15
+ // module, after the Go team decided to no longer maintain it.
16
+ // When in doubt (and not using openpgp), use /x/crypto.
13
17
github.com/ProtonMail/go-crypto v0.0.0-20220113124808-70ae35bab23f
14
18
github.com/cyphar/filepath-securejoin v0.2.3
15
19
github.com/darkowlzz/controller-check v0.0.0-20220119215126-648356cef22c
16
20
github.com/docker/go-units v0.4.0
17
- github.com/elazarl/goproxy v0.0.0-20211114080932-d06c3be7c11b
18
- github.com/fluxcd/pkg/apis/meta v0.12.0
19
- github.com/fluxcd/pkg/gittestserver v0.5.0
21
+ github.com/elazarl/goproxy v0.0.0-20220115173737-adb46da277ac
22
+ github.com/fluxcd/pkg/apis/meta v0.12.1
23
+ github.com/fluxcd/pkg/gittestserver v0.5.1
20
24
github.com/fluxcd/pkg/gitutil v0.1.0
21
- github.com/fluxcd/pkg/helmtestserver v0.6.0
25
+ github.com/fluxcd/pkg/helmtestserver v0.7.1
22
26
github.com/fluxcd/pkg/lockedfile v0.1.0
23
- github.com/fluxcd/pkg/runtime v0.13.1
24
- github.com/fluxcd/pkg/ssh v0.2.0
27
+ github.com/fluxcd/pkg/runtime v0.13.2
28
+ github.com/fluxcd/pkg/ssh v0.3.2
25
29
github.com/fluxcd/pkg/testserver v0.2.0
26
30
github.com/fluxcd/pkg/untar v0.1.0
27
31
github.com/fluxcd/pkg/version v0.1.0
@@ -30,21 +34,21 @@ require (
30
34
github.com/go-git/go-git/v5 v5.4.2
31
35
github.com/go-logr/logr v1.2.2
32
36
github.com/google/uuid v1.3.0
33
- github.com/libgit2/git2go/v33 v33.0.6
34
- github.com/minio/minio-go/v7 v7.0.15
35
- github.com/onsi/gomega v1.17.0
37
+ github.com/libgit2/git2go/v33 v33.0.9
38
+ github.com/minio/minio-go/v7 v7.0.23
39
+ github.com/onsi/gomega v1.18.1
36
40
github.com/otiai10/copy v1.7.0
37
41
github.com/spf13/pflag v1.0.5
38
- golang.org/x/crypto v0.0.0-20220214200702-86341886e292
42
+ golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
39
43
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
40
- google.golang.org/api v0.62 .0
44
+ google.golang.org/api v0.73 .0
41
45
gotest.tools v2.2.0+incompatible
42
46
helm.sh/helm/v3 v3.8.1
43
47
k8s.io/api v0.23.4
44
48
k8s.io/apimachinery v0.23.4
45
49
k8s.io/client-go v0.23.4
46
50
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
47
- sigs.k8s.io/cli-utils v0.28.0
51
+ sigs.k8s.io/cli-utils v0.29.3
48
52
sigs.k8s.io/controller-runtime v0.11.1
49
53
sigs.k8s.io/yaml v1.3.0
50
54
)
@@ -55,8 +59,27 @@ require (
55
59
// TODO: Remove once Helm version with patch is released.
56
60
replace helm.sh/helm/v3 v3.8.1 => github.com/hiddeco/helm/v3 v3.8.2-0.20220311115129-ae3ec836f6eb
57
61
62
+ // Fix GMS-2022-20
63
+ replace github.com/docker/distribution => github.com/docker/distribution v2.8.0+incompatible
64
+
65
+ // Fix CVE-2021-30465
66
+ // Fix CVE-2021-43784
67
+ // Fix CVE-2019-16884
68
+ // Fix GO-2021-0085
69
+ // Fix GO-2021-0087
70
+ replace github.com/opencontainers/runc => github.com/opencontainers/runc v1.1.0
71
+
72
+ // Fix CVE-2021-41190
73
+ replace github.com/opencontainers/image-spec => github.com/opencontainers/image-spec v1.0.2
74
+
75
+ // Fix CVE-2022-23648
76
+ // Fix CVE-2021-43816
77
+ replace github.com/containerd/containerd => github.com/containerd/containerd v1.6.1
78
+
58
79
require (
59
- cloud.google.com/go v0.99.0 // indirect
80
+ cloud.google.com/go v0.100.2 // indirect
81
+ cloud.google.com/go/compute v1.5.0 // indirect
82
+ cloud.google.com/go/iam v0.1.1 // indirect
60
83
github.com/Azure/azure-sdk-for-go/sdk/internal v0.9.1 // indirect
61
84
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
62
85
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0 // indirect
@@ -114,7 +137,7 @@ require (
114
137
github.com/gosuri/uitable v0.0.4 // indirect
115
138
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
116
139
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
117
- github.com/hashicorp/go-retryablehttp v0.6.8 // indirect
140
+ github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
118
141
github.com/huandu/xstrings v1.3.2 // indirect
119
142
github.com/imdario/mergo v0.3.12 // indirect
120
143
github.com/inconshreveable/mousetrap v1.0.0 // indirect
@@ -168,7 +191,7 @@ require (
168
191
github.com/sosedoff/gitkit v0.3.0 // indirect
169
192
github.com/spf13/cast v1.4.1 // indirect
170
193
github.com/spf13/cobra v1.3.0 // indirect
171
- github.com/stretchr/testify v1.7.0 // indirect
194
+ github.com/stretchr/testify v1.7.1 // indirect
172
195
github.com/xanzy/ssh-agent v0.3.1 // indirect
173
196
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
174
197
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
@@ -181,18 +204,18 @@ require (
181
204
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
182
205
go.uber.org/atomic v1.7.0 // indirect
183
206
go.uber.org/multierr v1.6.0 // indirect
184
- go.uber.org/zap v1.19.1 // indirect
185
- golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
186
- golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
187
- golang.org/x/sys v0.0.0-20220224120231-95c6836cb0e7 // indirect
207
+ go.uber.org/zap v1.21.0 // indirect
208
+ golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
209
+ golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a // indirect
210
+ golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
188
211
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
189
212
golang.org/x/text v0.3.7 // indirect
190
213
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
191
214
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
192
215
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
193
216
google.golang.org/appengine v1.6.7 // indirect
194
- google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368 // indirect
195
- google.golang.org/grpc v1.43 .0 // indirect
217
+ google.golang.org/genproto v0.0.0-20220310185008-1973136f34c6 // indirect
218
+ google.golang.org/grpc v1.45 .0 // indirect
196
219
google.golang.org/protobuf v1.27.1 // indirect
197
220
gopkg.in/gorp.v1 v1.7.2 // indirect
198
221
gopkg.in/inf.v0 v0.9.1 // indirect
@@ -204,7 +227,7 @@ require (
204
227
k8s.io/apiserver v0.23.4 // indirect
205
228
k8s.io/cli-runtime v0.23.4 // indirect
206
229
k8s.io/component-base v0.23.4 // indirect
207
- k8s.io/klog/v2 v2.40.1 // indirect
230
+ k8s.io/klog/v2 v2.50.0 // indirect
208
231
k8s.io/kube-openapi v0.0.0-20220124234850-424119656bbf // indirect
209
232
k8s.io/kubectl v0.23.4 // indirect
210
233
oras.land/oras-go v1.1.0 // indirect
@@ -213,20 +236,3 @@ require (
213
236
sigs.k8s.io/kustomize/kyaml v0.13.0 // indirect
214
237
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
215
238
)
216
-
217
- // Fix CVE-2021-41092
218
- replace github.com/docker/cli => github.com/docker/cli v20.10.9+incompatible
219
-
220
- // Fix CVE-2021-30465
221
- // Fix CVE-2021-43784
222
- // Fix CVE-2019-16884
223
- // Fix GO-2021-0085
224
- // Fix GO-2021-0087
225
- replace github.com/opencontainers/runc => github.com/opencontainers/runc v1.1.0
226
-
227
- // Fix CVE-2021-41190
228
- replace github.com/opencontainers/image-spec => github.com/opencontainers/image-spec v1.0.2
229
-
230
- // Fix CVE-2022-23648
231
- // Fix CVE-2021-43816
232
- replace github.com/containerd/containerd => github.com/containerd/containerd v1.6.1
0 commit comments