@@ -11,21 +11,21 @@ replace github.com/emicklei/go-restful => github.com/emicklei/go-restful v2.16.0
11
11
replace github.com/go-git/go-billy/v5 => github.com/go-git/go-billy/v5 v5.0.0-20210804024030-7ab80d7c013d
12
12
13
13
require (
14
- cloud.google.com/go/storage v1.28.0
15
- github.com/AdaLogics/go-fuzz-headers v0.0.0-20221103172237-443f56ff4ba8
14
+ cloud.google.com/go/storage v1.28.1
15
+ github.com/AdaLogics/go-fuzz-headers v0.0.0-20221206110420-d395f97c4830
16
16
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.2.0
17
17
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.2.0
18
- github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.5 .1
18
+ github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.6 .1
19
19
github.com/Masterminds/semver/v3 v3.2.0
20
20
github.com/cyphar/filepath-securejoin v0.2.3
21
- github.com/distribution/distribution/v3 v3.0.0-20221111170714-3b8fbf975279
22
- github.com/docker/cli v20.10.21 +incompatible
21
+ github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2
22
+ github.com/docker/cli v20.10.22 +incompatible
23
23
github.com/docker/go-units v0.5.0
24
24
github.com/fluxcd/go-git/v5 v5.0.0-20221206140629-ec778c2c37df
25
25
github.com/fluxcd/pkg/apis/event v0.2.0
26
26
github.com/fluxcd/pkg/apis/meta v0.18.0
27
27
github.com/fluxcd/pkg/git v0.7.0
28
- github.com/fluxcd/pkg/git/gogit v0.3.2
28
+ github.com/fluxcd/pkg/git/gogit v0.4.0
29
29
github.com/fluxcd/pkg/gittestserver v0.8.0
30
30
github.com/fluxcd/pkg/helmtestserver v0.10.0
31
31
github.com/fluxcd/pkg/lockedfile v0.1.0
@@ -41,27 +41,27 @@ require (
41
41
github.com/go-git/go-billy/v5 v5.3.1
42
42
github.com/go-logr/logr v1.2.3
43
43
github.com/google/go-containerregistry v0.12.1
44
- github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20221114162634-781782aa2757
44
+ github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20221213180026-23d895d08035
45
45
github.com/google/uuid v1.3.0
46
- github.com/minio/minio-go/v7 v7.0.43
47
- github.com/onsi/gomega v1.24.1
46
+ github.com/minio/minio-go/v7 v7.0.45
47
+ github.com/onsi/gomega v1.24.2
48
48
github.com/ory/dockertest/v3 v3.9.1
49
49
github.com/otiai10/copy v1.9.0
50
50
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
51
51
github.com/prometheus/client_golang v1.14.0
52
52
github.com/sigstore/cosign v1.13.1
53
- github.com/sigstore/sigstore v1.4.5
53
+ github.com/sigstore/sigstore v1.5.0
54
54
github.com/sirupsen/logrus v1.9.0
55
55
github.com/spf13/pflag v1.0.5
56
- golang.org/x/crypto v0.3 .0
56
+ golang.org/x/crypto v0.4 .0
57
57
golang.org/x/sync v0.1.0
58
- google.golang.org/api v0.103 .0
58
+ google.golang.org/api v0.105 .0
59
59
gotest.tools v2.2.0+incompatible
60
60
helm.sh/helm/v3 v3.10.3
61
61
k8s.io/api v0.25.4
62
62
k8s.io/apimachinery v0.25.4
63
63
k8s.io/client-go v0.25.4
64
- k8s.io/utils v0.0.0-20221108210102-8e77b1f39fe2
64
+ k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
65
65
sigs.k8s.io/cli-utils v0.34.0
66
66
sigs.k8s.io/controller-runtime v0.13.1
67
67
sigs.k8s.io/yaml v1.3.0
@@ -70,11 +70,11 @@ require (
70
70
require (
71
71
bitbucket.org/creachadair/shell v0.0.7 // indirect
72
72
cloud.google.com/go v0.105.0 // indirect
73
- cloud.google.com/go/compute v1.12.1 // indirect
74
- cloud.google.com/go/compute/metadata v0.2.1 // indirect
75
- cloud.google.com/go/iam v0.7 .0 // indirect
73
+ cloud.google.com/go/compute v1.13.0 // indirect
74
+ cloud.google.com/go/compute/metadata v0.2.2 // indirect
75
+ cloud.google.com/go/iam v0.8 .0 // indirect
76
76
github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper v0.2.0 // indirect
77
- github.com/Azure/azure-sdk-for-go v67.0 .0+incompatible // indirect
77
+ github.com/Azure/azure-sdk-for-go v67.1 .0+incompatible // indirect
78
78
github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.1 // indirect
79
79
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
80
80
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
@@ -234,7 +234,7 @@ require (
234
234
github.com/inconshreveable/mousetrap v1.0.1 // indirect
235
235
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
236
236
github.com/jedisct1/go-minisign v0.0.0-20211028175153-1c139d1cc84b // indirect
237
- github.com/jhump/protoreflect v1.13 .0 // indirect
237
+ github.com/jhump/protoreflect v1.14 .0 // indirect
238
238
github.com/jmespath/go-jmespath v0.4.0 // indirect
239
239
github.com/jmoiron/sqlx v1.3.5 // indirect
240
240
github.com/jonboulle/clockwork v0.3.0 // indirect
@@ -248,7 +248,7 @@ require (
248
248
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
249
249
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
250
250
github.com/leodido/go-urn v1.2.1 // indirect
251
- github.com/letsencrypt/boulder v0.0.0-20220929215747-76583552c2be // indirect
251
+ github.com/letsencrypt/boulder v0.0.0-20221109233200-85aa52084eaf // indirect
252
252
github.com/lib/pq v1.10.7 // indirect
253
253
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
254
254
github.com/magiconair/properties v1.8.6 // indirect
@@ -363,18 +363,18 @@ require (
363
363
go.uber.org/zap v1.23.0 // indirect
364
364
golang.org/x/exp v0.0.0-20220823124025-807a23277127 // indirect
365
365
golang.org/x/mod v0.7.0 // indirect
366
- golang.org/x/net v0.2 .0 // indirect
367
- golang.org/x/oauth2 v0.2 .0 // indirect
368
- golang.org/x/sys v0.2 .0 // indirect
369
- golang.org/x/term v0.2 .0 // indirect
370
- golang.org/x/text v0.4 .0 // indirect
366
+ golang.org/x/net v0.4 .0 // indirect
367
+ golang.org/x/oauth2 v0.3 .0 // indirect
368
+ golang.org/x/sys v0.3 .0 // indirect
369
+ golang.org/x/term v0.3 .0 // indirect
370
+ golang.org/x/text v0.5 .0 // indirect
371
371
golang.org/x/time v0.2.0 // indirect
372
372
golang.org/x/tools v0.3.0 // indirect
373
373
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
374
374
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
375
375
google.golang.org/appengine v1.6.7 // indirect
376
- google.golang.org/genproto v0.0.0-20221114212237-e4508ebdbee1 // indirect
377
- google.golang.org/grpc v1.50.1 // indirect
376
+ google.golang.org/genproto v0.0.0-20221206210731-b1a01be3a5f6 // indirect
377
+ google.golang.org/grpc v1.51.0 // indirect
378
378
google.golang.org/protobuf v1.28.1 // indirect
379
379
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
380
380
gopkg.in/inf.v0 v0.9.1 // indirect
0 commit comments