Skip to content

Commit 3595780

Browse files
Bump the go-deps group across 1 directory with 5 updates
Bumps the go-deps group with 4 updates in the / directory: [github.com/fluxcd/cli-utils](https://github.com/fluxcd/cli-utils), [github.com/fluxcd/pkg/auth](https://github.com/fluxcd/pkg), [github.com/fluxcd/pkg/ssa](https://github.com/fluxcd/pkg) and [github.com/google/cel-go](https://github.com/google/cel-go). Updates `github.com/fluxcd/cli-utils` from 0.37.2-flux.1 to 1.0.0 - [Release notes](https://github.com/fluxcd/cli-utils/releases) - [Commits](fluxcd/cli-utils@v0.37.2-flux.1...v1.0.0) Updates `github.com/fluxcd/pkg/auth` from 0.40.0 to 0.41.0 - [Commits](fluxcd/pkg@git/v0.40.0...git/v0.41.0) Updates `github.com/fluxcd/pkg/ssa` from 0.70.0 to 0.71.0 - [Commits](fluxcd/pkg@ssa/v0.70.0...ssa/v0.71.0) Updates `github.com/google/cel-go` from 0.26.1 to 0.28.0 - [Release notes](https://github.com/google/cel-go/releases) - [Commits](google/cel-go@v0.26.1...v0.28.0) Updates `golang.org/x/text` from 0.34.0 to 0.35.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.34.0...v0.35.0) --- updated-dependencies: - dependency-name: github.com/fluxcd/cli-utils dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: go-deps - dependency-name: github.com/fluxcd/pkg/auth dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/fluxcd/pkg/ssa dependency-version: 0.71.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/google/cel-go dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: golang.org/x/text dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 31fb5ba commit 3595780

2 files changed

Lines changed: 70 additions & 75 deletions

File tree

go.mod

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ replace (
2222

2323
require (
2424
github.com/Masterminds/semver/v3 v3.4.0
25-
github.com/fluxcd/cli-utils v0.37.2-flux.1
25+
github.com/fluxcd/cli-utils v1.0.0
2626
github.com/fluxcd/helm-controller/api v1.5.0
2727
github.com/fluxcd/pkg/apis/acl v0.9.0
2828
github.com/fluxcd/pkg/apis/event v0.25.0
2929
github.com/fluxcd/pkg/apis/kustomize v1.16.0
3030
github.com/fluxcd/pkg/apis/meta v1.26.0
31-
github.com/fluxcd/pkg/auth v0.40.0
31+
github.com/fluxcd/pkg/auth v0.41.0
3232
github.com/fluxcd/pkg/cache v0.13.0
3333
github.com/fluxcd/pkg/chartutil v1.23.0
3434
github.com/fluxcd/pkg/runtime v0.103.0
35-
github.com/fluxcd/pkg/ssa v0.70.0
35+
github.com/fluxcd/pkg/ssa v0.71.0
3636
github.com/fluxcd/pkg/testserver v0.13.0
3737
github.com/fluxcd/source-controller/api v1.8.0
3838
github.com/go-logr/logr v1.4.3
39-
github.com/google/cel-go v0.26.1
39+
github.com/google/cel-go v0.28.0
4040
github.com/google/go-cmp v0.7.0
4141
github.com/hashicorp/go-retryablehttp v0.7.8
4242
github.com/mitchellh/copystructure v1.2.0
@@ -46,14 +46,14 @@ require (
4646
github.com/spf13/pflag v1.0.10
4747
github.com/wI2L/jsondiff v0.7.0
4848
go.uber.org/zap v1.27.1
49-
golang.org/x/text v0.34.0
49+
golang.org/x/text v0.35.0
5050
helm.sh/helm/v4 v4.1.3
51-
k8s.io/api v0.35.2
52-
k8s.io/apiextensions-apiserver v0.35.2
53-
k8s.io/apimachinery v0.35.2
54-
k8s.io/cli-runtime v0.35.2
55-
k8s.io/client-go v0.35.2
56-
k8s.io/kubectl v0.35.2
51+
k8s.io/api v0.35.3
52+
k8s.io/apiextensions-apiserver v0.35.3
53+
k8s.io/apimachinery v0.35.3
54+
k8s.io/cli-runtime v0.35.3
55+
k8s.io/client-go v0.35.3
56+
k8s.io/kubectl v0.35.3
5757
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
5858
sigs.k8s.io/controller-runtime v0.23.3
5959
sigs.k8s.io/kustomize/api v0.21.1
@@ -62,7 +62,7 @@ require (
6262
)
6363

6464
require (
65-
cel.dev/expr v0.24.0 // indirect
65+
cel.dev/expr v0.25.1 // indirect
6666
cloud.google.com/go/auth v0.18.0 // indirect
6767
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
6868
cloud.google.com/go/compute/metadata v0.9.0 // indirect
@@ -99,6 +99,7 @@ require (
9999
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.13 // indirect
100100
github.com/aws/aws-sdk-go-v2/service/sts v1.41.6 // indirect
101101
github.com/aws/smithy-go v1.24.0 // indirect
102+
github.com/aws/smithy-go/aws-http-auth v1.1.3 // indirect
102103
github.com/beorn7/perks v1.0.1 // indirect
103104
github.com/blang/semver/v4 v4.0.0 // indirect
104105
github.com/cespare/xxhash/v2 v2.3.0 // indirect
@@ -189,7 +190,6 @@ require (
189190
github.com/sirupsen/logrus v1.9.3 // indirect
190191
github.com/spf13/cast v1.7.0 // indirect
191192
github.com/spf13/cobra v1.10.2 // indirect
192-
github.com/stoewer/go-strcase v1.3.0 // indirect
193193
github.com/stretchr/testify v1.11.1 // indirect
194194
github.com/tetratelabs/wabin v0.0.0-20230304001439-f6f874872834 // indirect
195195
github.com/tetratelabs/wazero v1.11.0 // indirect
@@ -209,14 +209,14 @@ require (
209209
go.uber.org/multierr v1.11.0 // indirect
210210
go.yaml.in/yaml/v2 v2.4.3 // indirect
211211
go.yaml.in/yaml/v3 v3.0.4 // indirect
212-
golang.org/x/crypto v0.47.0 // indirect
212+
golang.org/x/crypto v0.49.0 // indirect
213213
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b // indirect
214-
golang.org/x/net v0.49.0 // indirect
215-
golang.org/x/oauth2 v0.34.0 // indirect
216-
golang.org/x/sync v0.19.0 // indirect
217-
golang.org/x/sys v0.40.0 // indirect
218-
golang.org/x/term v0.39.0 // indirect
219-
golang.org/x/time v0.14.0 // indirect
214+
golang.org/x/net v0.52.0 // indirect
215+
golang.org/x/oauth2 v0.36.0 // indirect
216+
golang.org/x/sync v0.20.0 // indirect
217+
golang.org/x/sys v0.42.0 // indirect
218+
golang.org/x/term v0.41.0 // indirect
219+
golang.org/x/time v0.15.0 // indirect
220220
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
221221
google.golang.org/api v0.261.0 // indirect
222222
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
@@ -227,8 +227,8 @@ require (
227227
gopkg.in/inf.v0 v0.9.1 // indirect
228228
gopkg.in/yaml.v3 v3.0.1 // indirect
229229
gotest.tools/v3 v3.4.0 // indirect
230-
k8s.io/apiserver v0.35.2 // indirect
231-
k8s.io/component-base v0.35.2 // indirect
230+
k8s.io/apiserver v0.35.3 // indirect
231+
k8s.io/component-base v0.35.3 // indirect
232232
k8s.io/klog/v2 v2.130.1 // indirect
233233
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
234234
oras.land/oras-go/v2 v2.6.0 // indirect

0 commit comments

Comments
 (0)