11module  github.com/fluxcd/source-controller 
22
3- go  1.22.5  
3+ go  1.22.7  
44
55replace  github.com/fluxcd/source-controller/api  => ./api 
66
@@ -12,21 +12,21 @@ require (
1212	cloud.google.com/go/compute/metadata  v0.5.1 
1313	cloud.google.com/go/storage  v1.43.0 
1414	github.com/AdaLogics/go-fuzz-headers  v0.0.0-20230811130428-ced1acdcaa24 
15- 	github.com/Azure/azure-sdk-for-go/sdk/azcore  v1.14 .0 
16- 	github.com/Azure/azure-sdk-for-go/sdk/azidentity  v1.7 .0 
15+ 	github.com/Azure/azure-sdk-for-go/sdk/azcore  v1.16 .0 
16+ 	github.com/Azure/azure-sdk-for-go/sdk/azidentity  v1.8 .0 
1717	github.com/Azure/azure-sdk-for-go/sdk/storage/azblob  v1.4.0 
18- 	github.com/Masterminds/semver/v3  v3.3.0  
19- 	github.com/cyphar/filepath-securejoin  v0.3.2  
18+ 	github.com/Masterminds/semver/v3  v3.3.1  
19+ 	github.com/cyphar/filepath-securejoin  v0.3.4  
2020	github.com/distribution/distribution/v3  v3.0.0-beta.1 
2121	github.com/docker/cli  v27.2.1+incompatible 
2222	github.com/docker/go-units  v0.5.0 
2323	github.com/elazarl/goproxy  v0.0.0-20240909085733-6741dbfc16a1 
2424	github.com/fluxcd/cli-utils  v0.36.0-flux.9 
2525	github.com/fluxcd/pkg/apis/event  v0.10.1 
2626	github.com/fluxcd/pkg/apis/meta  v1.6.1 
27- 	github.com/fluxcd/pkg/auth  v0.0.1  
28- 	github.com/fluxcd/pkg/git  v0.21.0  
29- 	github.com/fluxcd/pkg/git/gogit  v0.21.0  
27+ 	github.com/fluxcd/pkg/auth  v0.0.2-0.20241205135915-b83bd25dbf63  
28+ 	github.com/fluxcd/pkg/git  v0.21.1-0.20241205135915-b83bd25dbf63  
29+ 	github.com/fluxcd/pkg/git/gogit  v0.21.1-0.20241205135915-b83bd25dbf63  
3030	github.com/fluxcd/pkg/gittestserver  v0.13.1 
3131	github.com/fluxcd/pkg/helmtestserver  v0.20.0 
3232	github.com/fluxcd/pkg/lockedfile  v0.3.0 
@@ -40,7 +40,7 @@ require (
4040	github.com/fluxcd/pkg/version  v0.4.1 
4141	github.com/fluxcd/source-controller/api  v1.4.0 
4242	github.com/foxcpp/go-mockdns  v1.1.0 
43- 	github.com/go-git/go-billy/v5  v5.5 .0 
43+ 	github.com/go-git/go-billy/v5  v5.6 .0 
4444	github.com/go-git/go-git/v5  v5.12.0 
4545	github.com/go-logr/logr  v1.4.2 
4646	github.com/google/go-containerregistry  v0.20.2 
@@ -49,7 +49,7 @@ require (
4949	github.com/minio/minio-go/v7  v7.0.77 
5050	github.com/notaryproject/notation-core-go  v1.1.0 
5151	github.com/notaryproject/notation-go  v1.2.1 
52- 	github.com/onsi/gomega  v1.34.2  
52+ 	github.com/onsi/gomega  v1.36.0  
5353	github.com/opencontainers/go-digest  v1.0.0 
5454	github.com/opencontainers/go-digest/blake3  v0.0.0-20231212064514-429d0316a3dd 
5555	github.com/opencontainers/image-spec  v1.1.0 
@@ -61,9 +61,9 @@ require (
6161	github.com/sigstore/sigstore  v1.8.9 
6262	github.com/sirupsen/logrus  v1.9.3 
6363	github.com/spf13/pflag  v1.0.5 
64- 	golang.org/x/crypto  v0.27 .0 
64+ 	golang.org/x/crypto  v0.30 .0 
6565	golang.org/x/oauth2  v0.23.0 
66- 	golang.org/x/sync  v0.8 .0 
66+ 	golang.org/x/sync  v0.10 .0 
6767	google.golang.org/api  v0.198.0 
6868	gotest.tools  v2.2.0+incompatible 
6969	helm.sh/helm/v3  v3.16.1 
@@ -104,7 +104,7 @@ require (
104104	github.com/Masterminds/squirrel  v1.5.4  //  indirect
105105	github.com/Microsoft/go-winio  v0.6.2  //  indirect
106106	github.com/Nvveen/Gotty  v0.0.0-20120604004816-cd527374f1e5  //  indirect
107- 	github.com/ProtonMail/go-crypto  v1.0.0   //  indirect
107+ 	github.com/ProtonMail/go-crypto  v1.1.3   //  indirect
108108	github.com/ThalesIgnite/crypto11  v1.2.5  //  indirect
109109	github.com/alibabacloud-go/alibabacloud-gateway-spi  v0.0.4  //  indirect
110110	github.com/alibabacloud-go/cr-20160607  v1.0.1  //  indirect
@@ -137,6 +137,7 @@ require (
137137	github.com/beorn7/perks  v1.0.1  //  indirect
138138	github.com/blang/semver  v3.5.1+incompatible  //  indirect
139139	github.com/blang/semver/v4  v4.0.0  //  indirect
140+ 	github.com/bradleyfalzon/ghinstallation/v2  v2.12.0  //  indirect
140141	github.com/bshuster-repo/logrus-logstash-hook  v1.0.0  //  indirect
141142	github.com/buildkite/agent/v3  v3.76.2  //  indirect
142143	github.com/buildkite/go-pipeline  v0.10.0  //  indirect
@@ -147,7 +148,7 @@ require (
147148	github.com/chai2010/gettext-go  v1.0.2  //  indirect
148149	github.com/chrismellard/docker-credential-acr-env  v0.0.0-20230304212654-82a0ddb27589  //  indirect
149150	github.com/clbanning/mxj/v2  v2.7.0  //  indirect
150- 	github.com/cloudflare/circl  v1.4 .0  //  indirect
151+ 	github.com/cloudflare/circl  v1.5 .0  //  indirect
151152	github.com/common-nighthawk/go-figure  v0.0.0-20210622060536-734e95fb86be  //  indirect
152153	github.com/containerd/containerd  v1.7.20  //  indirect
153154	github.com/containerd/continuity  v0.4.3  //  indirect
@@ -210,7 +211,7 @@ require (
210211	github.com/goccy/go-json  v0.10.3  //  indirect
211212	github.com/gofrs/uuid  v4.4.0+incompatible  //  indirect
212213	github.com/gogo/protobuf  v1.3.2  //  indirect
213- 	github.com/golang-jwt/jwt/v4  v4.5.0   //  indirect
214+ 	github.com/golang-jwt/jwt/v4  v4.5.1   //  indirect
214215	github.com/golang-jwt/jwt/v5  v5.2.1  //  indirect
215216	github.com/golang/groupcache  v0.0.0-20210331224755-41bb18bfe9da  //  indirect
216217	github.com/golang/protobuf  v1.5.4  //  indirect
@@ -221,6 +222,7 @@ require (
221222	github.com/google/go-cmp  v0.6.0  //  indirect
222223	github.com/google/go-containerregistry/pkg/authn/kubernetes  v0.0.0-20230516205744-dbecb1de8cfa  //  indirect
223224	github.com/google/go-github/v55  v55.0.0  //  indirect
225+ 	github.com/google/go-github/v66  v66.0.0  //  indirect
224226	github.com/google/go-querystring  v1.1.0  //  indirect
225227	github.com/google/gofuzz  v1.2.0  //  indirect
226228	github.com/google/s2a-go  v0.1.8  //  indirect
@@ -300,7 +302,7 @@ require (
300302	github.com/prometheus/procfs  v0.15.1  //  indirect
301303	github.com/redis/go-redis/extra/rediscmd/v9  v9.0.5  //  indirect
302304	github.com/redis/go-redis/extra/redisotel/v9  v9.0.5  //  indirect
303- 	github.com/redis/go-redis/v9  v9.5 .1  //  indirect
305+ 	github.com/redis/go-redis/v9  v9.6 .1  //  indirect
304306	github.com/rivo/uniseg  v0.4.4  //  indirect
305307	github.com/rs/xid  v1.6.0  //  indirect
306308	github.com/rubenv/sql-migrate  v1.7.0  //  indirect
@@ -372,19 +374,19 @@ require (
372374	go.uber.org/multierr  v1.11.0  //  indirect
373375	go.uber.org/zap  v1.27.0  //  indirect
374376	golang.org/x/exp  v0.0.0-20240719175910-8a7402abbf56  //  indirect
375- 	golang.org/x/mod  v0.21 .0  //  indirect
376- 	golang.org/x/net  v0.29 .0  //  indirect
377- 	golang.org/x/sys  v0.25 .0  //  indirect
378- 	golang.org/x/term  v0.24 .0  //  indirect
379- 	golang.org/x/text  v0.18 .0  //  indirect
377+ 	golang.org/x/mod  v0.22 .0  //  indirect
378+ 	golang.org/x/net  v0.32 .0  //  indirect
379+ 	golang.org/x/sys  v0.28 .0  //  indirect
380+ 	golang.org/x/term  v0.27 .0  //  indirect
381+ 	golang.org/x/text  v0.21 .0  //  indirect
380382	golang.org/x/time  v0.6.0  //  indirect
381- 	golang.org/x/tools  v0.25 .0  //  indirect
383+ 	golang.org/x/tools  v0.28 .0  //  indirect
382384	gomodules.xyz/jsonpatch/v2  v2.4.0  //  indirect
383385	google.golang.org/genproto  v0.0.0-20240903143218-8af14fe29dc1  //  indirect
384386	google.golang.org/genproto/googleapis/api  v0.0.0-20240827150818-7e3bb234dfed  //  indirect
385387	google.golang.org/genproto/googleapis/rpc  v0.0.0-20240903143218-8af14fe29dc1  //  indirect
386388	google.golang.org/grpc  v1.66.2  //  indirect
387- 	google.golang.org/protobuf  v1.34.2   //  indirect
389+ 	google.golang.org/protobuf  v1.35.1   //  indirect
388390	gopkg.in/evanphx/json-patch.v4  v4.12.0  //  indirect
389391	gopkg.in/inf.v0  v0.9.1  //  indirect
390392	gopkg.in/ini.v1  v1.67.0  //  indirect
0 commit comments