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
13
// github.com/ProtonMail/go-crypto is a fork of golang.org/x/crypto
@@ -18,14 +18,14 @@ require (
18
18
github.com/cyphar/filepath-securejoin v0.2.3
19
19
github.com/darkowlzz/controller-check v0.0.0-20220119215126-648356cef22c
20
20
github.com/docker/go-units v0.4.0
21
- github.com/elazarl/goproxy v0.0.0-20211114080932-d06c3be7c11b
22
- github.com/fluxcd/pkg/apis/meta v0.12.0
23
- 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
24
24
github.com/fluxcd/pkg/gitutil v0.1.0
25
- github.com/fluxcd/pkg/helmtestserver v0.6.0
25
+ github.com/fluxcd/pkg/helmtestserver v0.7.1
26
26
github.com/fluxcd/pkg/lockedfile v0.1.0
27
- github.com/fluxcd/pkg/runtime v0.13.1
28
- 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
29
29
github.com/fluxcd/pkg/testserver v0.2.0
30
30
github.com/fluxcd/pkg/untar v0.1.0
31
31
github.com/fluxcd/pkg/version v0.1.0
@@ -34,21 +34,21 @@ require (
34
34
github.com/go-git/go-git/v5 v5.4.2
35
35
github.com/go-logr/logr v1.2.2
36
36
github.com/google/uuid v1.3.0
37
- github.com/libgit2/git2go/v33 v33.0.6
38
- github.com/minio/minio-go/v7 v7.0.15
39
- 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
40
40
github.com/otiai10/copy v1.7.0
41
41
github.com/spf13/pflag v1.0.5
42
42
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
43
43
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
44
- google.golang.org/api v0.62 .0
44
+ google.golang.org/api v0.73 .0
45
45
gotest.tools v2.2.0+incompatible
46
46
helm.sh/helm/v3 v3.8.1
47
47
k8s.io/api v0.23.4
48
48
k8s.io/apimachinery v0.23.4
49
49
k8s.io/client-go v0.23.4
50
50
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
51
- sigs.k8s.io/cli-utils v0.28.0
51
+ sigs.k8s.io/cli-utils v0.29.3
52
52
sigs.k8s.io/controller-runtime v0.11.1
53
53
sigs.k8s.io/yaml v1.3.0
54
54
)
@@ -77,7 +77,9 @@ replace github.com/opencontainers/image-spec => github.com/opencontainers/image-
77
77
replace github.com/containerd/containerd => github.com/containerd/containerd v1.6.1
78
78
79
79
require (
80
- 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
81
83
github.com/Azure/azure-sdk-for-go/sdk/internal v0.9.1 // indirect
82
84
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
83
85
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0 // indirect
@@ -135,7 +137,7 @@ require (
135
137
github.com/gosuri/uitable v0.0.4 // indirect
136
138
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
137
139
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
138
- github.com/hashicorp/go-retryablehttp v0.6.8 // indirect
140
+ github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
139
141
github.com/huandu/xstrings v1.3.2 // indirect
140
142
github.com/imdario/mergo v0.3.12 // indirect
141
143
github.com/inconshreveable/mousetrap v1.0.0 // indirect
@@ -189,7 +191,7 @@ require (
189
191
github.com/sosedoff/gitkit v0.3.0 // indirect
190
192
github.com/spf13/cast v1.4.1 // indirect
191
193
github.com/spf13/cobra v1.3.0 // indirect
192
- github.com/stretchr/testify v1.7.0 // indirect
194
+ github.com/stretchr/testify v1.7.1 // indirect
193
195
github.com/xanzy/ssh-agent v0.3.1 // indirect
194
196
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
195
197
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
@@ -202,18 +204,18 @@ require (
202
204
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
203
205
go.uber.org/atomic v1.7.0 // indirect
204
206
go.uber.org/multierr v1.6.0 // indirect
205
- go.uber.org/zap v1.19.1 // indirect
206
- golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
207
- golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
208
- 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
209
211
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
210
212
golang.org/x/text v0.3.7 // indirect
211
213
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
212
214
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
213
215
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
214
216
google.golang.org/appengine v1.6.7 // indirect
215
- google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368 // indirect
216
- 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
217
219
google.golang.org/protobuf v1.27.1 // indirect
218
220
gopkg.in/gorp.v1 v1.7.2 // indirect
219
221
gopkg.in/inf.v0 v0.9.1 // indirect
@@ -225,7 +227,7 @@ require (
225
227
k8s.io/apiserver v0.23.4 // indirect
226
228
k8s.io/cli-runtime v0.23.4 // indirect
227
229
k8s.io/component-base v0.23.4 // indirect
228
- k8s.io/klog/v2 v2.40.1 // indirect
230
+ k8s.io/klog/v2 v2.50.0 // indirect
229
231
k8s.io/kube-openapi v0.0.0-20220124234850-424119656bbf // indirect
230
232
k8s.io/kubectl v0.23.4 // indirect
231
233
oras.land/oras-go v1.1.0 // indirect
0 commit comments