Skip to content

Commit 07c8086

Browse files
build(deps): bump the go-deps group across 1 directory with 10 updates
Bumps the go-deps group with 8 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/runtime](https://github.com/fluxcd/pkg) | `0.53.1` | `0.55.0` | | [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) | `5.13.2` | `5.14.0` | | [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.0.87` | `7.0.88` | | [github.com/notaryproject/notation-go](https://github.com/notaryproject/notation-go) | `1.3.0` | `1.3.1` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.21.0` | `1.21.1` | | [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore) | `1.8.15` | `1.9.1` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.11.0` | `0.12.0` | 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.55.0 - [Commits](fluxcd/pkg@runtime/v0.53.1...runtime/v0.55.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/minio/minio-go/v7` from 7.0.87 to 7.0.88 - [Release notes](https://github.com/minio/minio-go/releases) - [Commits](minio/minio-go@v7.0.87...v7.0.88) 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 `github.com/prometheus/client_golang` from 1.21.0 to 1.21.1 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.21.0...v1.21.1) Updates `github.com/sigstore/sigstore` from 1.8.15 to 1.9.1 - [Release notes](https://github.com/sigstore/sigstore/releases) - [Commits](sigstore/sigstore@v1.8.15...v1.9.1) Updates `golang.org/x/crypto` from 0.34.0 to 0.35.0 - [Commits](golang/crypto@v0.34.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) Updates `golang.org/x/sync` from 0.11.0 to 0.12.0 - [Commits](golang/sync@v0.11.0...v0.12.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/minio/minio-go/v7 dependency-type: direct:production update-type: version-update:semver-patch 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: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: github.com/sigstore/sigstore dependency-type: direct:production update-type: version-update:semver-minor 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 - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 840bea6 commit 07c8086

File tree

2 files changed

+74
-74
lines changed

2 files changed

+74
-74
lines changed

go.mod

Lines changed: 24 additions & 24 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
@@ -33,7 +33,7 @@ require (
3333
github.com/fluxcd/pkg/lockedfile v0.5.0
3434
github.com/fluxcd/pkg/masktoken v0.6.0
3535
github.com/fluxcd/pkg/oci v0.45.0
36-
github.com/fluxcd/pkg/runtime v0.53.1
36+
github.com/fluxcd/pkg/runtime v0.55.0
3737
github.com/fluxcd/pkg/sourceignore v0.11.0
3838
github.com/fluxcd/pkg/ssh v0.17.0
3939
github.com/fluxcd/pkg/tar v0.11.0
@@ -42,38 +42,38 @@ require (
4242
github.com/fluxcd/source-controller/api v1.5.0
4343
github.com/foxcpp/go-mockdns v1.1.0
4444
github.com/go-git/go-billy/v5 v5.6.2
45-
github.com/go-git/go-git/v5 v5.13.2
45+
github.com/go-git/go-git/v5 v5.14.0
4646
github.com/go-logr/logr v1.4.2
4747
github.com/google/go-containerregistry v0.20.3
4848
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20241111191718-6bce25ecf029
4949
github.com/google/uuid v1.6.0
50-
github.com/minio/minio-go/v7 v7.0.87
50+
github.com/minio/minio-go/v7 v7.0.88
5151
github.com/notaryproject/notation-core-go v1.2.0
52-
github.com/notaryproject/notation-go v1.3.0
52+
github.com/notaryproject/notation-go v1.3.1
5353
github.com/onsi/gomega v1.36.2
5454
github.com/opencontainers/go-digest v1.0.0
5555
github.com/opencontainers/go-digest/blake3 v0.0.0-20240426182413-22b78e47854a
5656
github.com/opencontainers/image-spec v1.1.0
5757
github.com/ory/dockertest/v3 v3.11.0
5858
github.com/otiai10/copy v1.14.1
5959
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
60-
github.com/prometheus/client_golang v1.21.0
60+
github.com/prometheus/client_golang v1.21.1
6161
github.com/sigstore/cosign/v2 v2.4.1
62-
github.com/sigstore/sigstore v1.8.15
62+
github.com/sigstore/sigstore v1.9.1
6363
github.com/sirupsen/logrus v1.9.3
6464
github.com/spf13/pflag v1.0.6
65-
golang.org/x/crypto v0.34.0
66-
golang.org/x/oauth2 v0.26.0
67-
golang.org/x/sync v0.11.0
65+
golang.org/x/crypto v0.35.0
66+
golang.org/x/oauth2 v0.27.0
67+
golang.org/x/sync v0.12.0
6868
google.golang.org/api v0.211.0
6969
gotest.tools v2.2.0+incompatible
7070
helm.sh/helm/v3 v3.17.0
71-
k8s.io/api v0.32.1
72-
k8s.io/apimachinery v0.32.1
73-
k8s.io/client-go v0.32.1
71+
k8s.io/api v0.32.2
72+
k8s.io/apimachinery v0.32.2
73+
k8s.io/client-go v0.32.2
7474
k8s.io/utils v0.0.0-20241210054802-24370beab758
7575
oras.land/oras-go/v2 v2.5.0
76-
sigs.k8s.io/controller-runtime v0.20.1
76+
sigs.k8s.io/controller-runtime v0.20.2
7777
sigs.k8s.io/yaml v1.4.0
7878
)
7979

@@ -155,7 +155,7 @@ require (
155155
github.com/chai2010/gettext-go v1.0.2 // indirect
156156
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect
157157
github.com/clbanning/mxj/v2 v2.7.0 // indirect
158-
github.com/cloudflare/circl v1.5.0 // indirect
158+
github.com/cloudflare/circl v1.6.0 // indirect
159159
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
160160
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
161161
github.com/containerd/containerd v1.7.24 // indirect
@@ -200,7 +200,7 @@ require (
200200
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
201201
github.com/go-ini/ini v1.67.0 // indirect
202202
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
203-
github.com/go-jose/go-jose/v4 v4.0.4 // indirect
203+
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
204204
github.com/go-ldap/ldap/v3 v3.4.10 // indirect
205205
github.com/go-logr/stdr v1.2.2 // indirect
206206
github.com/go-logr/zapr v1.3.0 // indirect
@@ -388,33 +388,33 @@ require (
388388
go.uber.org/multierr v1.11.0 // indirect
389389
go.uber.org/zap v1.27.0 // indirect
390390
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
391-
golang.org/x/mod v0.22.0 // indirect
391+
golang.org/x/mod v0.23.0 // indirect
392392
golang.org/x/net v0.35.0 // indirect
393393
golang.org/x/sys v0.30.0 // indirect
394394
golang.org/x/term v0.29.0 // indirect
395395
golang.org/x/text v0.22.0 // indirect
396-
golang.org/x/time v0.9.0 // indirect
396+
golang.org/x/time v0.10.0 // indirect
397397
golang.org/x/tools v0.29.0 // indirect
398398
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
399399
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
400400
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
401401
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
402402
google.golang.org/grpc v1.68.1 // indirect
403403
google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect
404-
google.golang.org/protobuf v1.36.4 // indirect
404+
google.golang.org/protobuf v1.36.5 // indirect
405405
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
406406
gopkg.in/inf.v0 v0.9.1 // indirect
407407
gopkg.in/ini.v1 v1.67.0 // indirect
408408
gopkg.in/warnings.v0 v0.1.2 // indirect
409409
gopkg.in/yaml.v2 v2.4.0 // indirect
410410
gopkg.in/yaml.v3 v3.0.1 // indirect
411-
k8s.io/apiextensions-apiserver v0.32.1 // indirect
412-
k8s.io/apiserver v0.32.1 // indirect
413-
k8s.io/cli-runtime v0.32.1 // indirect
414-
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
415415
k8s.io/klog/v2 v2.130.1 // indirect
416416
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
417-
k8s.io/kubectl v0.32.1 // indirect
417+
k8s.io/kubectl v0.32.2 // indirect
418418
oras.land/oras-go v1.2.5 // indirect
419419
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
420420
sigs.k8s.io/kustomize/api v0.19.0 // indirect

0 commit comments

Comments
 (0)