Skip to content

Commit 7f7846a

Browse files
Bump the go-deps group across 1 directory with 4 updates
Bumps the go-deps group with 4 updates in the / directory: [github.com/ProtonMail/go-crypto](https://github.com/ProtonMail/go-crypto), [github.com/fluxcd/pkg/auth](https://github.com/fluxcd/pkg), [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) and [github.com/go-git/go-git/v5](https://github.com/go-git/go-git). Updates `github.com/ProtonMail/go-crypto` from 1.1.5 to 1.1.6 - [Release notes](https://github.com/ProtonMail/go-crypto/releases) - [Commits](ProtonMail/go-crypto@v1.1.5...v1.1.6) Updates `github.com/fluxcd/pkg/auth` from 0.3.0 to 0.5.0 - [Commits](fluxcd/pkg@tar/v0.3.0...ssh/v0.5.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) --- updated-dependencies: - dependency-name: github.com/ProtonMail/go-crypto 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e4b925a commit 7f7846a

File tree

2 files changed

+75
-72
lines changed

2 files changed

+75
-72
lines changed

go.mod

+23-22
Original file line numberDiff line numberDiff line change
@@ -13,60 +13,61 @@ replace (
1313
require (
1414
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6
1515
github.com/Masterminds/sprig/v3 v3.3.0
16-
github.com/ProtonMail/go-crypto v1.1.5
16+
github.com/ProtonMail/go-crypto v1.1.6
1717
github.com/cyphar/filepath-securejoin v0.4.1
1818
github.com/fluxcd/image-automation-controller/api v0.40.0
1919
github.com/fluxcd/image-reflector-controller/api v0.34.0
2020
github.com/fluxcd/pkg/apis/acl v0.6.0
2121
github.com/fluxcd/pkg/apis/event v0.16.0
2222
github.com/fluxcd/pkg/apis/meta v1.10.0
23-
github.com/fluxcd/pkg/auth v0.3.0
23+
github.com/fluxcd/pkg/auth v0.5.0
2424
github.com/fluxcd/pkg/git v0.24.0
2525
github.com/fluxcd/pkg/git/gogit v0.24.0
2626
github.com/fluxcd/pkg/gittestserver v0.16.0
27-
github.com/fluxcd/pkg/runtime v0.53.1
27+
github.com/fluxcd/pkg/runtime v0.54.0
2828
github.com/fluxcd/pkg/ssh v0.17.0
2929
github.com/fluxcd/source-controller/api v1.5.0
3030
github.com/go-git/go-billy/v5 v5.6.2
31-
github.com/go-git/go-git/v5 v5.13.2
31+
github.com/go-git/go-git/v5 v5.14.0
3232
github.com/go-logr/logr v1.4.2
3333
github.com/google/go-containerregistry v0.20.3
3434
github.com/onsi/gomega v1.36.2
3535
github.com/otiai10/copy v1.14.1
3636
github.com/spf13/pflag v1.0.6
37-
k8s.io/api v0.32.1
38-
k8s.io/apimachinery v0.32.1
39-
k8s.io/client-go v0.32.1
37+
k8s.io/api v0.32.2
38+
k8s.io/apimachinery v0.32.2
39+
k8s.io/client-go v0.32.2
4040
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7
4141
k8s.io/utils v0.0.0-20241210054802-24370beab758
42-
sigs.k8s.io/controller-runtime v0.20.1
42+
sigs.k8s.io/controller-runtime v0.20.2
4343
sigs.k8s.io/kustomize/kyaml v0.19.0
4444
)
4545

4646
require (
4747
dario.cat/mergo v1.0.1 // indirect
4848
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0 // indirect
49-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.1 // indirect
49+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.2 // indirect
5050
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
5151
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
52-
github.com/AzureAD/microsoft-authentication-library-for-go v1.3.3 // indirect
52+
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.0 // indirect
5353
github.com/MakeNowJust/heredoc v1.0.0 // indirect
5454
github.com/Masterminds/goutils v1.1.1 // indirect
5555
github.com/Masterminds/semver/v3 v3.3.1 // indirect
5656
github.com/Microsoft/go-winio v0.6.2 // indirect
5757
github.com/beorn7/perks v1.0.1 // indirect
5858
github.com/blang/semver/v4 v4.0.0 // indirect
59-
github.com/bradleyfalzon/ghinstallation/v2 v2.13.0 // indirect
59+
github.com/bradleyfalzon/ghinstallation/v2 v2.14.0 // indirect
6060
github.com/cespare/xxhash/v2 v2.3.0 // indirect
6161
github.com/chai2010/gettext-go v1.0.2 // indirect
62-
github.com/cloudflare/circl v1.5.0 // indirect
62+
github.com/cloudflare/circl v1.6.0 // indirect
6363
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
6464
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
6565
github.com/emirpasic/gods v1.18.1 // indirect
6666
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
6767
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
6868
github.com/fluxcd/cli-utils v0.36.0-flux.12 // indirect
6969
github.com/fluxcd/gitkit v0.6.0 // indirect
70+
github.com/fluxcd/pkg/cache v0.5.0 // indirect
7071
github.com/fluxcd/pkg/version v0.6.0 // indirect
7172
github.com/fsnotify/fsnotify v1.8.0 // indirect
7273
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
@@ -84,8 +85,8 @@ require (
8485
github.com/golang/protobuf v1.5.4 // indirect
8586
github.com/google/btree v1.1.3 // indirect
8687
github.com/google/gnostic-models v0.6.9 // indirect
87-
github.com/google/go-cmp v0.6.0 // indirect
88-
github.com/google/go-github/v68 v68.0.0 // indirect
88+
github.com/google/go-cmp v0.7.0 // indirect
89+
github.com/google/go-github/v69 v69.2.0 // indirect
8990
github.com/google/go-querystring v1.1.0 // indirect
9091
github.com/google/gofuzz v1.2.0 // indirect
9192
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
@@ -120,7 +121,7 @@ require (
120121
github.com/pjbgf/sha1cd v0.3.2 // indirect
121122
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
122123
github.com/pkg/errors v0.9.1 // indirect
123-
github.com/prometheus/client_golang v1.20.5 // indirect
124+
github.com/prometheus/client_golang v1.21.0 // indirect
124125
github.com/prometheus/client_model v0.6.1 // indirect
125126
github.com/prometheus/common v0.62.0 // indirect
126127
github.com/prometheus/procfs v0.15.1 // indirect
@@ -135,9 +136,9 @@ require (
135136
github.com/xlab/treeprint v1.2.0 // indirect
136137
go.uber.org/multierr v1.11.0 // indirect
137138
go.uber.org/zap v1.27.0 // indirect
138-
golang.org/x/crypto v0.32.0 // indirect
139-
golang.org/x/net v0.34.0 // indirect
140-
golang.org/x/oauth2 v0.26.0 // indirect
139+
golang.org/x/crypto v0.35.0 // indirect
140+
golang.org/x/net v0.35.0 // indirect
141+
golang.org/x/oauth2 v0.27.0 // indirect
141142
golang.org/x/sync v0.11.0 // indirect
142143
golang.org/x/sys v0.30.0 // indirect
143144
golang.org/x/term v0.29.0 // indirect
@@ -149,11 +150,11 @@ require (
149150
gopkg.in/inf.v0 v0.9.1 // indirect
150151
gopkg.in/warnings.v0 v0.1.2 // indirect
151152
gopkg.in/yaml.v3 v3.0.1 // indirect
152-
k8s.io/apiextensions-apiserver v0.32.1 // indirect
153-
k8s.io/cli-runtime v0.32.1 // indirect
154-
k8s.io/component-base v0.32.1 // indirect
153+
k8s.io/apiextensions-apiserver v0.32.2 // indirect
154+
k8s.io/cli-runtime v0.32.2 // indirect
155+
k8s.io/component-base v0.32.2 // indirect
155156
k8s.io/klog/v2 v2.130.1 // indirect
156-
k8s.io/kubectl v0.32.1 // indirect
157+
k8s.io/kubectl v0.32.2 // indirect
157158
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
158159
sigs.k8s.io/kustomize/api v0.19.0 // indirect
159160
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect

0 commit comments

Comments
 (0)