5
5
replace github.com/fluxcd/source-controller/api => ./api
6
6
7
7
require (
8
- cloud.google.com/go/storage v1.22.0
8
+ cloud.google.com/go/storage v1.22.1
9
9
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.22.0
10
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
@@ -14,18 +14,18 @@ require (
14
14
// maintained by the ProtonMail team to continue to support the openpgp
15
15
// module, after the Go team decided to no longer maintain it.
16
16
// When in doubt (and not using openpgp), use /x/crypto.
17
- github.com/ProtonMail/go-crypto v0.0.0-20220407094043-a94812496cf5
17
+ github.com/ProtonMail/go-crypto v0.0.0-20220517143526-88bb52951d5b
18
18
github.com/cyphar/filepath-securejoin v0.2.3
19
19
github.com/darkowlzz/controller-check v0.0.0-20220325122359-11f5827b7981
20
- github.com/distribution/distribution/v3 v3.0.0-20211118083504-a29a3c99a684
21
- github.com/docker/cli v20.10.11 +incompatible
20
+ github.com/distribution/distribution/v3 v3.0.0-20220516112011-c202b9b0d7b7
21
+ github.com/docker/cli v20.10.16 +incompatible
22
22
github.com/docker/go-units v0.4.0
23
23
github.com/elazarl/goproxy v0.0.0-20220417044921-416226498f94
24
- github.com/fluxcd/gitkit v0.5.0
24
+ github.com/fluxcd/gitkit v0.5.1
25
25
github.com/fluxcd/pkg/apis/meta v0.14.1
26
26
github.com/fluxcd/pkg/gittestserver v0.5.3
27
27
github.com/fluxcd/pkg/gitutil v0.1.0
28
- github.com/fluxcd/pkg/helmtestserver v0.5.0
28
+ github.com/fluxcd/pkg/helmtestserver v0.7.2
29
29
github.com/fluxcd/pkg/lockedfile v0.1.0
30
30
github.com/fluxcd/pkg/runtime v0.16.1
31
31
github.com/fluxcd/pkg/ssh v0.3.4
@@ -41,27 +41,24 @@ require (
41
41
github.com/minio/minio-go/v7 v7.0.26
42
42
github.com/onsi/gomega v1.19.0
43
43
github.com/otiai10/copy v1.7.0
44
- github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
45
- github.com/prometheus/client_golang v1.12.1
44
+ github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
45
+ github.com/prometheus/client_golang v1.12.2
46
46
github.com/spf13/pflag v1.0.5
47
- golang.org/x/crypto v0.0.0-20220507011949-2cf3adece122
48
- golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
49
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
50
- google.golang.org/api v0.79 .0
47
+ golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898
48
+ golang.org/x/net v0.0.0-20220524220425-1d687d428aca
49
+ golang.org/x/sync v0.0.0-20220513210516-0976fa681c29
50
+ google.golang.org/api v0.81 .0
51
51
gotest.tools v2.2.0+incompatible
52
52
helm.sh/helm/v3 v3.9.0
53
53
k8s.io/api v0.24.0
54
54
k8s.io/apimachinery v0.24.0
55
55
k8s.io/client-go v0.24.0
56
56
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
57
- sigs.k8s.io/cli-utils v0.30.0
57
+ sigs.k8s.io/cli-utils v0.31.1
58
58
sigs.k8s.io/controller-runtime v0.11.2
59
59
sigs.k8s.io/yaml v1.3.0
60
60
)
61
61
62
- // Fix CVE-2022-29162
63
- replace github.com/opencontainers/runc => github.com/opencontainers/runc v1.1.2
64
-
65
62
// Fix CVE-2022-28948
66
63
replace gopkg.in/yaml.v3 => gopkg.in/yaml.v3 v3.0.0
67
64
@@ -126,7 +123,7 @@ require (
126
123
github.com/google/go-cmp v0.5.8 // indirect
127
124
github.com/google/gofuzz v1.2.0 // indirect
128
125
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
129
- github.com/googleapis/gax-go/v2 v2.3 .0 // indirect
126
+ github.com/googleapis/gax-go/v2 v2.4 .0 // indirect
130
127
github.com/googleapis/go-type-adapters v1.0.0 // indirect
131
128
github.com/gorilla/handlers v1.5.1 // indirect
132
129
github.com/gorilla/mux v1.8.0 // indirect
@@ -201,15 +198,15 @@ require (
201
198
go.uber.org/multierr v1.6.0 // indirect
202
199
go.uber.org/zap v1.21.0 // indirect
203
200
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
204
- golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
201
+ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
205
202
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
206
203
golang.org/x/text v0.3.7 // indirect
207
204
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
208
- golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
205
+ golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
209
206
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
210
207
google.golang.org/appengine v1.6.7 // indirect
211
- google.golang.org/genproto v0.0.0-20220505152158-f39f71e6c8f3 // indirect
212
- google.golang.org/grpc v1.46.0 // indirect
208
+ google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
209
+ google.golang.org/grpc v1.46.2 // indirect
213
210
google.golang.org/protobuf v1.28.0 // indirect
214
211
gopkg.in/inf.v0 v0.9.1 // indirect
215
212
gopkg.in/ini.v1 v1.66.2 // indirect
0 commit comments