Skip to content

Commit 90d9750

Browse files
build(deps): bump the go-deps group across 1 directory with 6 updates
Bumps the go-deps group with 4 updates in the / directory: [github.com/elazarl/goproxy](https://github.com/elazarl/goproxy), [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg), [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) and [github.com/notaryproject/notation-go](https://github.com/notaryproject/notation-go). 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/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/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 1cafc8a commit 90d9750

File tree

2 files changed

+59
-58
lines changed

2 files changed

+59
-58
lines changed

go.mod

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
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
@@ -32,7 +32,7 @@ require (
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

@@ -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
@@ -227,7 +227,7 @@ require (
227227
github.com/google/btree v1.1.3 // indirect
228228
github.com/google/certificate-transparency-go v1.2.1 // indirect
229229
github.com/google/gnostic-models v0.6.9 // indirect
230-
github.com/google/go-cmp v0.6.0 // indirect
230+
github.com/google/go-cmp v0.7.0 // indirect
231231
github.com/google/go-containerregistry/pkg/authn/kubernetes v0.0.0-20230516205744-dbecb1de8cfa // indirect
232232
github.com/google/go-github/v55 v55.0.0 // indirect
233233
github.com/google/go-github/v68 v68.0.0 // indirect
@@ -387,12 +387,12 @@ require (
387387
go.uber.org/multierr v1.11.0 // indirect
388388
go.uber.org/zap v1.27.0 // indirect
389389
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
390-
golang.org/x/mod v0.22.0 // indirect
390+
golang.org/x/mod v0.23.0 // indirect
391391
golang.org/x/net v0.35.0 // indirect
392392
golang.org/x/sys v0.30.0 // indirect
393393
golang.org/x/term v0.29.0 // indirect
394394
golang.org/x/text v0.22.0 // indirect
395-
golang.org/x/time v0.9.0 // indirect
395+
golang.org/x/time v0.10.0 // indirect
396396
golang.org/x/tools v0.29.0 // indirect
397397
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
398398
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
@@ -407,13 +407,13 @@ require (
407407
gopkg.in/warnings.v0 v0.1.2 // indirect
408408
gopkg.in/yaml.v2 v2.4.0 // indirect
409409
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
410+
k8s.io/apiextensions-apiserver v0.32.2 // indirect
411+
k8s.io/apiserver v0.32.2 // indirect
412+
k8s.io/cli-runtime v0.32.2 // indirect
413+
k8s.io/component-base v0.32.2 // indirect
414414
k8s.io/klog/v2 v2.130.1 // indirect
415415
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
416-
k8s.io/kubectl v0.32.1 // indirect
416+
k8s.io/kubectl v0.32.2 // indirect
417417
oras.land/oras-go v1.2.5 // indirect
418418
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
419419
sigs.k8s.io/kustomize/api v0.19.0 // indirect

0 commit comments

Comments
 (0)