Skip to content

Commit 2659568

Browse files
authored
Merge pull request #1300 from fluxcd/go-git-v5.10.1
Update Git dependencies
2 parents 41c44b7 + 7df2d25 commit 2659568

File tree

2 files changed

+66
-71
lines changed

2 files changed

+66
-71
lines changed

go.mod

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ replace github.com/fluxcd/source-controller/api => ./api
99
replace github.com/opencontainers/go-digest => github.com/opencontainers/go-digest v1.0.1-0.20220411205349-bde1400a84be
1010

1111
require (
12-
cloud.google.com/go/storage v1.33.0
12+
cloud.google.com/go/storage v1.35.1
1313
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
14-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.8.0
14+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.0
1515
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.4.0
1616
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.2.0
1717
github.com/Masterminds/semver/v3 v3.2.1
@@ -22,42 +22,42 @@ require (
2222
github.com/fluxcd/cli-utils v0.36.0-flux.1
2323
github.com/fluxcd/pkg/apis/event v0.6.0
2424
github.com/fluxcd/pkg/apis/meta v1.2.0
25-
github.com/fluxcd/pkg/git v0.15.0
26-
github.com/fluxcd/pkg/git/gogit v0.15.0
27-
github.com/fluxcd/pkg/gittestserver v0.8.6
25+
github.com/fluxcd/pkg/git v0.16.0
26+
github.com/fluxcd/pkg/git/gogit v0.16.0
27+
github.com/fluxcd/pkg/gittestserver v0.9.0
2828
github.com/fluxcd/pkg/helmtestserver v0.15.0
2929
github.com/fluxcd/pkg/lockedfile v0.1.0
3030
github.com/fluxcd/pkg/masktoken v0.2.0
3131
github.com/fluxcd/pkg/oci v0.33.0
3232
github.com/fluxcd/pkg/runtime v0.43.0
33-
github.com/fluxcd/pkg/sourceignore v0.3.5
34-
github.com/fluxcd/pkg/ssh v0.9.0
33+
github.com/fluxcd/pkg/sourceignore v0.4.0
34+
github.com/fluxcd/pkg/ssh v0.10.0
3535
github.com/fluxcd/pkg/tar v0.4.0
3636
github.com/fluxcd/pkg/testserver v0.5.0
3737
github.com/fluxcd/pkg/version v0.2.2
3838
github.com/fluxcd/source-controller/api v1.1.0
3939
github.com/foxcpp/go-mockdns v1.0.0
4040
github.com/go-git/go-billy/v5 v5.5.0
41-
github.com/go-git/go-git/v5 v5.10.0
41+
github.com/go-git/go-git/v5 v5.10.1
4242
github.com/go-logr/logr v1.3.0
4343
github.com/google/go-containerregistry v0.16.1
44-
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20230802205906-a54d64203cff
44+
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20231110134716-5a53a12f09d0
4545
github.com/google/uuid v1.4.0
46-
github.com/minio/minio-go/v7 v7.0.62
46+
github.com/minio/minio-go/v7 v7.0.64
4747
github.com/onsi/gomega v1.30.0
4848
github.com/opencontainers/go-digest v1.0.0
49-
github.com/opencontainers/go-digest/blake3 v0.0.0-20230815154656-802ce17c4f59
49+
github.com/opencontainers/go-digest/blake3 v0.0.0-20231025023718-d50d2fec9c98
5050
github.com/ory/dockertest/v3 v3.10.0
51-
github.com/otiai10/copy v1.12.0
51+
github.com/otiai10/copy v1.14.0
5252
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
5353
github.com/prometheus/client_golang v1.17.0
5454
github.com/sigstore/cosign/v2 v2.2.1
5555
github.com/sigstore/sigstore v1.7.5
5656
github.com/sirupsen/logrus v1.9.3
5757
github.com/spf13/pflag v1.0.5
58-
golang.org/x/crypto v0.15.0
58+
golang.org/x/crypto v0.16.0
5959
golang.org/x/sync v0.5.0
60-
google.golang.org/api v0.149.0
60+
google.golang.org/api v0.150.0
6161
gotest.tools v2.2.0+incompatible
6262
helm.sh/helm/v3 v3.13.2
6363
k8s.io/api v0.28.4
@@ -77,7 +77,7 @@ require (
7777
filippo.io/edwards25519 v1.0.0 // indirect
7878
github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper v0.2.0 // indirect
7979
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
80-
github.com/Azure/azure-sdk-for-go/sdk/internal v1.4.0 // indirect
80+
github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.0 // indirect
8181
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
8282
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
8383
github.com/Azure/go-autorest/autorest v0.11.29 // indirect
@@ -106,7 +106,6 @@ require (
106106
github.com/ProtonMail/go-crypto v0.0.0-20231012073058-a7379d079e0e // indirect
107107
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d // indirect
108108
github.com/ThalesIgnite/crypto11 v1.2.5 // indirect
109-
github.com/acomagu/bufpipe v1.0.4 // indirect
110109
github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.4 // indirect
111110
github.com/alibabacloud-go/cr-20160607 v1.0.1 // indirect
112111
github.com/alibabacloud-go/cr-20181201 v1.0.10 // indirect
@@ -342,7 +341,7 @@ require (
342341
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
343342
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
344343
github.com/xlab/treeprint v1.2.0 // indirect
345-
github.com/zeebo/blake3 v0.1.1 // indirect
344+
github.com/zeebo/blake3 v0.2.3 // indirect
346345
github.com/zeebo/errs v1.3.0 // indirect
347346
go.mongodb.org/mongo-driver v1.12.1 // indirect
348347
go.opencensus.io v0.24.0 // indirect
@@ -358,19 +357,19 @@ require (
358357
go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2 // indirect
359358
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
360359
golang.org/x/mod v0.14.0 // indirect
361-
golang.org/x/net v0.18.0 // indirect
360+
golang.org/x/net v0.19.0 // indirect
362361
golang.org/x/oauth2 v0.14.0 // indirect
363-
golang.org/x/sys v0.14.0 // indirect
364-
golang.org/x/term v0.14.0 // indirect
362+
golang.org/x/sys v0.15.0 // indirect
363+
golang.org/x/term v0.15.0 // indirect
365364
golang.org/x/text v0.14.0 // indirect
366365
golang.org/x/time v0.4.0 // indirect
367-
golang.org/x/tools v0.15.0 // indirect
366+
golang.org/x/tools v0.16.0 // indirect
368367
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
369368
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
370369
google.golang.org/appengine v1.6.8 // indirect
371370
google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b // indirect
372371
google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect
373-
google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b // indirect
372+
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
374373
google.golang.org/grpc v1.59.0 // indirect
375374
google.golang.org/protobuf v1.31.0 // indirect
376375
gopkg.in/DataDog/dd-trace-go.v1 v1.56.1 // indirect

0 commit comments

Comments
 (0)