Skip to content

Commit e205462

Browse files
build(deps): bump the go-deps group across 1 directory with 7 updates
Bumps the go-deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/elazarl/goproxy](https://github.com/elazarl/goproxy) | `1.7.0` | `1.7.2` | | [github.com/fluxcd/pkg/auth](https://github.com/fluxcd/pkg) | `0.3.0` | `0.4.0` | | [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) | `0.53.1` | `0.54.0` | | [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) | `5.13.2` | `5.14.0` | | [github.com/notaryproject/notation-go](https://github.com/notaryproject/notation-go) | `1.3.0` | `1.3.1` | Updates `github.com/elazarl/goproxy` from 1.7.0 to 1.7.2 - [Release notes](https://github.com/elazarl/goproxy/releases) - [Commits](elazarl/goproxy@v1.7.0...v1.7.2) Updates `github.com/fluxcd/pkg/auth` from 0.3.0 to 0.4.0 - [Commits](fluxcd/pkg@tar/v0.3.0...tar/v0.4.0) Updates `github.com/fluxcd/pkg/runtime` from 0.53.1 to 0.54.0 - [Commits](fluxcd/pkg@runtime/v0.53.1...runtime/v0.54.0) Updates `github.com/go-git/go-git/v5` from 5.13.2 to 5.14.0 - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.13.2...v5.14.0) Updates `github.com/notaryproject/notation-go` from 1.3.0 to 1.3.1 - [Release notes](https://github.com/notaryproject/notation-go/releases) - [Changelog](https://github.com/notaryproject/notation-go/blob/main/RELEASE_CHECKLIST.md) - [Commits](notaryproject/notation-go@v1.3.0...v1.3.1) Updates `golang.org/x/crypto` from 0.33.0 to 0.35.0 - [Commits](golang/crypto@v0.33.0...v0.35.0) Updates `golang.org/x/oauth2` from 0.26.0 to 0.27.0 - [Commits](golang/oauth2@v0.26.0...v0.27.0) --- updated-dependencies: - dependency-name: github.com/elazarl/goproxy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: github.com/fluxcd/pkg/auth dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/fluxcd/pkg/runtime dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/notaryproject/notation-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ba6d000 commit e205462

File tree

2 files changed

+79
-75
lines changed

2 files changed

+79
-75
lines changed

go.mod

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,26 @@ require (
1313
cloud.google.com/go/storage v1.48.0
1414
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6
1515
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0
16-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.1
16+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.2
1717
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.5.0
1818
github.com/Masterminds/semver/v3 v3.3.1
1919
github.com/cyphar/filepath-securejoin v0.4.1
2020
github.com/distribution/distribution/v3 v3.0.0-rc.2
2121
github.com/docker/cli v27.5.1+incompatible
2222
github.com/docker/go-units v0.5.0
23-
github.com/elazarl/goproxy v1.7.0
23+
github.com/elazarl/goproxy v1.7.2
2424
github.com/fluxcd/cli-utils v0.36.0-flux.12
2525
github.com/fluxcd/pkg/apis/event v0.16.0
2626
github.com/fluxcd/pkg/apis/meta v1.10.0
27-
github.com/fluxcd/pkg/auth v0.3.0
27+
github.com/fluxcd/pkg/auth v0.4.0
2828
github.com/fluxcd/pkg/git v0.24.0
2929
github.com/fluxcd/pkg/git/gogit v0.24.0
3030
github.com/fluxcd/pkg/gittestserver v0.16.0
3131
github.com/fluxcd/pkg/helmtestserver v0.23.0
3232
github.com/fluxcd/pkg/lockedfile v0.5.0
3333
github.com/fluxcd/pkg/masktoken v0.6.0
3434
github.com/fluxcd/pkg/oci v0.45.0
35-
github.com/fluxcd/pkg/runtime v0.53.1
35+
github.com/fluxcd/pkg/runtime v0.54.0
3636
github.com/fluxcd/pkg/sourceignore v0.11.0
3737
github.com/fluxcd/pkg/ssh v0.17.0
3838
github.com/fluxcd/pkg/tar v0.11.0
@@ -41,14 +41,14 @@ require (
4141
github.com/fluxcd/source-controller/api v1.5.0
4242
github.com/foxcpp/go-mockdns v1.1.0
4343
github.com/go-git/go-billy/v5 v5.6.2
44-
github.com/go-git/go-git/v5 v5.13.2
44+
github.com/go-git/go-git/v5 v5.14.0
4545
github.com/go-logr/logr v1.4.2
4646
github.com/google/go-containerregistry v0.20.3
4747
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20241111191718-6bce25ecf029
4848
github.com/google/uuid v1.6.0
4949
github.com/minio/minio-go/v7 v7.0.87
5050
github.com/notaryproject/notation-core-go v1.2.0
51-
github.com/notaryproject/notation-go v1.3.0
51+
github.com/notaryproject/notation-go v1.3.1
5252
github.com/onsi/gomega v1.36.2
5353
github.com/opencontainers/go-digest v1.0.0
5454
github.com/opencontainers/go-digest/blake3 v0.0.0-20240426182413-22b78e47854a
@@ -61,18 +61,18 @@ require (
6161
github.com/sigstore/sigstore v1.8.15
6262
github.com/sirupsen/logrus v1.9.3
6363
github.com/spf13/pflag v1.0.6
64-
golang.org/x/crypto v0.33.0
65-
golang.org/x/oauth2 v0.26.0
64+
golang.org/x/crypto v0.35.0
65+
golang.org/x/oauth2 v0.27.0
6666
golang.org/x/sync v0.11.0
6767
google.golang.org/api v0.211.0
6868
gotest.tools v2.2.0+incompatible
6969
helm.sh/helm/v3 v3.17.0
70-
k8s.io/api v0.32.1
71-
k8s.io/apimachinery v0.32.1
72-
k8s.io/client-go v0.32.1
70+
k8s.io/api v0.32.2
71+
k8s.io/apimachinery v0.32.2
72+
k8s.io/client-go v0.32.2
7373
k8s.io/utils v0.0.0-20241210054802-24370beab758
7474
oras.land/oras-go/v2 v2.5.0
75-
sigs.k8s.io/controller-runtime v0.20.1
75+
sigs.k8s.io/controller-runtime v0.20.2
7676
sigs.k8s.io/yaml v1.4.0
7777
)
7878

@@ -98,7 +98,7 @@ require (
9898
github.com/Azure/go-autorest/logger v0.2.1 // indirect
9999
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
100100
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
101-
github.com/AzureAD/microsoft-authentication-library-for-go v1.3.3 // indirect
101+
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.0 // indirect
102102
github.com/BurntSushi/toml v1.4.0 // indirect
103103
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.1 // indirect
104104
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
@@ -142,7 +142,7 @@ require (
142142
github.com/beorn7/perks v1.0.1 // indirect
143143
github.com/blang/semver v3.5.1+incompatible // indirect
144144
github.com/blang/semver/v4 v4.0.0 // indirect
145-
github.com/bradleyfalzon/ghinstallation/v2 v2.13.0 // indirect
145+
github.com/bradleyfalzon/ghinstallation/v2 v2.14.0 // indirect
146146
github.com/bshuster-repo/logrus-logstash-hook v1.0.0 // indirect
147147
github.com/buildkite/agent/v3 v3.81.0 // indirect
148148
github.com/buildkite/go-pipeline v0.13.1 // indirect
@@ -154,7 +154,7 @@ require (
154154
github.com/chai2010/gettext-go v1.0.2 // indirect
155155
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect
156156
github.com/clbanning/mxj/v2 v2.7.0 // indirect
157-
github.com/cloudflare/circl v1.5.0 // indirect
157+
github.com/cloudflare/circl v1.6.0 // indirect
158158
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
159159
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
160160
github.com/containerd/containerd v1.7.24 // indirect
@@ -190,6 +190,7 @@ require (
190190
github.com/felixge/httpsnoop v1.0.4 // indirect
191191
github.com/fluxcd/gitkit v0.6.0 // indirect
192192
github.com/fluxcd/pkg/apis/acl v0.6.0 // indirect
193+
github.com/fluxcd/pkg/cache v0.4.0 // indirect
193194
github.com/fsnotify/fsnotify v1.8.0 // indirect
194195
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
195196
github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect
@@ -227,10 +228,10 @@ require (
227228
github.com/google/btree v1.1.3 // indirect
228229
github.com/google/certificate-transparency-go v1.2.1 // indirect
229230
github.com/google/gnostic-models v0.6.9 // indirect
230-
github.com/google/go-cmp v0.6.0 // indirect
231+
github.com/google/go-cmp v0.7.0 // indirect
231232
github.com/google/go-containerregistry/pkg/authn/kubernetes v0.0.0-20230516205744-dbecb1de8cfa // indirect
232233
github.com/google/go-github/v55 v55.0.0 // indirect
233-
github.com/google/go-github/v68 v68.0.0 // indirect
234+
github.com/google/go-github/v69 v69.2.0 // indirect
234235
github.com/google/go-querystring v1.1.0 // indirect
235236
github.com/google/gofuzz v1.2.0 // indirect
236237
github.com/google/s2a-go v0.1.8 // indirect
@@ -387,12 +388,12 @@ require (
387388
go.uber.org/multierr v1.11.0 // indirect
388389
go.uber.org/zap v1.27.0 // indirect
389390
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
390-
golang.org/x/mod v0.22.0 // indirect
391+
golang.org/x/mod v0.23.0 // indirect
391392
golang.org/x/net v0.35.0 // indirect
392393
golang.org/x/sys v0.30.0 // indirect
393394
golang.org/x/term v0.29.0 // indirect
394395
golang.org/x/text v0.22.0 // indirect
395-
golang.org/x/time v0.9.0 // indirect
396+
golang.org/x/time v0.10.0 // indirect
396397
golang.org/x/tools v0.29.0 // indirect
397398
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
398399
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
@@ -407,13 +408,13 @@ require (
407408
gopkg.in/warnings.v0 v0.1.2 // indirect
408409
gopkg.in/yaml.v2 v2.4.0 // indirect
409410
gopkg.in/yaml.v3 v3.0.1 // indirect
410-
k8s.io/apiextensions-apiserver v0.32.1 // indirect
411-
k8s.io/apiserver v0.32.1 // indirect
412-
k8s.io/cli-runtime v0.32.1 // indirect
413-
k8s.io/component-base v0.32.1 // indirect
411+
k8s.io/apiextensions-apiserver v0.32.2 // indirect
412+
k8s.io/apiserver v0.32.2 // indirect
413+
k8s.io/cli-runtime v0.32.2 // indirect
414+
k8s.io/component-base v0.32.2 // indirect
414415
k8s.io/klog/v2 v2.130.1 // indirect
415416
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
416-
k8s.io/kubectl v0.32.1 // indirect
417+
k8s.io/kubectl v0.32.2 // indirect
417418
oras.land/oras-go v1.2.5 // indirect
418419
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
419420
sigs.k8s.io/kustomize/api v0.19.0 // indirect

0 commit comments

Comments
 (0)